feat: 🎸 权限管理开发中
This commit is contained in:
6
mock/user/types.ts
Normal file
6
mock/user/types.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface User {
|
||||
userName: String
|
||||
password: String
|
||||
role: String
|
||||
roleId: String
|
||||
}
|
||||
Reference in New Issue
Block a user