This commit is contained in:
tongfei
2023-11-21 14:57:48 +08:00
parent d0a94dc734
commit d1e44930d8
2 changed files with 6 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 OrgCode { get; set; }
/// <summary>
/// 仓库编码
/// </summary>