diff --git a/B3ClientService/Rpcs/RpcBO/Bill/WeightBill/SWeightBill.cs b/B3ClientService/Rpcs/RpcBO/Bill/WeightBill/SWeightBill.cs index cbf9c7a..8cfeaa0 100644 --- a/B3ClientService/Rpcs/RpcBO/Bill/WeightBill/SWeightBill.cs +++ b/B3ClientService/Rpcs/RpcBO/Bill/WeightBill/SWeightBill.cs @@ -39,6 +39,8 @@ namespace BWP.B3ClientService.RpcBO public decimal? ShackPrice { get; set; } + public decimal? ShackMoney { get; set; } + public decimal? JingJianFee { get; set; } public decimal? DiscontMoney { get; set; }