更新 schema/sc_schema.py

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