| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "设备编号")] |
| | | [ExporterHeader(DisplayName = "设备编号")] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "设备编号")] |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "设备编号")] |
| | | public string DeviceCode { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "设备名称")] |
| | | [ExporterHeader(DisplayName = "设备名称")] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "设备名称")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "设备名称")] |
| | | public string DeviceName { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "设备类型")] |
| | | [ExporterHeader(DisplayName = "设备类型")] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "设备类型")] |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "设备类型")] |
| | | public string DeviceType { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "设备状态")] |
| | | [ExporterHeader(DisplayName = "设备状态")] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "设备状态")] |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "设备状态")] |
| | | public string DeviceStatus { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "设备IP")] |
| | | [ExporterHeader(DisplayName = "设备IP")] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "设备IP")] |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "设备IP")] |
| | | public string DeviceIp { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "设备端口")] |
| | | [ExporterHeader(DisplayName = "设备端口")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "设备端口")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "设备端口")] |
| | | public int DevicePort { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "PLC类型")] |
| | | [ExporterHeader(DisplayName = "PLC类型")] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "PLC类型")] |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "PLC类型")] |
| | | public string DevicePlcType { get; set; } |
| | | |
| | | /// <summary> |