1
昨天 64c076641c56b857fa78f6d9401f070591094569
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> {
 
}