修改提单管理

dev
jianghaiqing 3 weeks ago
parent 001185ac78
commit 3f0e586016

@ -48,6 +48,11 @@ namespace DS.WMS.Core.Op.Dtos
/// </summary>
public string BLNo { get; set; }
/// <summary>
/// 分单编号
/// </summary>
public string HBLNo { get; set; }
/// <summary>
/// 单证类型
/// </summary>

@ -39,6 +39,12 @@ namespace DS.WMS.Core.Op.Entity
[SqlSugar.SugarColumn(ColumnDescription = "单证编号", Length = 64, IsNullable = true)]
public string BLNo { get; set; }
/// <summary>
/// 分单编号
/// </summary>
[SqlSugar.SugarColumn(ColumnDescription = "分单编号", Length = 64, IsNullable = true)]
public string HBLNo { get; set; }
/// <summary>
/// 单证类型
/// </summary>

Loading…
Cancel
Save