1
0
forked from erp-dev/erp

feat: mdy staging api filters

This commit is contained in:
2025-12-29 15:36:00 +08:00
parent ce0cf3256c
commit 9bb2eab269
5 changed files with 151 additions and 25 deletions

View File

@@ -15,8 +15,8 @@ class LimitedLimitOffsetPagination(LimitOffsetPagination):
- 最大每页返回 100 条
- 防止前端请求过多数据
"""
default_limit = 100
max_limit = 100
default_limit = 300
max_limit = 300
class LimitedModelViewSet(viewsets.ModelViewSet):