第一次测试!

This commit is contained in:
test1
2026-09-21 11:26:13 +08:00
parent cc75050bb6
commit 627864b03d
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -13,6 +13,10 @@ class Teacher_RequestModel(BaseModel):
create_date:datetime
update_date:datetime
class Teacher_ResponseModel(BaseModel):
code:int=200
detail:str='OK!'
teac_name:str