update 优化 菜单管理 增加激活菜单与扩展属性字段

This commit is contained in:
疯狂的狮子Li
2026-04-08 11:49:53 +08:00
parent 029eb6636c
commit 81552f0cb9
4 changed files with 20 additions and 8 deletions
+4
View File
@@ -44,6 +44,8 @@ export interface MenuVO extends BaseEntity {
visible: string;
status: string;
icon: string;
activeMenu: string;
ext: string;
remark: string;
}
@@ -63,6 +65,8 @@ export interface MenuForm {
visible?: string;
status?: string;
icon?: string;
activeMenu?: string;
ext?: string;
remark?: string;
query?: string;
perms?: string;