feat: 路由支持动态参数

This commit is contained in:
hxr
2024-05-25 23:59:12 +08:00
parent 5d36a7cec9
commit 558c0a7e6e
5 changed files with 61 additions and 4 deletions

View File

@@ -88,5 +88,10 @@ public class SysMenu extends BaseEntity {
*/
private Integer alwaysShow;
/**
* 路由参数
*/
private String params;
}