修复bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user