接口优化

This commit is contained in:
tongfei
2023-12-08 15:42:29 +08:00
parent f183f015c9
commit bd0b085800
3 changed files with 11 additions and 0 deletions

View File

@@ -14,6 +14,11 @@ namespace WMS.Web.Core.Dto.Inventory
/// </summary>
public int BoxId { get; set; }
/// <summary>
/// 箱号
/// </summary>
public string BoxBillNo { get; set; }
/// <summary>
/// 组织编码
/// </summary>