|
@@ -196,19 +196,19 @@ namespace wms.sqlsugar.model.cp
|
|
|
public string MatName { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
|
- /// TolWQty
|
|
|
+ /// 总重
|
|
|
/// </summary>
|
|
|
[SugarColumn(ColumnDataType = "decimal", Length = 18, DecimalDigits = 6, IsNullable = false)]
|
|
|
public decimal TolWQty { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
|
- /// NetWQty
|
|
|
+ /// 净重
|
|
|
/// </summary>
|
|
|
[SugarColumn(ColumnDataType = "decimal", Length = 18, DecimalDigits = 6, IsNullable = false)]
|
|
|
public decimal NetWQty { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
|
- /// TareWQty
|
|
|
+ /// 皮重
|
|
|
/// </summary>
|
|
|
[SugarColumn(ColumnDataType = "decimal", Length = 18, DecimalDigits = 6, IsNullable = false)]
|
|
|
public decimal TareWQty { get; set; }
|
|
@@ -220,7 +220,7 @@ namespace wms.sqlsugar.model.cp
|
|
|
public decimal LengthQty { get; set; }
|
|
|
|
|
|
/// <summary>
|
|
|
- /// CaQty
|
|
|
+ /// 包材重量
|
|
|
/// </summary>
|
|
|
[SugarColumn(ColumnDataType = "decimal", Length = 18, DecimalDigits = 6, IsNullable = false)]
|
|
|
public decimal CaQty { get; set; }
|