#
zhou zhou
2 天以前 78a4c3f8f157b7ff8b6003847685b50ccb73a9c4
rsf-server/src/main/java/com/vincent/rsf/server/system/entity/TaskPathTemplate.java
@@ -112,6 +112,12 @@
    private Integer timeoutMinutes;
    /**
     * 步序长度
     */
    @ApiModelProperty(value= "步序长度")
    private Integer stepSize;
    /**
     * 最大重试次数
     */
    @ApiModelProperty(value= "最大重试次数")
@@ -251,4 +257,8 @@
        }
    }
    public String[] route(){
        return new String[]{this.sourceType, this.targetType, this.stepSize.toString(), this.id.toString()};
    }
}