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; } }