| | |
| | | @ApiModelProperty(value= "任务状态") |
| | | private Short taskStatus; |
| | | |
| | | @ApiModelProperty("上级任务ID") |
| | | private Long parentId; |
| | | |
| | | @ApiModelProperty("仓库类型") |
| | | private Short warehType; |
| | |
| | | if (Objects.isNull(dictDatas) || Objects.isNull(dictDatas.getLabel())) { |
| | | return null; |
| | | } |
| | | return dictDatas.getLabel(); |
| | | return dictDatas.getValue() + "." + dictDatas.getLabel(); |
| | | } |
| | | |
| | | public String getTaskType$() { |
| | |
| | | if (Objects.isNull(dictDatas) || Objects.isNull(dictDatas.getLabel())) { |
| | | return null; |
| | | } |
| | | return dictDatas.getLabel(); |
| | | return dictDatas.getValue() + "." + dictDatas.getLabel(); |
| | | } |
| | | |
| | | public String getStartTime$(){ |