苍穹外卖--导入用户端商品浏览功能代码

This commit is contained in:
2025-11-18 16:20:05 +08:00
parent ccf1aeb7af
commit 10ec822766
11 changed files with 234 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
@RestController
@RestController("adminDishController")
@Slf4j
@Api(tags = "菜品相关接口")
@RequestMapping("/admin/dish")