Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WMS/GroupedStockInfo.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WMS/GroupedStockInfo.cs
对比新文件 @@ -0,0 +1,18 @@ 锘縰sing System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using WIDESEA_Model.Models; namespace WIDESEA_DTO.WMS { public class GroupedStockInfo { public string AreaCode { get; set; } public int TotalQuantity { get; set; } public List<DtStockInfo> Items { get; set; } } }