| | |
| | | |
| | | import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.vincent.rsf.server.manager.service.TaskService; |
| | | import com.vincent.rsf.server.system.constant.DictTypeCode; |
| | | import com.vincent.rsf.server.system.entity.DictData; |
| | | import com.vincent.rsf.server.system.service.DictDataService; |
| | |
| | | @ApiModelProperty(value= "任务号") |
| | | private String taskCode; |
| | | |
| | | @ApiModelProperty("任务来源") |
| | | private Short resource; |
| | | |
| | | /** |
| | | * 任务状态 |
| | | */ |
| | |
| | | @ApiModelProperty("仓库类型") |
| | | private String warehType; |
| | | |
| | | // @ApiModelProperty("是否上报") |
| | | // private Integer flagReport; |
| | | |
| | | /** |
| | | * 任务类型 |
| | | */ |
| | | @ApiModelProperty(value= "任务类型") |
| | | @ApiModelProperty(value= "任务类型") |
| | | private Integer taskType; |
| | | |
| | | /** |
| | |
| | | private String targSite; |
| | | |
| | | /** |
| | | * 托盘码 |
| | | * 料箱码 |
| | | */ |
| | | @ApiModelProperty(value= "托盘码") |
| | | @ApiModelProperty(value= "料箱码") |
| | | private String barcode; |
| | | |
| | | /** |
| | |
| | | // null, // 任务类型 |
| | | // null, // 源库位 |
| | | // null, // 目标库位 |
| | | // null, // 托盘码 |
| | | // null, // 料箱码 |
| | | // null, // 机器人编码 |
| | | // null, // 执行状态 |
| | | // null, // 异常描述 |
| | |
| | | // null // 备注 |
| | | // ); |
| | | |
| | | // public String getParentId$() { |
| | | // if (Cools.isEmpty(this.parentId)) { |
| | | // return null; |
| | | // } |
| | | // TaskService taskService = SpringUtils.getBean(TaskService.class); |
| | | // Task task = taskService.getById(this.parentId); |
| | | // return task.getTaskCode(); |
| | | // } |
| | | |
| | | |
| | | public String getTaskStatus$(){ |
| | | if (Cools.isEmpty(this.taskStatus)) { |
| | | return null; |