refactor: 菜单列表优化

Former-commit-id: f5a697443ddcf5ef0a5c90416eb7e9267875e66d
This commit is contained in:
horizons
2022-10-28 01:51:11 +08:00
parent 0d9bf4fac4
commit 0bfdcc8de5
3 changed files with 117 additions and 109 deletions

View File

@@ -2,7 +2,7 @@
* 菜单查询参数类型声明
*/
export interface MenuQueryParam {
name: string;
keywords?: string;
}
/**