调整移箱改箱

This commit is contained in:
18942506660
2023-11-09 14:01:20 +08:00
parent 8ac80270cd
commit 15f786ff46
3 changed files with 24 additions and 15 deletions

View File

@@ -13,7 +13,6 @@ namespace WMS.Web.Core.Dto.ChangeBoxRecord
/// <summary>
/// 原箱子ID
/// </summary>
[Required(ErrorMessage = "原箱子不能为空")]
public int SrcBoxId { get; set; }
/// <summary>
/// 目标箱子ID