forked from erp-dev/erp
feat: api_v2
This commit is contained in:
8
api_v2/views/__init__.py
Normal file
8
api_v2/views/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
api_v2 视图包。
|
||||
"""
|
||||
|
||||
from .users import QuickCreateEmployeeUserView
|
||||
|
||||
__all__ = ['QuickCreateEmployeeUserView']
|
||||
|
||||
Reference in New Issue
Block a user