| | |
| | | @ApiModel(value = "WcsTaskReportParam", description = "WCS任务上报通知") |
| | | public class WcsTaskReportParam implements Serializable { |
| | | |
| | | @ApiModelProperty("托盘码") |
| | | private String barcode; |
| | | @ApiModelProperty("通知流水号") |
| | | private Long id; |
| | | |
| | | @ApiModelProperty("源站") |
| | | private Integer sourceStaNo; |
| | | @ApiModelProperty("通知类型:task") |
| | | private String notifyType; |
| | | |
| | | @ApiModelProperty("可用排") |
| | | private List<Integer> rowList; |
| | | @ApiModelProperty("设备号") |
| | | private String device; |
| | | |
| | | @ApiModelProperty("库位类型") |
| | | private Integer locType1; |
| | | @ApiModelProperty("WCS工作号") |
| | | private String taskNo; |
| | | |
| | | @ApiModelProperty("上级系统工作号") |
| | | private String superTaskNo; |
| | | |
| | | @ApiModelProperty("消息类型:task_complete、task_cancel") |
| | | private String msgType; |
| | | |
| | | @ApiModelProperty("消息描述") |
| | | private String msgDesc; |
| | | |
| | | @ApiModelProperty("消息数据") |
| | | private String data; |
| | | |
| | | } |