feat: 调整

This commit is contained in:
Czw996 2022-05-12 15:27:24 +08:00
parent 29518c2495
commit c753bedde3

View file

@ -9,7 +9,6 @@ class LoginRequest(Serializer):
class SuperUserInfoResponse(Serializer):
id = IntegerField(label='用户ID')
username = CharField(label='用户名')
name = CharField(label='名称')
__all__ = [