@Service @Transactional public class NoticeServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<NoticeDao,NoticeDO> implements NoticeService
| 构造器和说明 |
|---|
NoticeServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
NoticeDto |
getInfo(String id) |
Map<String,Object> |
getPage(cn.tworice.mybatis.vo.PageParam pageParam,
NoticeDO entity) |
boolean |
remove(String[] ids) |
boolean |
saveBatch(List<NoticeDO> list) |
String |
updateOrInsert(NoticeDO entity) |
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getOneOpt, getSqlSessionFactory, getSqlStatement, removeBatchByIds, removeBatchByIds, removeById, removeById, removeByIds, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, exists, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, getOneOpt, getOneOpt, getOptById, ktQuery, ktUpdate, lambdaQuery, lambdaQuery, lambdaUpdate, list, list, list, list, listByIds, listByMap, listMaps, listMaps, 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 Map<String,Object> getPage(cn.tworice.mybatis.vo.PageParam pageParam, NoticeDO entity)
getPage 在接口中 NoticeServicepublic String updateOrInsert(NoticeDO entity)
updateOrInsert 在接口中 NoticeServicepublic NoticeDto getInfo(String id)
getInfo 在接口中 NoticeServicepublic boolean remove(String[] ids)
remove 在接口中 NoticeServicepublic boolean saveBatch(List<NoticeDO> list)
saveBatch 在接口中 InductsListenerService<NoticeDO>Copyright © 2024. All rights reserved.