增加箱号返回

This commit is contained in:
18942506660
2023-12-06 16:30:15 +08:00
parent f1dba1cfcc
commit a39a1b2556
3 changed files with 15 additions and 3 deletions

View File

@@ -14,6 +14,10 @@ namespace WMS.Web.Core.Dto
/// </summary>
public int BoxId { get; set; } = 0;
/// <summary>
/// 箱号
/// </summary>
public string BoxBillNo { get; set; }
/// <summary>
/// 仓位Id(序列号不存在库存的话仓位是0)
/// </summary>
public int SubStockId { get; set; } = 0;