修改注释

This commit is contained in:
18942506660
2023-11-22 11:46:15 +08:00
parent 6f82cae437
commit 61da0c1c82
2 changed files with 18 additions and 4 deletions

View File

@@ -20,19 +20,18 @@ namespace WMS.Web.Core.Dto.ChangeBoxRecord
[Required(ErrorMessage = "目标箱子不能为空")]
public int DestBoxId { get; set; }
/// <summary>
/// 目标箱的仓库(可为空:当目标箱不需要上架时候)
/// 目标箱的仓库或重新上架选择仓位对应的仓库
/// </summary>
[Required(ErrorMessage = "仓库不能为空")]
public string StockCode { get; set; }
/// <summary>
/// 仓位
/// 目标箱仓位或重新上架选择仓位
///</summary>
[Required(ErrorMessage = "仓位不能为空")]
public string SubStockId { get; set; }
/// <summary>
/// 原箱组织编码
/// </summary>
[Required(ErrorMessage = "原箱组织不能为空")]
public string SrcBoxOrgCode { get; set; }
/// <summary>
/// 目标箱组织编码