public interface FooBarService extends BaseService<FooBar>
FooBar 服务类
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteFooBar(Long id)
删除
|
FooBarQueryVo |
getFooBarById(Serializable id)
根据ID获取查询对象
|
Paging<FooBarQueryVo> |
getFooBarPageList(FooBarQueryParam fooBarQueryParam)
获取分页对象
|
boolean |
saveFooBar(FooBar fooBar)
保存
|
boolean |
updateFooBar(FooBar fooBar)
修改
|
count, count, getBaseMapper, getById, getMap, getObj, getOne, getOne, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeById, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById, updateByIdboolean saveFooBar(FooBar fooBar) throws Exception
fooBar - Exceptionboolean updateFooBar(FooBar fooBar) throws Exception
fooBar - Exceptionboolean deleteFooBar(Long id) throws Exception
id - ExceptionFooBarQueryVo getFooBarById(Serializable id) throws Exception
id - ExceptionPaging<FooBarQueryVo> getFooBarPageList(FooBarQueryParam fooBarQueryParam) throws Exception
fooBarQueryParam - ExceptionCopyright © 2019. All rights reserved.