@Service public class VersionLogService extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<VersionLogDao,VersionLogDO> implements InductsListenerService<VersionLogDO>
| 构造器和说明 |
|---|
VersionLogService() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
del(Integer[] ids) |
VersionLogDO |
info(int id) |
Map<String,Object> |
list(cn.tworice.mybatis.vo.PageParam pageParam,
VersionLogDO entity) |
boolean |
saveBatch(List<VersionLogDO> list) |
int |
set(VersionLogDO entity) |
boolean |
update(VersionLogDO 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, getById, getOne, 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, removeById, removeByIds, removeByMap, save, saveBatch, saveOrUpdate, saveOrUpdateBatch, update, update, update, updateBatchById, updateByIdpublic Map<String,Object> list(cn.tworice.mybatis.vo.PageParam pageParam, VersionLogDO entity)
public int set(VersionLogDO entity)
public int del(Integer[] ids)
public boolean update(VersionLogDO entity)
public boolean saveBatch(List<VersionLogDO> list)
saveBatch 在接口中 InductsListenerService<VersionLogDO>public VersionLogDO info(int id)
Copyright © 2024. All rights reserved.