1
0
forked from erp-dev/erp

feat: added /api/v2/roles/

This commit is contained in:
2026-01-05 19:06:45 +08:00
parent e4b7543c09
commit d13d402d98
4 changed files with 89 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ api_v2 视图包。
"""
from .healthy import HealthCheckView
from .users import QuickCreateEmployeeUserView
from .users import QuickCreateEmployeeUserView, RoleListView
from .printing import (
PrintingJobByCustomerView,
PrintingJobV2Serializer,
@@ -19,6 +19,7 @@ from .stateflow import BusinessObjectCloneView
__all__ = [
'HealthCheckView',
'QuickCreateEmployeeUserView',
'RoleListView',
'PrintingJobByCustomerView',
'PrintingJobV2Serializer',
'PrintingJobBatchAdvancePreviewView',