mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-24 21:08:30 +00:00
refactor(orgs): 重构组织表结构
This commit is contained in:
8
apps/common/const/choices.py
Normal file
8
apps/common/const/choices.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
from common.db.models import ChoiceSet
|
||||
|
||||
|
||||
ADMIN = 'Admin'
|
||||
USER = 'User'
|
||||
AUDITOR = 'Auditor'
|
Reference in New Issue
Block a user