Package | Description |
---|---|
com.itheima.controller | |
com.itheima.dto | |
com.itheima.service | |
com.itheima.service.impl |
Modifier and Type | Method and Description |
---|---|
Result<List<DishDto>> |
DishController.getDishInSetMealPage(Dish dish)
在套餐管理页面回显菜品信息(只回显在售的)
|
Modifier and Type | Class and Description |
---|---|
class |
DishDto
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<DishDto> |
DishService.getAll(com.baomidou.mybatisplus.extension.plugins.pagination.Page<Dish> pageInfo,
Integer page,
Integer pageSize,
String name) |
Modifier and Type | Method and Description |
---|---|
com.baomidou.mybatisplus.extension.plugins.pagination.Page<DishDto> |
DishServiceImpl.getAll(com.baomidou.mybatisplus.extension.plugins.pagination.Page<Dish> pageInfo,
Integer page,
Integer pageSize,
String name)
分页查询菜品信息和菜品分类(操纵两张表)
|
Copyright © 2022. All rights reserved.