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