Zbl #7

Merged
wolin_ck666_999 merged 4 commits from zbl into main 2026-09-22 14:41:00 +08:00
Showing only changes of commit 643ef4ae3d - Show all commits
+5
View File
@@ -0,0 +1,5 @@
from pydantic import BaseModel
class Test(BaseModel):
stu_id:int
exam_seq:int
score:float