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