1
昨天 7e4b8d9c792036fe1fc8efee360c5611ff2654af
1
2
3
4
5
6
7
8
package com.vincent.rsf.server.system.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.vincent.rsf.server.system.entity.FlowInstance;
 
public interface FlowInstanceService extends IService<FlowInstance> {
 
}