This website requires JavaScript.
Explore
Help
Register
Sign In
wolin_ck666_999
/
StuManagerSys
Watch
1
Star
0
Fork
3
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3fd89f8ba51f054777c36c40489e19f73d2b4566
StuManagerSys
/
schema
/
scores_schema.py
T
6 lines
107 B
Python
Raw
Normal View
History
Unescape
Escape
上传文件至「schema」
2026-09-22 14:39:47 +08:00
from
pydantic
import
BaseModel
class
Test
(
BaseModel
):
stu_id
:
int
exam_seq
:
int
score
:
float
Reference in New Issue
Copy Permalink