huangxiaoqiang
15 小时以前 960b33fa24c47a330e51a2c24859d681ae62caeb
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;
    }
}