huangxiaoqiang
18 小时以前 e483ac11616ffc9260d8f491fcc0d66f480b5443
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Basic/GroupPlate.cs
@@ -10,14 +10,8 @@
    {
        public string palletCode { get; set; }
        public List<string> OrderNos { get; set; }
        public string group { get; set; }
        public List<GroupPlateInfo> groups { get; set; }
    }
    public class GroupPlateInfo
    {
        public string orderNo { get; set; }
        public decimal quantity { get; set; }
        public bool IsFull { get; set; } = true;
    }
}