#AI
zhou zhou
6 小时以前 51877df13075ad10ef51107f15bcd21f1661febe
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);
}