| | |
| | | @ApiModelProperty(value= "任务状态") |
| | | private Short taskStatus; |
| | | |
| | | |
| | | @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$(){ |