1
0
forked from erp-dev/erp

feat: api_v2

This commit is contained in:
2025-12-04 14:47:30 +08:00
parent d8eb66821e
commit 642d167305
9 changed files with 213 additions and 0 deletions

8
api_v2/views/__init__.py Normal file
View File

@@ -0,0 +1,8 @@
"""
api_v2 视图包。
"""
from .users import QuickCreateEmployeeUserView
__all__ = ['QuickCreateEmployeeUserView']