增加箱号返回

This commit is contained in:
18942506660
2024-01-05 11:46:17 +08:00
parent 269eefe68b
commit 7a585aff57
3 changed files with 12 additions and 0 deletions

View File

@@ -50,6 +50,10 @@ namespace WMS.Web.Core.Dto.TakeStock
[Column("仓位")]
public string SubStock { get; set; }
/// <summary>
/// 箱号
/// </summary>
public string BoxBillNo { get; set; }
/// <summary>
/// 子仓库
/// </summary>
[Column("子仓库")]