|
|
@ -63,12 +63,18 @@ 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; |
|
|
|
public decimal TotalCost { get; set; } = 0M; |
|
|
|
|
|
|
|
public decimal UnitCost { get; set; } = 0M; |
|
|
|
} |
|
|
|