feat 菜单管理移植

This commit is contained in:
xxm
2022-10-14 23:48:20 +08:00
parent c420ec5be1
commit a434ec8bdb
16 changed files with 440 additions and 31 deletions

2
types/web.d.ts vendored
View File

@@ -35,5 +35,5 @@ export interface TablePageModel<T = any> {
* 基础实体对象
*/
export interface BaseEntity {
id: number | null
id?: number | null | undefined
}