第一次测试!
This commit is contained in:
@@ -9,7 +9,7 @@ class Teacher_Model(Base):
|
||||
teac_gender=Column(String(5),comment='老师性别')
|
||||
teac_age=Column(Integer,comment='老师年龄')
|
||||
teac_position =Column(String(20),comment='老师职位')
|
||||
status=Column(Integer,default=0,comment='课程进度:学习中=0,求职中=1,已就业=2')
|
||||
status=Column(Integer,default=0,comment='删除状态:已删除=0,初始值=1')
|
||||
create_date=Column(DATETIME,default=datetime.now)
|
||||
update_date=Column(DATETIME,default=datetime.now,onupdate=datetime.now)
|
||||
|
||||
|
||||
@@ -47,10 +47,10 @@ dao层(每一个功能就是一个函数,判断能否功能复用)
|
||||
实现删除班级的功能 **xxx 做成中**
|
||||
|
||||
老师模块
|
||||
实现增加老师的功能 **xxx 做成中**
|
||||
实现查询老师的功能 **xxx 做成中**
|
||||
实现更新老师的功能 **xxx 做成中**
|
||||
实现删除老师的功能 **xxx 做成中**
|
||||
实现增加老师的功能 **xxx 做完了**
|
||||
实现查询老师的功能 **xxx 做完了**
|
||||
实现更新老师的功能 **xxx 做完了**
|
||||
实现删除老师的功能 **xxx 做完了**
|
||||
|
||||
统计分析模块
|
||||
实现根据年龄查询学生信息的功能 **mrz 已作成**
|
||||
|
||||
Reference in New Issue
Block a user