|
|
|
@ -10,7 +10,7 @@ using Forks.EnterpriseServices.JsonRpc; |
|
|
|
using Newtonsoft.Json; |
|
|
|
using TSingSoft.WebPluginFramework; |
|
|
|
|
|
|
|
namespace BWP.B3ClientService.Rpcs.BillRpc |
|
|
|
namespace BWP.B3ClientService.Rpcs.BillRpc |
|
|
|
{ |
|
|
|
[Rpc] |
|
|
|
public static class ClientGoodsSetRpc |
|
|
|
@ -41,6 +41,10 @@ namespace BWP.B3ClientService.Rpcs.BillRpc |
|
|
|
dto.Goods_Name = setDetail.Goods_Name; |
|
|
|
dto.Goods_Code = setDetail.Goods_Code; |
|
|
|
dto.Goods_Spec = setDetail.Goods_Spec; |
|
|
|
|
|
|
|
dto.StandardWeight = setDetail.StandardWeight; |
|
|
|
dto.StandardWeightUp = setDetail.StandardWeightUp; |
|
|
|
dto.StandardWeightLow = setDetail.StandardWeightLow; |
|
|
|
list.Add(dto); |
|
|
|
} |
|
|
|
} |
|
|
|
|