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