wl
2022-11-23 f18d5a75c35774ba77802cd1f0c76706aeda8df7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ycl.service.caseHandler;
 
import com.ycl.entity.caseHandler.WorkflowConfig;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
 * <p>
 * 处置流程配置表 服务类
 * </p>
 *
 * @author wl
 * @since 2022-09-24
 */
public interface IWorkflowConfigService extends IService<WorkflowConfig> {
 
}