This commit is contained in:
tongfei
2024-03-30 15:06:42 +08:00
parent 8e26c11fa3
commit add492744f

View File

@@ -63,12 +63,12 @@ namespace WMS.Web.Domain.Entitys
/// <summary> /// <summary>
/// 箱唛编号-首位 /// 箱唛编号-首位
/// </summary> /// </summary>
public int FirstBillNo { get; set; } public int? FirstBillNo { get; set; }
/// <summary> /// <summary>
/// 箱唛编号-末尾序号 /// 箱唛编号-末尾序号
/// </summary> /// </summary>
public int LastBillNo { get; set; } public int? LastBillNo { get; set; }
/// <summary> /// <summary>
/// 生成批号 /// 生成批号