学生管理系统代码

This commit is contained in:
zhl
2026-09-21 19:22:31 +08:00
commit ef88fbdbe9
61 changed files with 4203 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
from .advisor_model import Advisor
from .class_model import Classes
# from .demo import Student
from .employment_model import Employment
from .score_model import Score
# from .score_model import Score
from .student_model import Student
from .teacher_model import Teacher
__all__ = [ "Advisor",'Student',"Employment","Classes","Teacher","Score"]