接口 RoleMapper

  • 所有超级接口:
    com.baomidou.mybatisplus.core.mapper.BaseMapper<RoleEntity>, com.baomidou.mybatisplus.core.mapper.Mapper<RoleEntity>

    @Mapper
    public interface RoleMapper
    extends com.baomidou.mybatisplus.core.mapper.BaseMapper<RoleEntity>
    作者:
    woodwhales on 2022-09-09 17:08
    • 方法概要

      • 从接口继承的方法 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