feat: base listmixin描述去除
This commit is contained in:
parent
b2b8b2aa17
commit
3045b46d77
|
@ -183,11 +183,7 @@ class CustomListModelMixin(ListModelMixin):
|
|||
type=openapi.TYPE_STRING, required=False),
|
||||
])
|
||||
def list(self, request, *args, **kwargs):
|
||||
"""
|
||||
获取列表
|
||||
|
||||
获取列表
|
||||
"""
|
||||
queryset = self.filter_queryset(self.get_queryset())
|
||||
|
||||
page = self.paginate_queryset(queryset)
|
||||
|
|
Loading…
Reference in New Issue