Package | Description |
---|---|
com.itheima.controller | |
com.itheima.dto | |
com.itheima.service | |
com.itheima.service.impl |
Modifier and Type | Method and Description |
---|---|
Result<List<Setmeal>> |
SetmealController.listSetMeal(Long categoryId,
Integer status)
通过前端传回来的菜品id和status(1在售,0停售)
显示给登录后的用户
|
Modifier and Type | Class and Description |
---|---|
class |
SetmealDto
Copyright (C), 2021-2022, 西南科技大学
FileName: Category
Author: Lee
Date: 2022/5/13 0013 14:55
Description: 相当于存储多张表的介质
History:
|
Modifier and Type | Method and Description |
---|---|
com.baomidou.mybatisplus.extension.plugins.pagination.Page<SetmealDto> |
SetmealService.getAll(com.baomidou.mybatisplus.extension.plugins.pagination.Page<Setmeal> pageInfo,
Integer page,
Integer pageSize,
String name) |
Modifier and Type | Method and Description |
---|---|
com.baomidou.mybatisplus.extension.plugins.pagination.Page<SetmealDto> |
SetmealServiceImpl.getAll(com.baomidou.mybatisplus.extension.plugins.pagination.Page<Setmeal> pageInfo,
Integer page,
Integer pageSize,
String name)
因为setmealDto是复制类,没法使用直接使用setmael的接口
|
Copyright © 2022. All rights reserved.