优化接口

This commit is contained in:
tongfei
2023-11-21 16:01:52 +08:00
parent 0874d9f343
commit c6729213f7
3 changed files with 21 additions and 1 deletions

View File

@@ -14,11 +14,21 @@ namespace WMS.Web.Core.Dto.Inventory
/// </summary>
public int BoxId { get; set; }
/// <summary>
/// 原箱组织编码
/// </summary>
public string BoxOrgCode { get; set; }
/// <summary>
/// 目标箱ID
/// </summary>
public int TargetBoxId { get; set; }
/// <summary>
/// 目标箱组织编码
/// </summary>
public string TargetBoxOrgCode { get; set; }
/// <summary>
/// 明细
/// </summary>