You've already forked FrameTour-BE
添加"景区"的基础业务接口和实现
This commit is contained in:
@@ -14,7 +14,7 @@ import org.springframework.web.bind.annotation.*;
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/api/menu/v1")
|
||||
@Api(tags = "菜单管理")
|
||||
@Api(tags = "系统菜单管理")
|
||||
public class MenuController {
|
||||
|
||||
private MenuService menuService;
|
||||
|
Reference in New Issue
Block a user