refactor(orgs): 重构组织与用户关系接口

This commit is contained in:
xinwen
2020-08-03 16:17:46 +08:00
committed by 老广
parent f0d564180c
commit c3c5801d2e
11 changed files with 100 additions and 57 deletions

View File

@@ -18,7 +18,7 @@ __all__ = [
'ChangeUserPasswordSerializer', 'ResetOTPSerializer',
'UserProfileSerializer', 'UserOrgSerializer',
'UserUpdatePasswordSerializer', 'UserUpdatePublicKeySerializer',
'UserRetrieveSerializer'
'UserRetrieveSerializer', 'MiniUserSerializer',
]