| | |
| | | public string RobotTargetAddress { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 机器人来源地址线代码 |
| | | /// 机器人来源地址输送线编号 |
| | | /// </summary> |
| | | [SugarColumn(Length = 20, ColumnDescription = "机器人来源地址线代码")] |
| | | [SugarColumn(Length = 20, ColumnDescription = "机器人来源地址输送线编号", IsNullable = true)] |
| | | public string RobotSourceAddressLineCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 机器人目标地址线代码 |
| | | /// 机器人目标地址输送线编号 |
| | | /// </summary> |
| | | [SugarColumn(Length = 20, ColumnDescription = "机器人目标地址线代码")] |
| | | [SugarColumn(Length = 20, ColumnDescription = "机器人目标地址输送线编号", IsNullable = true)] |
| | | public string RobotTargetAddressLineCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 机器人来源地址线托盘代码 |
| | | /// 机器人来源地址输送线托盘号 |
| | | /// </summary> |
| | | [SugarColumn(Length = 20, ColumnDescription = "机器人来源地址线托盘代码")] |
| | | [SugarColumn(Length = 20, ColumnDescription = "机器人来源地址输送线托盘号", IsNullable = true)] |
| | | public string RobotSourceAddressPalletCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 机器人目标地址线托盘代码 |
| | | /// 机器人目标地址线托盘号 |
| | | /// </summary> |
| | | [SugarColumn(Length = 20, ColumnDescription = "机器人目标地址线托盘代码")] |
| | | [SugarColumn(Length = 20, ColumnDescription = "机器人目标地址线托盘号", IsNullable = true)] |
| | | public string RobotTargetAddressPalletCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 机器人异常信息 |
| | | /// </summary> |
| | | [SugarColumn(ColumnDescription = "机器人异常信息")] |
| | | [SugarColumn(ColumnDescription = "机器人异常信息", IsNullable = true)] |
| | | public string RobotExceptionMessage { get; set; } |
| | | |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 机器人调度时间 |
| | | /// </summary> |
| | | [SugarColumn(ColumnDescription = "机器人调度时间")] |
| | | [SugarColumn(ColumnDescription = "机器人调度时间", IsNullable = true)] |
| | | public DateTime? RobotDispatchertime { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 机器人备注 |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, ColumnDescription = "机器人备注")] |
| | | [SugarColumn(Length = 50, ColumnDescription = "机器人备注", IsNullable = true)] |
| | | public string RobotRemark { get; set; } |
| | | } |
| | | } |