This commit is contained in:
tongfei
2023-11-21 15:10:23 +08:00

View File

@@ -18,6 +18,10 @@ namespace WMS.Web.Core.Dto
/// </summary>
public int SupplierId { get; set; }
/// <summary>
/// 组织编码
/// </summary>
public string OrgCode { get; set; }
/// <summary>
/// 箱号
/// </summary>
public string BoxBillNo { get; set; }