xiaoyong931011
2022-08-11 3afcc72b898f91d808ba81f9620730e4665d6890
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> {
}