| | |
| | | public int Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç©æåç§° |
| | | /// ç©æåç§° é¶ä»¶å· |
| | | /// </summary> |
| | | [SugarColumn(Length = 100, ColumnDescription = "ç©æåç§°")] |
| | | public string MaterialName { get; set; } |
| | |
| | | /// 容卿¯å¦ç»å® |
| | | /// </summary> |
| | | [SugarColumn(ColumnDescription = "容卿¯å¦ç»å®", DefaultValue = "1")] |
| | | public bool IsBind { get; set; } |
| | | public bool IsBind { get; set; } = true; |
| | | |
| | | /// <summary> |
| | | /// 车å |
| | | /// </summary> |
| | | [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "车å")] |
| | | public string Carmodel { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºå |
| | | /// </summary> |
| | | [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "åºå")] |
| | | public string Region { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¤ç¨å段1 |