feat: 🎸 权限管理开发中

This commit is contained in:
chenkl
2021-01-15 17:27:24 +08:00
parent 8edb2a3493
commit 6d7ea6694d
40 changed files with 2353 additions and 135 deletions

6
mock/user/types.ts Normal file
View File

@@ -0,0 +1,6 @@
export interface User {
userName: String
password: String
role: String
roleId: String
}