统计分析模块更新,待测试,成绩模块更新。
This commit is contained in:
@@ -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 #主键,自增主键
|
||||
|
||||
Reference in New Issue
Block a user