1
18 小时以前 54de9faad9bf00e13b23f024e94bf486a9b3c959
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.FlowStepTemplate;
 
public interface FlowStepTemplateService extends IService<FlowStepTemplate> {
 
}