| | |
| | | public string Roadway { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 璁惧缂栧彿 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "璁惧缂栧彿")] |
| | | [ExporterHeader(DisplayName = "璁惧缂栧彿")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "璁惧缂栧彿")] |
| | | public string DeviceCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 浠诲姟绫诲瀷 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "浠诲姟绫诲瀷")] |
| | |
| | | [SugarColumn(IsNullable = true, Length = 255, ColumnDescription = "澶囨敞")] |
| | | public string Remark { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 鎵樼洏浜х嚎 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "鎵樼洏浜х嚎")] |
| | | [ExporterHeader(DisplayName = "鎵樼洏浜х嚎")] |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "鎵樼洏浜х嚎")] |
| | | public string ProductionLine { get; set; } |
| | | } |
| | | } |