接口 UserMapper

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

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

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