fix: reorder OTHER permission constant in permission_constants.py

v3.2
wxg0103 2025-07-16 14:02:48 +08:00
parent 69ff7f9af4
commit 97061073c1
1 changed files with 2 additions and 1 deletions

View File

@ -111,8 +111,9 @@ class WorkspaceGroup(Enum):
KNOWLEDGE = "KNOWLEDGE"
MODEL = "MODEL"
TOOL = "TOOL"
OTHER = "OTHER"
RESOURCE_PERMISSION = "RESOURCE_PERMISSION"
OTHER = "OTHER"
class UserGroup(Enum):