| | |
| | | [ImporterHeader(Name = "对应PLC编号")] |
| | | [ExporterHeader(DisplayName = "对应PLC编号")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "对应PLC编号")] |
| | | public string PLCCode { get; set; } |
| | | public string DeviceCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 站台位置 |
| | |
| | | [ExporterHeader(DisplayName = "生产产线")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "生产产线")] |
| | | public string ProductionLine { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 巷道 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "巷道")] |
| | | [ExporterHeader(DisplayName = "巷道")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "巷道")] |
| | | public string Roadway { get; set; } |
| | | |
| | | |
| | | } |
| | | } |