| | |
| | | @ApiModel(value = "ReceviceTaskParams", description = "穿线墙参数") |
| | | public class ReceviceTaskParams implements Serializable { |
| | | |
| | | @ApiModelProperty("机台号") |
| | | private String deviceNo; |
| | | |
| | | @ApiModelProperty("流水号") |
| | | private Integer id; |
| | | private Long id; |
| | | |
| | | @ApiModelProperty("通知类型:task") |
| | | private String notifyType; |
| | |
| | | @ApiModelProperty("WMS任务号") |
| | | private String wrkNo; |
| | | |
| | | @ApiModelProperty("WMS系统任务号") |
| | | private String superTaskNo; |
| | | |
| | | @ApiModelProperty("消息类型:task_complete、task_cancel") |
| | | private String msgType; |
| | | |
| | |
| | | @ApiModelProperty("消息数据") |
| | | private String data; |
| | | |
| | | @ApiModelProperty("重量") |
| | | private Double weight; |
| | | |
| | | } |