写好了增加学生接口,增加学生dao层,main里加入了student——router

This commit is contained in:
wolin_liyujie
2026-09-21 16:19:44 +08:00
parent da71b48a10
commit 1a8e4f7571
9 changed files with 82 additions and 55 deletions
+7 -1
View File
@@ -1 +1,7 @@
from .class_model import Classes
from .class_teacher import ClassTeachers
from .consultant import Consultant
from .employment import Employment
from .score import Score
from .student import Student
from .teacher import Teacher