fix
Hentua
2023-04-25 2ccfd486a7e82b71bbac81d121a7c5dae752db4d
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> {
}