| | |
| | | [ExporterHeader(DisplayName = "ç©æç±»å")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç©æç±»å")] |
| | | public int MaterialType { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "æ°é")] |
| | | public int Materialweight { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "车å·")] |
| | | public string Wagonnumber { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "车åç§°")] |
| | | public string WagonName { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "车åå·")] |
| | | public string WagonModel { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "车ç»å·")] |
| | | public string Wagongroup { get; set; } |
| | | } |
| | | } |