菜单新增是否显示字段
This commit is contained in:
@@ -127,6 +127,12 @@ public class Menu implements Serializable {
|
||||
@Schema(description = "是否打开新页面")
|
||||
private Integer isOpen;
|
||||
|
||||
/**
|
||||
* 是否显示
|
||||
*/
|
||||
@Schema(description = "是否显示")
|
||||
private Integer isDisplay;
|
||||
|
||||
/**
|
||||
* 备注
|
||||
*/
|
||||
|
||||
@@ -101,4 +101,9 @@ public class MenuVO extends Menu implements INode<MenuVO> {
|
||||
* 是否新窗口打开
|
||||
*/
|
||||
private String isOpenName;
|
||||
|
||||
/**
|
||||
* 是否显示
|
||||
*/
|
||||
private String isDisplayName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user