skyouc
1 天以前 45430b88dab1451ecff39236dab01d5668b5b9c8
rsf-server/src/main/java/com/vincent/rsf/server/manager/entity/Task.java
@@ -56,6 +56,10 @@
    @ApiModelProperty(value= "任务状态")
    private Short taskStatus;
    @ApiModelProperty("仓库类型")
    private Short warehType;
    /**
     * 任务类型
     */
@@ -249,7 +253,7 @@
        if (Objects.isNull(dictDatas) || Objects.isNull(dictDatas.getLabel())) {
            return null;
        }
        return dictDatas.getLabel();
        return dictDatas.getValue() + "." + dictDatas.getLabel();
    }
    public String getTaskType$() {
@@ -263,7 +267,7 @@
        if (Objects.isNull(dictDatas) || Objects.isNull(dictDatas.getLabel())) {
            return null;
        }
        return dictDatas.getLabel();
        return dictDatas.getValue() + "." + dictDatas.getLabel();
    }
    public String getStartTime$(){