add class pk

This commit is contained in:
2026-01-03 21:52:02 +08:00
parent 3b0beb851f
commit 4bec76ab78
12 changed files with 344 additions and 0 deletions

3
class_pk/serializers.py Normal file
View File

@@ -0,0 +1,3 @@
# 如果需要序列化器,可以在这里定义
# 目前使用APIView的paginate_data方法暂时不需要