public interface SysPostMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<SysPost>
岗位信息表 Mapper 接口
int
deletePostByIds(Long[] postIds)
List<Long>
selectPostListByUserId(Long userId)
List<SysPost>
selectPostsByUserName(String userName)
delete, deleteBatchIds, deleteById, deleteById, deleteByMap, exists, insert, selectBatchIds, selectById, selectByMap, selectCount, selectList, selectMaps, selectMapsPage, selectObjs, selectOne, selectPage, update, updateById
int deletePostByIds(Long[] postIds)
List<Long> selectPostListByUserId(Long userId)
List<SysPost> selectPostsByUserName(String userName)
Copyright © 2023. All rights reserved.