@Service
public interface SelectStoreService
Modifier and Type | Method and Description |
---|---|
List<SelectStore> |
listselect() |
com.baomidou.mybatisplus.extension.plugins.pagination.Page<SelectStore> |
queryByPage(int current,
int size) |
List<SelectStore> listselect()
com.baomidou.mybatisplus.extension.plugins.pagination.Page<SelectStore> queryByPage(int current, int size)
Copyright © 2023. All rights reserved.