第一次测试!

This commit is contained in:
test1
2026-09-21 11:10:38 +08:00
parent 3249592218
commit 9ecc048e2b
2 changed files with 55 additions and 33 deletions
+23
View File
@@ -0,0 +1,23 @@
from datetime import date
from pydantic.v1 import BaseModel
from datetime import datetime
class Teacher_RequestModel(BaseModel):
teac_id: int
teac_name:str
teac_gender:str
teac_age:int
teac_position:str
status=int
create_date:datetime
update_date:datetime