public interface SysPostService extends com.baomidou.mybatisplus.extension.service.IService<SysPost>
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
checkPostCodeUnique(SysPost post) |
boolean |
checkPostNameUnique(SysPost post) |
int |
countUserPostById(Long postId) |
int |
deletePostByIds(Long[] postIds) |
com.baomidou.mybatisplus.core.metadata.IPage<SysPost> |
selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<SysPost> page,
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<SysPost> query) |
List<Long> |
selectPostListByUserId(Long userId) |
count, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeBatchByIds, removeById, removeById, removeById, removeByIds, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdcom.baomidou.mybatisplus.core.metadata.IPage<SysPost> selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<SysPost> page, com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper<SysPost> query)
int deletePostByIds(Long[] postIds)
int countUserPostById(Long postId)
boolean checkPostNameUnique(SysPost post)
boolean checkPostCodeUnique(SysPost post)
Copyright © 2023. All rights reserved.