feat: 菜单路由添加是否开启缓存和目录始终显示的设置

This commit is contained in:
hxr
2023-10-22 23:58:41 +08:00
parent c403c59107
commit a82ce8da7b
6 changed files with 180 additions and 116 deletions

View File

@@ -78,4 +78,15 @@ public class SysMenu extends BaseEntity {
*/
private String treePath;
/**
* 【菜单】是否开启页面缓存(1:开启;0:关闭)
*/
private Integer keepAlive;
/**
* 【目录】只有一个子路由是否始终显示(1:是 0:否)
*/
private Integer alwaysShow;
}