public interface ServiceBase<T>
extends com.baomidou.mybatisplus.solon.service.IService<T>
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
delById(String id)
根据id删除
|
T |
getById(Long id)
查询单个
|
com.baomidou.mybatisplus.solon.plugins.pagination.Page<T> |
list(T o)
查询分页列表
|
List<T> |
listAll(T o)
查询列表
|
T |
saveObj(T t)
保存
|
count, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, 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, updateByIdCopyright © 2022. All rights reserved.