增加字段

This commit is contained in:
18942506660
2023-11-21 14:59:33 +08:00
parent dc02193c3b
commit a369aa5991

View File

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