基于一卡通的学生考勤系统毕业论文(编辑修改稿)内容摘要:

class_name nvarchar(50) 空 class_code nvarchar(50) 空 special_grade_id int 非空 4 表 Classroom 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 classroom_id int 非空 种子,自增 1 classroom_name nvarchar(255) 空 classroom_ip nvarchar(255) 空 classroomtype_id nvarchar(50) 空 5 表 ClassroomClasstype 表名 列 名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 classroom_classroomtype_id int 非空 种子, 自增1 classroom_id int 空 classroomtype_id int 空 6 表 ClassroomTime 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 classroom_time_id int 非空 种子,自增 1 classroom_id int 非空 外键 time_id int 非空 外键 7 表 ClassroomType 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 classroomtype_id int 非空 种子,自增1 classroom_name nvarchar(50) 空 classroom_ description nvarchar(MAX) 空 8 表 CourseClassTime 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 ID int 非空 种子,自增 1 course_id int 非空 外键 time_id int 非空 外键 classroom_id int 非空 外键 9 表 CourseData 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 CourseData int 非空 种子,自增 1 course_code nvarchar(50) 空 course_name nvarchar(50) 非空 course_type nvarchar(50) 非空 10 表 CourseStatistics 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 course_statistics_id int 非空 种子,自增 1 course_to_class_rate decimal(18, 0) 空 到课率 course_late_times int 空 迟到次数 course_truant_times int 空 旷课次数 course_statistics_time datetime 空 统计时间 train_plan_course_id int 外键 11 表 CourseTime 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 course_time_id int 非空 种子,自增 1 time_id int 空 外键 course_id int 空 外键 12 表 Depart 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 depart_id int 非空 种子,自增 1 depart_name nvarchar(50) 空 depart_code nvarchar(50) 空 13 表 GradeSpecial(专业年级表 ) 表名 列名 数据类型(精度范围) 空 / 非空 约束条 件 其他说明 special_grade_id int 非空 种子,自增 1 special_id int 非空 外键 专业编号 grade int 空 年级编号 14 表 Special(专业表) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 special_id int 非空 种子,自增1 special_name nvarchar(50) 空 专业名称 special_code nvarchar(50) 空 专业编号 special_std_code nvarchar(50) 空 专业学生编号 depart_id int 非空 15 表 SpecialStatisics(专业考勤统计表) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 special_statistics_id int 非空 种子,自增 1 special_id int 非空 外键 special_to_class_rate decimal(18, 0) 空 到课率 special_late_times int 空 迟到次数 special_truant_times int 空 旷课次数 special_statistics_time datetime 空 统计时间 16 表 Student(学生表) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 student_id int 非空 种子,自增 1 student_code decimal(18, 0) 非空 学生编号 student_name nvarchar(50) 非空 学生姓名 student_age int 空 年龄 student_nationality nvarchar(50) 空 民族 student_birthday datetime 空 出身日期 student_sex varchar(10) 空 性别 student_birthday_place nvarchar(50) 空 籍贯 class_id int 空 外键 班级编号 student_identity nvarchar(50) 空 身份证 17 表 StudentStatisics(学生考勤统计表) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 student_statistics_id int 非空 种子,自增 1 student_id int 空 外键 student_to_class_rate decimal(18, 0) 空 到课率 student_late_times int 空 迟到次数 student_truant_times int 空 旷课次数 student_statistics_time datetime 空 统计时间 18 表 StudentTime(学生时间表) 表名 列名 数据类型(精度范围) 空 / 非空 约 束条件 其他说明 student_time_id int 空 主键 student_id int 空 外键 学生编号 time_id int 空 外键 时间编号 state int 空 状态(标识考勤状态) 19 表 StudentTrainplan(学生培养计划表) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 student_plan_id int 非空 种子,自增 1 student_id int 空 外键 学生编号 status nvarchar(50) 空 培养状态(在修,已修) result nvarchar(50) 空 train_plan_course_id int 外键 培养计划课程表 20 表 SystemRight(系统权限表) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 system_right_id int 非空 种子,自增 1 system_right_name nvarchar(50) 空 system_right_description nvarchar(MAX) 空 21 表 SystemRole(系统角色表) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 system_role_id int 非空 种子,自增 1 system_role_name nvarchar(50) 空 system_role_ description nvarchar(MAX) 空 22 表 SystemUser(系统用户) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 system_user_id int 非空 种子,自增1 system_user_account nvarchar(50) 非空 账号 system_user_password nvarchar(50) 空 密码 23 表 TeachClass 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 teach_class_id int 非空 种子,自增1 train_plan_course_id int 空 外键 24 表 TeachClassStudent(教学班学生表) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 teach_class_student_id int 非空 种子,自增 1 student_plan_id int 非空 外键 teach_class_id int 非空 外键 25 表 Teacher 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 teacher_id int 非空 种子,自增 1 teacher_name nvarchar(50) 非空 姓名 teacher_sex varchar(10) 非空 性别 teacher_nationality nvarchar(50) 空 民族 teacher_title_id int 空 外键 职称 teacher_birthday_place nvarchar(50) 空 籍贯 teacher_birthday datetime 空 出身日期 teacher_age int 空 年龄 26 表 TeacherStatistics 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 teacher_statistics_id int 非空 种子,自增 1 teacher_to_class_rate decimal(18, 0) 空 到课率 teacher_late_times int 空 迟到次数 teacher_truant_times int 空 旷课次数 teacher_statistics_time datetime 空 统计时间 teacher_id int 非空 外键 27 表 TeacherTeachClass(教师教学班表) 表名 列名 数据类型(精度范围) 空 / 非空 约束条件 其他说明 ID int 非空 种子,自增 1 teacher_id int 空 外键 教师表 ID teach_class_id int 空 外键 教学班表 ID 28 表 TeacherTime 表名 列名 数据类型(精。
阅读剩余 0%
本站所有文章资讯、展示的图片素材等内容均为注册用户上传(部分报媒/平媒内容转载自网络合作媒体),仅供学习参考。 用户通过本站上传、发布的任何内容的知识产权归属用户或原始著作权人所有。如有侵犯您的版权,请联系我们反馈本站将在三个工作日内改正。