| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "站台编号,唯一标识每个站台的编号")] |
| | | [ExporterHeader(DisplayName = "站台编号,唯一标识每个站台的编号")] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "站台编号,唯一标识每个站台的编号")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "站台编号,唯一标识每个站台的编号")] |
| | | public string PlatCode { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "站台名称")] |
| | | [ExporterHeader(DisplayName = "站台名称")] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "站台名称")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "站台名称")] |
| | | public string PlatformName { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "对应堆垛机")] |
| | | [ExporterHeader(DisplayName = "对应堆垛机")] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "对应堆垛机")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "对应堆垛机")] |
| | | public string Stacker { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "执行方法")] |
| | | [ExporterHeader(DisplayName = "执行方法")] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "执行方法")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "执行方法")] |
| | | public string ExecutionMethod { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "站台类型")] |
| | | [ExporterHeader(DisplayName = "站台类型")] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "站台类型")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "站台类型")] |
| | | public string PlatformType { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "对应PLC编号")] |
| | | [ExporterHeader(DisplayName = "对应PLC编号")] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "对应PLC编号")] |
| | | public string PLCCode { get; set; } |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "对应PLC编号")] |
| | | public string DeviceCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 站台位置 |
| | |
| | | [ExporterHeader(DisplayName = "站台状态")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "站台状态")] |
| | | public string Status { get; set; } = "Active"; |
| | | |
| | | |
| | | /// <summary> |
| | | /// 生产产线 |
| | | /// </summary> |
| | | [ImporterHeader(Name = "生产产线")] |
| | | [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; } |
| | | |
| | | |
| | | } |
| | | } |