箱库存-组织code

This commit is contained in:
tongfei
2023-11-22 13:40:14 +08:00
parent f9d947e03a
commit 88eb4d1151
5 changed files with 31 additions and 0 deletions

View File

@@ -19,6 +19,11 @@ namespace WMS.Web.Core.Dto.Inventory
/// </summary>
public int BoxId { get; set; }
/// <summary>
/// 组织编码
/// </summary>
public string OrgCode { get; set; }
/// <summary>
/// 仓库编码
/// </summary>

View File

@@ -24,6 +24,11 @@ namespace WMS.Web.Core.Dto.Inventory
/// </summary>
public int BoxId { get; set; }
/// <summary>
/// 组织编码
/// </summary>
public string OrgCode { get; set; }
/// <summary>
/// 仓库code为空的时候就是出库等操作有值的时候就是移箱改箱和上架操作
/// </summary>

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>
/// 仓库code
/// </summary>