xiaoyong931011
2023-02-22 11a0b98b93797e884bac39abbab086e82f924f9c
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> {
}