@Service public class SelectStoreServiceImpl extends BaseServiceImpl<SelectStore,SelectStoreMapper> implements SelectStoreService
baseMapper| Constructor and Description |
|---|
SelectStoreServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<SelectStore> |
listselect() |
com.baomidou.mybatisplus.extension.plugins.pagination.Page<SelectStore> |
queryByPage(int current,
int size) |
delete, getById, query, queryByPage, queryZhijianmingxi, save, updatepublic List<SelectStore> listselect()
listselect in interface SelectStoreServicepublic com.baomidou.mybatisplus.extension.plugins.pagination.Page<SelectStore> queryByPage(int current, int size)
queryByPage in interface SelectStoreServiceCopyright © 2023. All rights reserved.