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
b5895572076c9db7e4e3aee34291be1b0b92a3aa
StuManagerSys
/
schema
/
sc_schema.py
T
6 lines
102 B
Python
Raw
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
Reference in New Issue
Copy Permalink