mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 22:04:04 +08:00
feat(api): role perm
This commit is contained in:
@@ -64,3 +64,9 @@ MIMEExtMap = {
|
||||
'text/plain': '.txt',
|
||||
'text/csv': '.csv',
|
||||
}
|
||||
|
||||
|
||||
class RoleType(BaseEnum):
|
||||
System = 'system'
|
||||
Technician = 'technician'
|
||||
User = 'user'
|
||||
|
Reference in New Issue
Block a user