| | |
| | | /// <summary> |
| | | /// ç©æè§æ ¼ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "ç©æè§æ ¼")] |
| | | [SugarColumn(IsNullable = true, Length = 500, ColumnDescription = "ç©æè§æ ¼")] |
| | | public string MaterielSpec { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// è£åå宽度 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "è£åå宽度")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "è£åå宽度")] |
| | | public float CutedWidth { get; set; } |
| | | |
| | | /// <summary> |