1
1 天以前 a8619e7f4ff41d5d9ae2f50cab0f2c0efd648003
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);
}