dengjunjie
2025-03-12 f43b7df8400f4fcffc9f19dca0888d61e2b33d5f
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Inbound/MaterielGroupDTO.cs
@@ -19,4 +19,22 @@
        [PropertyValidate("序列号条码", NotNullAndEmpty = true)]
        public List<string> SerialNumbers { get; set; }
    }
    public class PdaMaterielGroupDTO
    {
        [PropertyValidate("托盘编号", NotNullAndEmpty = true)]
        public string PalletCode { get; set; }
        [PropertyValidate("单据编号", NotNullAndEmpty = true)]
        public string OrderNo { get; set; }
        [PropertyValidate("物料编号", NotNullAndEmpty = true)]
        public string MaterielCode { get; set; }
        [PropertyValidate("批次号", NotNullAndEmpty = true)]
        public string BatchNo { get; set; }
        [PropertyValidate("组盘数量", NotNullAndEmpty = true)]
        public decimal ReceiptQuantity { get; set; }
    }
}