This commit is contained in:
hehaibing-1996
2024-05-13 09:18:59 +08:00
4 changed files with 20 additions and 0 deletions

View File

@ -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