| | |
| | | public string MaterielCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç©æåç§° |
| | | /// </summary> |
| | | [PropertyValidate("ç©æåç§°", NotNullAndEmpty = true)] |
| | | public string MaterielName { get; set; } |
| | | /// <summary> |
| | | /// æ¹æ¬¡å· |
| | | /// </summary> |
| | | public string BatchNo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è´§ä½ç¼å· |
| | | /// </summary> |
| | | public string LocationCode { get; set; } |
| | | /// <summary> |
| | | /// åæ®æ°é |
| | | /// </summary> |
| | | [PropertyValidate("åæ®æ°é", NotNullAndEmpty = true, MinValue = 0, IsContainMinValue = false)] |
| | | public decimal OrderQuantity { get; set; } |
| | | |
| | | public int OrderDetailStatus { get; set; } |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |