Merge remote-tracking branch 'origin/conding' into conding

This commit is contained in:
msj
2026-09-21 11:44:19 +08:00
4 changed files with 6 additions and 5 deletions
View File
View File
+5 -4
View File
@@ -4,19 +4,20 @@ 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
delete_status:int
class Teacher_ResponseModel(BaseModel):
code:int=200
detail:str='OK!'
teac_name:str
totals:int=0