新增菜单结构体字段,新增了两个

This commit is contained in:
2023-06-13 14:12:49 +08:00
parent e09d1f051b
commit db36b2f32b
8 changed files with 58 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
package service
type MenuService struct{}
// func (r *MenuService) GetMenuList() ([]*roleResponse.RoleMenuList, error) {
//
// }