接口 DeptPermissionMapper
- 所有超级接口:
com.baomidou.mybatisplus.core.mapper.BaseMapper<DeptPermission>,com.mbap.mybatis.ty.service.IBaseMapper<DeptPermission>,com.baomidou.mybatisplus.core.mapper.Mapper<DeptPermission>
public interface DeptPermissionMapper
extends com.mbap.mybatis.ty.service.IBaseMapper<DeptPermission>
部门权限 Mapper 接口
- 从以下版本开始:
- 2022-08-04
- 作者:
- xinxin
-
方法概要
从接口继承的方法 com.baomidou.mybatisplus.core.mapper.BaseMapper
delete, deleteBatchIds, deleteById, deleteById, deleteByMap, exists, insert, selectBatchIds, selectById, selectByMap, selectCount, selectList, selectMaps, selectMapsPage, selectObjs, selectOne, selectPage, update, updateById从接口继承的方法 com.mbap.mybatis.ty.service.IBaseMapper
execNoResultSql, findBySql, findBySql2Entity, findBySql2Map, getCountBySql, getUniqueResultBySql, pageBySql2Entity, pageBySql2Map, query, SelectBySql