This commit is contained in:
tongfei
2023-12-13 14:10:38 +08:00
6 changed files with 21 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ namespace WMS.Web.Core.Dto.ChangeBoxRecord
/// <summary>
/// 原箱子ID
/// </summary>
public int SrcBoxId { get; set; }
public int SrcBoxId { get; set; } = 0;
/// <summary>
/// 目标箱子ID
/// </summary>