| | |
| | | public class MESReturnIssueDTO |
| | | { |
| | | /// <summary> |
| | | /// åºåºæ¥æºæç»ID |
| | | /// </summary> |
| | | [PropertyValidate("åºåºæ¥æºæç»ID", NotNullAndEmpty = true)] |
| | | public int OutDetailId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¼å«Id |
| | | /// </summary> |
| | | [PropertyValidate("å¼å«Id", NotNullAndEmpty = true)] |
| | | public string IssueId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å å·¥ä¸å¿ |
| | | /// </summary> |
| | | [PropertyValidate("å å·¥ä¸å¿", NotNullAndEmpty = true)] |
| | | public string MakeCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¨è½¬ä½ç½®ç¼å· |
| | | /// </summary> |
| | | [PropertyValidate("å¨è½¬ä½ç½®ç¼å·", NotNullAndEmpty = true)] |
| | | public string PointCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä½æä¿¡æ¯ |
| | | /// </summary> |
| | |
| | | [PropertyValidate("éææ°é", NotNullAndEmpty = true)] |
| | | public decimal ReturnQuantity { get; set; } |
| | | /// <summary> |
| | | /// æ¯å¦é¢æï¼1æªé¢æ 0已临æï¼ |
| | | /// æ¯å¦é¢æï¼1æªé¢æ 0å·²é¢æï¼ |
| | | /// </summary> |
| | | [PropertyValidate("æ¯å¦é¢æï¼1æªé¢æ 0已临æï¼", NotNullAndEmpty = true)] |
| | | public string Whether { get; set; } |
| | | [PropertyValidate("æ¯å¦é¢æï¼1æªé¢æ 0已颿ï¼", NotNullAndEmpty = true)] |
| | | public int Whether { get; set; } |
| | | /// <summary> |
| | | /// éæå·¥åå·(ERPç¸å
³) |
| | | /// </summary> |
| | |
| | | /// ç´å¾ |
| | | /// </summary> |
| | | [PropertyValidate("ç´å¾", NotNullAndEmpty = true)] |
| | | public string Thickness { get; set; } |
| | | public decimal Thickness { get; set; } |
| | | /// <summary> |
| | | /// å¹
宽 |
| | | /// </summary> |