wl
2022-10-13 0041b415eaf904ec70aeb7c4e44ea4f292e6dd20
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.ycl.mapper.caseHandler;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ycl.entity.caseHandler.DispatchInfo;
 
/**
 * <p>
 *  调度信息 Mapper 接口
 * </p>
 *
 * @author mg
 * @since 2022-09-28
 */
public interface DispatchInfoMapper extends BaseMapper<DispatchInfo> {
}