This website requires JavaScript.
Explore
Help
Register
Sign In
wolin_LeeERbn
/
StuManagerSys
Watch
1
Star
0
Fork
0
forked from
wolin_ck666_999/StuManagerSys
Code
Pull Requests
Activity
Files
main
StuManagerSys
/
schema
/
sc_schema.py
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
6 lines
102 B
Python
Raw
Permalink
Normal View
History
Unescape
Escape
更新 schema/sc_schema.py
2026-09-22 15:32:21 +08:00
from
pydantic
import
BaseModel
class
Test
(
BaseModel
):
stu_id
:
int
exam_seq
:
int
score
:
float
Copy Permalink