1.解决TCP添加失败问题
2.所有搜索记录倒叙排 3.优化:出入记录、库存记录增加货架类型分类查询 4.权限 5.优化下载app二维码
This commit is contained in:
@ -23,7 +23,7 @@ namespace WCS.Model.ApiModel.MatInventoryDetail
|
||||
#endregion
|
||||
|
||||
#region 库位属性
|
||||
public List<int> ShelfTypeId { get; set; }
|
||||
public int ShelfTypeId { get; set; }
|
||||
public List<int> ShelfId { get; set; }
|
||||
public string ShelfCode { get; set; }
|
||||
public int StoreId { get; set; }
|
||||
|
Reference in New Issue
Block a user