| | |
| | | public int MaterielType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// èç³»çµè¯ |
| | | /// ç©æå®½åº¦ï¼0表示æªè®¾ç½®ï¼ |
| | | /// </summary> |
| | | [PropertyValidate("èç³»çµè¯", NotNullAndEmpty = true)] |
| | | public string ContactNumber { get; set; } |
| | | [PropertyValidate("ç©æå®½åº¦ï¼0表示æªè®¾ç½®ï¼", NotNullAndEmpty = true)] |
| | | public decimal MaterielWide { get; set; } |
| | | |
| | | /// <summary> |
| | | /// èç³»å°å |
| | | /// ç©æå度ï¼0表示æªè®¾ç½®ï¼ |
| | | /// </summary> |
| | | [PropertyValidate("èç³»å°å", NotNullAndEmpty = true)] |
| | | public string ContactAddress { get; set; } |
| | | [PropertyValidate("ç©æå度ï¼0表示æªè®¾ç½®ï¼", NotNullAndEmpty = true)] |
| | | public decimal MaterielThickness { get; set; } |
| | | |
| | | /// <summary> |
| | | /// çµåé®ç®± |
| | | /// ç©æé¿åº¦ï¼0表示æªè®¾ç½®ï¼ |
| | | /// </summary> |
| | | [PropertyValidate("çµåé®ç®±", NotNullAndEmpty = true)] |
| | | public string Email { get; set; } |
| | | [PropertyValidate("ç©æé¿åº¦ï¼0表示æªè®¾ç½®ï¼", NotNullAndEmpty = true)] |
| | | public decimal MaterielLength { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æè¿° |
| | | /// ç©æééï¼åä½ééï¼ç²¾ç¡®æ°å¼ï¼ |
| | | /// </summary> |
| | | [PropertyValidate("æè¿°", NotNullAndEmpty = true)] |
| | | public string Description { get; set; } |
| | | [PropertyValidate("ç©æééï¼åä½ééï¼ç²¾ç¡®æ°å¼ï¼", NotNullAndEmpty = true)] |
| | | public decimal Weight { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¶æ |
| | | /// </summary> |
| | | [PropertyValidate("ç¶æ", NotNullAndEmpty = true)] |
| | | public int State { get; set; } |
| | | public int Status { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºåç»ç» |
| | | /// </summary> |
| | | [PropertyValidate("åºåç»ç»", NotNullAndEmpty = true)] |
| | | public string InvOrgId { get; set; } |
| | | public int InvOrgId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æä½ç±»å |
| | | /// 计éåä½ï¼Kgï¼åå
ï¼ |
| | | /// </summary> |
| | | [PropertyValidate("æä½ç±»å", NotNullAndEmpty = true, Check = new object[] { 0, 1, 2 })] |
| | | public string OperateType { get; set; } |
| | | [PropertyValidate("计éåä½ï¼Kgï¼åå
ï¼", NotNullAndEmpty = true)] |
| | | public string Unit { get; set; } |
| | | } |
| | | } |