zhou zhou
昨天 1b0b16862c1941c5a4e6e8c538e1a27c55d4ab81
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()};
    }
}