wl
2022-12-20 b4108b26e1cc01178df5180e7291213cb16b52e1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ycl.mapper.depart;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ycl.entity.depart.DepartManager;
 
/**
 * <p>
 *  Mapper 接口
 * </p>
 *
 * @author zhanghua
 * @since 2022-10-09
 */
public interface DepartManagerMapper extends BaseMapper<DepartManager> {
 
}