feat 权限管理

This commit is contained in:
xxm
2022-11-07 16:55:03 +08:00
parent eedf2e648e
commit 60e922f431
10 changed files with 420 additions and 29 deletions

2
types/web.d.ts vendored
View File

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