箱库存-修改
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user