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()}; } }