|
|
|
@ -34,6 +34,11 @@ namespace DS.WMS.Core.Op.Entity
|
|
|
|
|
[SugarColumn(ColumnDescription = "表现形式", IsNullable = true, Length = 10)]
|
|
|
|
|
public string CtnAll { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 箱量
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "箱量", IsNullable = true, DefaultValue = "0")]
|
|
|
|
|
public int? CtnNum { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 报价
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "报价", IsNullable = true, DefaultValue = "0")]
|
|
|
|
|