Browse Source

手动计算成本增加包装人工费

pjzs_starttask_update
shanji 2 years ago
parent
commit
15a3988343
  1. 10
      BBWY.Server.Model/Dto/Request/Order/ManualCalculationCostRequest.cs

10
BBWY.Server.Model/Dto/Request/Order/ManualCalculationCostRequest.cs

@ -63,10 +63,16 @@ namespace BBWY.Server.Model.Dto
/// </summary>
public decimal ConsumableAmount { get; set; } = 0.00M;
///// <summary>
///// 仓储费
///// </summary>
//public decimal StorageAmount { get; set; } = 0.00M;
/// <summary>
/// 仓储费
/// 打包
/// </summary>
public decimal StorageAmount { get; set; } = 0.00M;
public decimal PackagingLaborAmount { get; set; } = 0.00M;
public decimal TotalCost { get; set; } = 0M;

Loading…
Cancel
Save