|
|
|
@ -1,21 +1,19 @@ |
|
|
|
using System; |
|
|
|
using System.Linq; |
|
|
|
using System.Web; |
|
|
|
using BWP.B3Frameworks.BO.NamedValueTemplate; |
|
|
|
using BWP.B3Frameworks.Utils; |
|
|
|
using BWP.B3QingDaoWanFu.BL; |
|
|
|
using BWP.B3QingDaoWanFu.BO; |
|
|
|
using BWP.B3QingDaoWanFu.BO.NamedValueTemplate; |
|
|
|
using BWP.B3Sale.BO; |
|
|
|
using BWP.B3Sale.Utils; |
|
|
|
using BWP.B3UnitedInfos.Rpcs; |
|
|
|
using BWP.BWPTrustPayClient.BO.NamedValueTemplate; |
|
|
|
using BWP.B3UnitedInfos.Rpcs; |
|
|
|
using Forks.EnterpriseServices.BusinessInterfaces; |
|
|
|
using Forks.EnterpriseServices.DataForm; |
|
|
|
using Forks.EnterpriseServices.DomainObjects2; |
|
|
|
using Forks.EnterpriseServices.DomainObjects2.DQuery; |
|
|
|
using Forks.EnterpriseServices.JsonRpc; |
|
|
|
using Forks.EnterpriseServices.SqlDoms; |
|
|
|
using Forks.Utils; |
|
|
|
using TSingSoft.WebPluginFramework; |
|
|
|
|
|
|
|
namespace BWP.B3QingDaoWanFu.Rpc { |
|
|
|
|