上传文件至「schema」

This commit is contained in:
2026-09-22 21:36:51 +08:00
parent 76cbc9f75e
commit cebdb127e6
5 changed files with 119 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
from pydantic import BaseModel
class Test(BaseModel):
stu_id:int
exam_seq:int
score:float