fix: 菜单支持国际化补充
This commit is contained in:
@@ -18,6 +18,9 @@ public class MenuSaveVO {
|
|||||||
@Size(max = 50, message = "菜单名称长度不能超过50个字符")
|
@Size(max = 50, message = "菜单名称长度不能超过50个字符")
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
|
@Schema(description = "国际化key", example = "menu.system")
|
||||||
|
private String i18nKey;
|
||||||
|
|
||||||
@Schema(description = "权限标识,仅菜单类型为按钮时,才需要传递", example = "sys:menu:add")
|
@Schema(description = "权限标识,仅菜单类型为按钮时,才需要传递", example = "sys:menu:add")
|
||||||
@Size(max = 100)
|
@Size(max = 100)
|
||||||
private String permission;
|
private String permission;
|
||||||
|
|||||||
Reference in New Issue
Block a user