修复bug

This commit is contained in:
18942506660
2024-04-09 09:54:30 +08:00
parent ec1aa564d7
commit 63b61be097
3 changed files with 11 additions and 0 deletions

View File

@@ -26,6 +26,10 @@ namespace WMS.Web.Core.Dto
/// </summary>
public string SubStockCode { get; set; } = "";
/// <summary>
/// 仓库编码
/// </summary>
public string StockCode { get; set; } = "";
/// <summary>
/// 是否存在于箱库存中
/// </summary>
public bool IsBoxInventory { get; set; } = false;