| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "任务号")] |
| | | [ExporterHeader(DisplayName = "任务号")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "任务号")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "任务号")] |
| | | public int TaskNum { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "托盘编号")] |
| | | [ExporterHeader(DisplayName = "托盘编号")] |
| | | [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "托盘编号")] |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "托盘编号")] |
| | | public string PalletCode { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "巷道号")] |
| | | [ExporterHeader(DisplayName = "巷道号")] |
| | | [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "巷道号")] |
| | | [SugarColumn(IsNullable = true, Length = 10, ColumnDescription = "巷道号")] |
| | | public string Roadway { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "任务类型")] |
| | | [ExporterHeader(DisplayName = "任务类型")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "任务类型")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "任务类型")] |
| | | public int TaskType { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "任务状态")] |
| | | [ExporterHeader(DisplayName = "任务状态")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "任务状态")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "任务状态")] |
| | | public int TaskState { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "起始地址")] |
| | | [ExporterHeader(DisplayName = "起始地址")] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "起始地址")] |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "起始地址")] |
| | | public string SourceAddress { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "目标地址")] |
| | | [ExporterHeader(DisplayName = "目标地址")] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "目标地址")] |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "目标地址")] |
| | | public string TargetAddress { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "当前位置")] |
| | | [ExporterHeader(DisplayName = "当前位置")] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "当前位置")] |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "当前位置")] |
| | | public string CurrentAddress { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "下一地址")] |
| | | [ExporterHeader(DisplayName = "下一地址")] |
| | | [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "下一地址")] |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "下一地址")] |
| | | public string NextAddress { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "优先级")] |
| | | [ExporterHeader(DisplayName = "优先级")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "优先级")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "优先级")] |
| | | public int Grade { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [ImporterHeader(Name = "WMS任务主键")] |
| | | [ExporterHeader(DisplayName = "WMS任务主键")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "WMS任务主键")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "WMS任务主键")] |
| | | public int WMSId { get; set; } |
| | | |
| | | /// <summary> |