箱库存-修改

This commit is contained in:
tongfei
2023-11-23 16:03:16 +08:00
parent eb73e30fc6
commit 57e2b755de
8 changed files with 120 additions and 2 deletions

View File

@@ -54,7 +54,11 @@ namespace WMS.Web.Core.Dto
/// 下载导出状态
/// </summary>
public Dictionary<int, string> ExportStatus { get; set; } = new Dictionary<int, string>();
/// <summary>
/// 出入库方式:按箱或者按产品
/// </summary>
public Dictionary<int, string> InventoryInOutMethod { get; set; } = new Dictionary<int, string>();
}
}