xiaoyong931011
2023-02-27 3404cf70c73fc12fab1a4f99a3411041ba4c51dc
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> {
}