| | |
| | | /// </summary> |
| | | [Description("合包任务号")] |
| | | public int W_SurroundTaskNo { get; set; } |
| | | /// <summary> |
| | | /// 码垛首末板 |
| | | /// </summary> |
| | | [Description("码垛首末板")] |
| | | public short W_PalletizingBucketType { get; set; } |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [Description("码垛任务完成确认")] |
| | | public string W_PalletizingTaskFinish { get; set; } |
| | | /// <summary> |
| | | /// 码垛首末板 |
| | | /// </summary> |
| | | [Description("码垛首末板")] |
| | | public string W_PalletizingBucketType { get; set; } |
| | | /// <summary> |
| | | /// 齐套信息(998齐套,999异常出库) |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | [Description("码垛位置2状态")] |
| | | public short R_PalletizingStation2 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 码垛任务接收完成 |
| | | /// </summary> |
| | | [Description("码垛任务接收完成")] |
| | | public bool R_PalletizingAck { get; set; } |
| | | /// <summary> |
| | | /// 强制出库模式 |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | [Description("合包任务号")] |
| | | public string R_SurrouondTaskNo { get; set; } |
| | | /// <summary> |
| | | /// 码垛任务接收完成 |
| | | /// </summary> |
| | | [Description("码垛任务接收完成")] |
| | | public string R_PalletizingAck { get; set; } |
| | | } |
| | | } |