Package | Description |
---|---|
com.itheima.controller |
Modifier and Type | Method and Description |
---|---|
Result<List<Category>> |
CategoryController.getCategoryType(Category category)
新建菜品时,下拉框回显菜品分类(type=1 or type=2)
根据条件查询菜品分类
|
Modifier and Type | Method and Description |
---|---|
Result<String> |
CategoryController.addCategory(Category category)
新增分类(菜品分类和套餐分类)
|
Result<List<Category>> |
CategoryController.getCategoryType(Category category)
新建菜品时,下拉框回显菜品分类(type=1 or type=2)
根据条件查询菜品分类
|
Result<String> |
CategoryController.update(Category category)
更新分类
|
Copyright © 2022. All rights reserved.