修复bug

This commit is contained in:
18942506660
2023-12-12 15:58:36 +08:00
parent 593f003629
commit 50d36019fc
3 changed files with 17 additions and 5 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>