箱报价信息添加箱量

usertest
cjy 3 months ago
parent 7fb59a8686
commit 60feb9d266

@ -34,6 +34,11 @@ namespace DS.WMS.Core.Op.Dtos
/// 表现形式
/// </summary>
public string CtnAll { get; set; }
/// <summary>
/// 箱量
/// </summary>
public int CtnNum { get; set; }
/// <summary>
/// 报价
/// </summary>

@ -33,6 +33,11 @@ namespace DS.WMS.Core.Op.Dtos
/// 表现形式
/// </summary>
public string CtnAll { get; set; }
/// <summary>
/// 箱量
/// </summary>
public int CtnNum { get; set; }
/// <summary>
/// 报价
/// </summary>

@ -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")]

Loading…
Cancel
Save