@Service public class ApiInterfaceServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<ApiInterfaceMapper,ApiInterface> implements ApiInterfaceService
| 构造器和说明 |
|---|
ApiInterfaceServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
deleteByIds(Long[] ids) |
ApiInterface |
getDetailById(Long id) |
com.baomidou.mybatisplus.core.metadata.IPage<ApiInterface> |
selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<ApiInterface> page,
ApiInterface apiInterface) |
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, 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, updateByIdpublic com.baomidou.mybatisplus.core.metadata.IPage<ApiInterface> selectListPage(com.baomidou.mybatisplus.extension.plugins.pagination.Page<ApiInterface> page, ApiInterface apiInterface)
selectListPage 在接口中 ApiInterfaceServicepublic int deleteByIds(Long[] ids)
deleteByIds 在接口中 ApiInterfaceServicepublic ApiInterface getDetailById(Long id)
getDetailById 在接口中 ApiInterfaceServiceCopyright © 2023. All rights reserved.