From 92a6f455b86b9df5485765361f5818ab60e4ea02 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Sat, 7 Jun 2025 10:18:28 +0800 Subject: [PATCH] =?UTF-8?q?h5=E5=91=A8=E8=8F=9C=E8=B0=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../canteen/core/cook/controller/CookRecipeH5Controller.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/cook/controller/CookRecipeH5Controller.java b/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/cook/controller/CookRecipeH5Controller.java index 60143a5..8202cae 100644 --- a/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/cook/controller/CookRecipeH5Controller.java +++ b/bonus-modules/bonus-smart-canteen/src/main/java/com/bonus/canteen/core/cook/controller/CookRecipeH5Controller.java @@ -36,7 +36,7 @@ import static com.bonus.common.core.web.domain.AjaxResult.success; * @author xsheng * @date 2025-05-25 */ -@Api(tags = "菜品计划信息接口") +@Api(tags = "菜谱h5接口") @RestController @RequestMapping("/cook_recipe_h5") @Slf4j