更新 schema/sc_schema.py

This commit is contained in:
2026-09-22 15:32:21 +08:00
parent 1a14b19a85
commit 468b2968c5
+5
View File
@@ -0,0 +1,5 @@
from pydantic import BaseModel
class Test(BaseModel):
stu_id:int
exam_seq:int
score:float