| | |
| | | /// <summary> |
| | | /// ç©æé |
| | | /// </summary> |
| | | [PropertyValidate("ç©æé", NotNullAndEmpty = true)] |
| | | public decimal Weight { get; set; } |
| | | [PropertyValidate("ç©æé", NotNullAndEmpty = false)] |
| | | public string Weight { get; set; } |
| | | /// <summary> |
| | | /// ç¶æ |
| | | /// </summary> |
| | |
| | | [PropertyValidate("计éåä½ï¼Kg:å
¬æ¤ãMï¼ç±³ãPcsï¼ä¸ª(åª)", NotNullAndEmpty = true)] |
| | | public string Unit { get; set; } |
| | | /// <summary> |
| | | /// 计éåä½ |
| | | /// è¾
åä½ |
| | | /// </summary> |
| | | [PropertyValidate("计éåä½ï¼Kg:å
¬æ¤ãMï¼ç±³ãPcsï¼ä¸ª(åª)", NotNullAndEmpty = true)] |
| | | [PropertyValidate("è¾
åä½ï¼Kg:å
¬æ¤ãMï¼ç±³ãPcsï¼ä¸ª(åª)", NotNullAndEmpty = true)] |
| | | public string AssistUnitCode { get; set; } |
| | | } |
| | | } |