wl
2022-09-30 7fc6a36e9e336554a15e3d6c13d04dad0300cbc1
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> {
}