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, updateById
boolean saveFooBar(FooBar fooBar) throws Exception
fooBar
- Exception
boolean updateFooBar(FooBar fooBar) throws Exception
fooBar
- Exception
boolean deleteFooBar(Long id) throws Exception
id
- Exception
FooBarQueryVo getFooBarById(Serializable id) throws Exception
id
- Exception
Paging<FooBarQueryVo> getFooBarPageList(FooBarQueryParam fooBarQueryParam) throws Exception
fooBarQueryParam
- Exception
Copyright © 2019. All rights reserved.