@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, update
public List<SelectStore> listselect()
listselect
in interface SelectStoreService
public com.baomidou.mybatisplus.extension.plugins.pagination.Page<SelectStore> queryByPage(int current, int size)
queryByPage
in interface SelectStoreService
Copyright © 2023. All rights reserved.