fix: role base app perm

This commit is contained in:
hu.sima
2024-04-29 09:26:23 +08:00
parent bd31043608
commit c0fc534958
2 changed files with 2 additions and 77 deletions

View File

@@ -64,9 +64,3 @@ MIMEExtMap = {
'text/plain': '.txt',
'text/csv': '.csv',
}
class RoleType(BaseEnum):
System = 'system'
Technician = 'technician'
User = 'user'