feat: 菜单添加路由参数设置

This commit is contained in:
hxr
2024-05-27 00:22:51 +08:00
parent 558c0a7e6e
commit 875b26cf63
7 changed files with 62 additions and 16 deletions

View File

@@ -78,4 +78,9 @@ public class RouteBO {
*/
private Integer keepAlive;
/**
* 【菜单】路由参数
*/
private String params;
}