收藏 分销(赏)

绩效考核数据库设计.doc

上传人:a199****6536 文档编号:4000971 上传时间:2024-07-24 格式:DOC 页数:10 大小:94.04KB
下载 相关 举报
绩效考核数据库设计.doc_第1页
第1页 / 共10页
绩效考核数据库设计.doc_第2页
第2页 / 共10页
绩效考核数据库设计.doc_第3页
第3页 / 共10页
绩效考核数据库设计.doc_第4页
第4页 / 共10页
绩效考核数据库设计.doc_第5页
第5页 / 共10页
点击查看更多>>
资源描述

1、绩效考核数据库设计(初稿)设计时间:201。12.16第一部分 基础信息表1 医院基础信息医院基础信息表医院代码医院全名医院名别称医院级别医院地址医院联系电话传真号医院简介建院时间职工数量保留字段1保留字段2保留字段3保留字段4保留字段5保留字段62 人员基础信息人员基础信息是医院的人员基础信息构成。2。1医生基础信息表2。1。1医生基础信息表表id 医生编号简码姓名密码性别年龄职称联系手机号部门电话岗位职位id所属部门id所属科室id上级领导id入职信息id角色id考核指标信息id考核结果信息id创建人创建时间信息最后更新时间说明状态保留字段1保留字段2保留字段3保留字段4保留字段5保留字段

2、62。2护士基础信息表护士基础信息表表id 护士编号简码姓名密码性别年龄职称联系手机号部门电话岗位职位id所属部门id所属科室id上级领导id入职信息id角色id考核指标信息id考核结果信息id创建人创建时间信息最后更新时间说明状态保留字段1保留字段2保留字段3保留字段4保留字段5保留字段63 部门基础信息3。1部门信息表(department)表id 部门编号简码部门名称部门主管负责人(关联用户部门表)父级部门id创建人(关联当前登录用户)创建时间信息最后更新时间说明状态保留字段1保留字段2保留字段3保留字段4保留字段5保留字段63.2部门信息表(department)岗位职位id所属部门i

3、d所属科室id上级领导id入职信息id角色id考核指标信息id考核结果信息id第二部分 考核标准表4 考核指标信息考核信息表的创建建立在考核标准之上.4.1设计考核相关人员思想首先,需要建立考核的一个种类方式,这其中包括了考评人,被考核人,创建考评方式人,批准执行的相关领导。Perf_Batch 绩效考评批次表.存放考核的基础信息。包括创建人创建时间,考评类型批次时间等。当添加考核时,此表增加一条记录。Perf_Batch_Target 绩效考评目标表。存放考核基础信息与批次信息,二者关联。Perf_Batch_Result 绩效考评结果表。存放考核结果.Perf_Batch_Appraise

4、e 绩效接受考核人表。被考核人相关信息。被考核人的用户名id,以及一系列的基础信息.Perf_Batch_Appraiser 绩效考核评价人表。负责根据考评标准给定被考评人考评的分数。4。2绩效考评批次表(Perf_Batch)Perf_Batch 绩效考评批次表Perf_Batch 绩效考评批次表列名数据类型设置默认值备注Perf_Batch_IDintPk,not null递增量1,主键标识Perf_Batch_Namevarchar(200)Not null考核批次名称Perf_Batch_BofTimeDatetime8Not null199011考核开始时间Perf_Batch_Eo

5、fTimeDatetime8Not null2990-1-1考核结束时间Perf_Batch_TypeintNot null00员工考核,1项目考核Perf_Batch_TimeTypeintNot null00一次性,1月考核,2季度,3年度,保留4567Perf_Batch_StateintNot null00未开始,1正在,2结束Perf_Batch_Explainntext说明备注Perf_Batch_FlagintNot null00无批次,设置批次权重Perf_Batch_MarkintNot null100总分值Perf_Batch_CreateTimeDatetime9Not

6、null(考核)创建时间Perf_Batch_CreateUserVarchar50Not null创建人Perf_Batch_LevelintNot null次数层级Perf_Batch_DelintNot null0-1表示已经删除Perf_Batch_WeightintNot nul100权重customInfo1varchar保留字段customInfo2varchar保留字段customInfo3varchar保留字段customInfo4varchar保留字段4。3考核目标表(Perf_Batch_Target)Perf_Batch_Target 绩效考评目标表列名数据类型设置默认

7、值备注Perf_Batch_TargetIDintPk,not null递增量1,主键标识Perf_Batch_IDintFk.,Not null关联批次表idPerf_Batch_TargetNameVarchar100Not null考核名称Perf_Batch_TargetTypeintNot null00打分目标项,1文字评价,Perf_Batch_DelintNot null0-1表示已经删除Perf_Batch_WeightintNot nul100权重Perf_Batch_StateintNot null00未开始,1正在,2结束Perf_Batch_Explainntext说明

8、备注Perf_Batch_CreateTimeDatetime9Not null创建时间Perf_Batch_CreateUserVarchar50Not null创建人customInfo1varchar保留字段customInfo2varchar保留字段customInfo3varchar保留字段customInfo4varchar保留字段4。4考核结果表(Perf_Batch_Result)Perf_Batch_Result 绩效考评结果表列名数据类型设置默认值备注Perf_Batch_ResultIDintPk,not null递增量1,主键标识Perf_Batch_TargetIdi

9、ntNot null0关联考核目标表Perf_Batch_ScoreintNot null-1 得分Perf_Batch_Explainntext说明备注,文字评价Perf_Batch_statesintNot null00使用,停用Perf_Batch_CreateTimeDatetime9Not null创建时间Perf_Batch_CreateUserVarchar50Not null创建人Perf_Batch_DelintNot null0删除标识,1表示已经删除Perf_Batch_WeightintNot nul100权重customInfo1varchar保留字段customIn

10、fo2varchar保留字段customInfo3varchar保留字段customInfo4varchar保留字段4。5接受考核人表(Perf_Batch_Appraisee)Perf_Batch_Appraisee 绩效接受考核人表列名数据类型设置默认值备注Perf_Batch_AppraiseeIDintPk,not null递增量1,主键标识Perf_Batch_UserIDintNot null关联受评人信息,用户idPerf_Batch_IDintNot null 绩效考评批次idPerf_Batch_Explainntext说明备注,文字评价Perf_Batch_statesin

11、tNot null00使用,停用Perf_Batch_CreateTimeDatetime9Not null创建时间Perf_Batch_CreateUserVarchar50Not null创建人Perf_Batch_DelintNot null0删除标识,-1表示已经删除Perf_Batch_WeightintNot nul100权重customInfo1varchar保留字段customInfo2varchar保留字段customInfo3varchar保留字段customInfo4varchar保留字段4.6考核评价人表(Perf_Batch_Appraiser)Perf_Batch_

12、Appraiser 绩效考核评价人表列名数据类型设置默认值备注Perf_Batch_AppraiserIDintPk,not null递增量1,主键标识Perf_Batch_UserIDintNot null关联受评人信息,用户idPerf_Batch_IDintNot null 绩效考评批次idPerf_Batch_Explainntext说明备注,文字评价Perf_Batch_statesintNot null00使用,停用Perf_Batch_CreateTimeDatetime9Not null创建时间Perf_Batch_CreateUserVarchar50Not null创建人P

13、erf_Batch_DelintNot null0删除标识,1表示已经删除Perf_Batch_WeightintNot nul100权重customInfo1varchar保留字段customInfo2varchar保留字段customInfo3varchar保留字段customInfo4varchar保留字段5 考核核心计算信息11111115.1 标准计算库存放计算库的相关id,与书本目录相近.标准id标准计算公式id标准计算分类5.1 各个计算标准标准计算id所需参数1-n计算公式1-n计算分类计算的等级计算所占权重标准系数1n修正系数:a 部门修正系数,b岗位修正系数5.2 考核批次标准计算表(考核标准对应计算库)5。1 考核批次计算标准

展开阅读全文
相似文档                                   自信AI助手自信AI助手
猜你喜欢                                   自信AI导航自信AI导航
搜索标签

当前位置:首页 > 管理财经 > 绩效管理

移动网页_全站_页脚广告1

关于我们      便捷服务       自信AI       AI导航        获赠5币

©2010-2024 宁波自信网络信息技术有限公司  版权所有

客服电话:4008-655-100  投诉/维权电话:4009-655-100

gongan.png浙公网安备33021202000488号   

icp.png浙ICP备2021020529号-1  |  浙B2-20240490  

关注我们 :gzh.png    weibo.png    LOFTER.png 

客服