| | |
| | | /// </summary> |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¥æºId |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æ¥æºId")] |
| | | public int MaterialSourceId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä»åºç¼å· |
| | |
| | | public decimal? MaterielLength { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç©æç´å¾/é«åº¦ |
| | | /// ç©æå度 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ç©æç´å¾/é«åº¦")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ç©æå度")] |
| | | public decimal? MaterielThickness { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | public decimal? MaterielWide { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç©æéé |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç©æéé")] |
| | | public decimal? MaterielWeight { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç©æè§æ ¼ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, Length = 200, ColumnDescription = "ç©æè§æ ¼")] |
| | | [SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "ç©æè§æ ¼")] |
| | | public string MaterielSpec { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | public string MaterielUnit { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è¾
åä½ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "è¾
åä½")] |
| | | public string AssistUnitCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç©æç¶æ(0:ç¦ç¨ã1:å¯ç¨) |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç©æç¶æ(0:ç¦ç¨ã1:å¯ç¨)")] |