统计分析模块更新,待测试,成绩模块更新。

This commit is contained in:
Orangeeee
2026-09-22 18:23:13 +08:00
parent 6a39e1d56f
commit 6775da7f89
12 changed files with 33 additions and 24 deletions
-3
View File
@@ -1,11 +1,8 @@
from databases import engine_all,Base_all,Session
from sqlalchemy import ForeignKey
from student_manage_system import students,classes
from stu_jiuye.database import DATETIME,Base,Column,Integer,String,DATE
from datetime import datetime
class Employments(Base_all): #学生就业信息基类
__tablename__ = 'Employments' #表名
id = Column(Integer #主键,自增主键