库存信息搜索增加货架编码
This commit is contained in:
@ -25,6 +25,7 @@ namespace WCS.Model.ApiModel.MatInventoryDetail
|
||||
#region 库位属性
|
||||
public List<int> ShelfTypeId { get; set; }
|
||||
public List<int> ShelfId { get; set; }
|
||||
public string ShelfCode { get; set; }
|
||||
public int StoreId { get; set; }
|
||||
public string StoreCode { get; set; }
|
||||
#endregion
|
||||
|
Reference in New Issue
Block a user