- saveMealWithDish(SetmealDto) - Method in class com.itheima.service.impl.SetmealServiceImpl
-
提交表单时将设置成套餐的产品保存到setmeal_dish中
- saveMealWithDish(SetmealDto) - Method in interface com.itheima.service.SetmealService
-
- saveWithFlavor(DishDto) - Method in interface com.itheima.service.DishService
-
- saveWithFlavor(DishDto) - Method in class com.itheima.service.impl.DishServiceImpl
-
新增菜品同时保存口味(操纵两张表)
- sendMessage(String, String, String, String) - Static method in class com.itheima.utils.SMSUtils
-
发送短信
- sendMsg(User, HttpSession) - Method in class com.itheima.controller.UserController
-
发送手机短信验证码
- setCurrentId(Long) - Static method in class com.itheima.utils.BaseContextUtil
-
设置id
- Setmeal - Class in com.itheima.entity
-
Copyright (C), 2021-2022, 西南科技大学
FileName: Employee
Author: Lee
Date: 2022/5/11 0011 18:50
Description: 套餐实体类
History:
- Setmeal() - Constructor for class com.itheima.entity.Setmeal
-
- SetmealController - Class in com.itheima.controller
-
Copyright (C), 2021-2022, 西南科技大学
FileName: SetmealController
Author: Lee
Date: 2022/5/16 0016 19:27
Description:
History:
- SetmealController() - Constructor for class com.itheima.controller.SetmealController
-
- SetmealDish - Class in com.itheima.entity
-
Copyright (C), 2021-2022, 西南科技大学
FileName: SetmealDish
Author: Lee
Date: 2022/5/16 0016 19:03
Description: 菜品与套餐关系类
History:
- SetmealDish() - Constructor for class com.itheima.entity.SetmealDish
-
- SetmealDishMapper - Interface in com.itheima.mapper
-
- SetmealDishService - Interface in com.itheima.service
-
- SetmealDishServiceImpl - Class in com.itheima.service.impl
-
Copyright (C), 2021-2022, 西南科技大学
FileName: SetmealDishServiceImpl
Author: Lee
Date: 2022/5/16 0016 19:20
Description:
History:
- SetmealDishServiceImpl() - Constructor for class com.itheima.service.impl.SetmealDishServiceImpl
-
- SetmealDto - Class in com.itheima.dto
-
Copyright (C), 2021-2022, 西南科技大学
FileName: Category
Author: Lee
Date: 2022/5/13 0013 14:55
Description: 相当于存储多张表的介质
History:
- SetmealDto() - Constructor for class com.itheima.dto.SetmealDto
-
- SetMealMapper - Interface in com.itheima.mapper
-
- SetmealService - Interface in com.itheima.service
-
- SetmealServiceImpl - Class in com.itheima.service.impl
-
Copyright (C), 2021-2022, 西南科技大学
FileName: SetMealServiceImpl
Author: Lee
Date: 2022/5/14 0014 9:23
Description:
History:
- SetmealServiceImpl() - Constructor for class com.itheima.service.impl.SetmealServiceImpl
-
- ShoppingCart - Class in com.itheima.entity
-
Copyright (C), 2021-2022, 西南科技大学
FileName: Category
Author: Lee
Date: 2022/5/13 0013 14:55
Description: 购物车实体类
History:
- ShoppingCart() - Constructor for class com.itheima.entity.ShoppingCart
-
- ShoppingCartController - Class in com.itheima.controller
-
Copyright (C), 2021-2022, 西南科技大学
FileName: ShoppingCartController
Author: Lee
Date: 2022/5/18 0018 14:32
Description:
History:
- ShoppingCartController() - Constructor for class com.itheima.controller.ShoppingCartController
-
- ShoppingCartMapper - Interface in com.itheima.mapper
-
- ShoppingCartService - Interface in com.itheima.service
-
- ShoppingCartServiceImpl - Class in com.itheima.service.impl
-
Copyright (C), 2021-2022, 西南科技大学
FileName: ShoppingCartServiceImpl
Author: Lee
Date: 2022/5/18 0018 14:31
Description:
History:
- ShoppingCartServiceImpl() - Constructor for class com.itheima.service.impl.ShoppingCartServiceImpl
-
- SMSUtils - Class in com.itheima.utils
-
Copyright (C), 2021-2022, 西南科技大学
FileName: SMSUtils
Author: Lee
Date: 2022/5/13 0013 14:29
Description: 短信发送工具类
History:
- SMSUtils() - Constructor for class com.itheima.utils.SMSUtils
-
- subDishToShoppingCart(ShoppingCart) - Method in class com.itheima.controller.ShoppingCartController
-
通过前端传回来的dishId构造条件进行删除
- success(T) - Static method in class com.itheima.domain.Result
-