第四版_完整

This commit is contained in:
jianqi
2026-09-14 15:23:26 +08:00
parent 06c329fdd1
commit c2909191d2
14 changed files with 84 additions and 64 deletions
-2
View File
@@ -9,7 +9,6 @@ from model.employ_model import StudentEmployManage
from model.stu_model import StuInfo
from model.stu_score_model import StuScore
from model.teacher_model import Teacher
from model.users import User
__all__ = [
"Base",
@@ -19,5 +18,4 @@ __all__ = [
"StuInfo",
"StuScore",
"Teacher",
"User",
]