feat: 🎸 权限管理开发中
This commit is contained in:
6
mock/role/types.ts
Normal file
6
mock/role/types.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface Role {
|
||||
roleName: String
|
||||
id: String
|
||||
checkedNodes: any[]
|
||||
checkedkeys: any[]
|
||||
}
|
||||
Reference in New Issue
Block a user