1
2 天以前 d9a147817ff9013003b169d42320fcbc6e6d39df
rsf-server/src/main/java/com/vincent/rsf/server/system/service/FlowStepInstanceService.java
@@ -5,4 +5,6 @@
public interface FlowStepInstanceService extends IService<FlowStepInstance> {
    boolean jumpCurrent(Long id);
}