This commit is contained in:
maruizhi
2026-09-22 12:19:32 +08:00
parent 7eb33e633b
commit 5a85014b64
2 changed files with 1 additions and 3 deletions
@@ -1,7 +1,5 @@
from pydantic import BaseModel,field_serializer
from datetime import date
from typing import List
from schema.student_schema import StudentResponse
class AllStuResponse(BaseModel):
all_cnt: int