소스 검색

Merge branch 'eta/1.7.1' into debug

Roc 1 년 전
부모
커밋
eeae01a365
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      models/system/sys_role.go

+ 2 - 0
models/system/sys_role.go

@@ -117,11 +117,13 @@ type SysRoleListResp struct {
 type RoleMenu struct {
 	MenuId int    `description:"导航唯一标识"`
 	Name   string `description:"导航名称"`
+	NameEn string `description:"导航名称(英文)"`
 }
 
 type RoleMenuList struct {
 	MenuId    int    `description:"导航唯一标识"`
 	Name      string `description:"导航名称"`
+	NameEn    string `description:"导航名称(英文)"`
 	Child     []*RoleMenu
 	CheckList []int
 }