xiaoyong931011
2023-04-04 04180c2c2c8bfa97861db34eba19f277b4119d75
1
2
3
4
5
6
7
8
9
10
package cc.mrbird.febs.system.mapper;
 
import cc.mrbird.febs.system.entity.Dept;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * @author MrBird
 */
public interface DeptMapper extends BaseMapper<Dept> {
}