致远A8数据字典-HR.doc
文本预览下载声明
HR数据字典
[说明]
? 2008 UF Seeyon Co., Ltd.
All rights reserved.
This document contains information that is proprietary and confidential to UF Seeyon., which shall not be disclosed outside the recipients company or duplicated, used or disclosed in whole or in part by the recipient for any purpose other than to evaluate this file. Any other use or disclosure in whole or in part of this information without the express written permission of UF Seeyon. is prohibited.
Date: 2008.2.25
Author: 卢呈祥
Version: V1.00
目录
目录 2
1. 表间关系示意图 3
1.1 数据表关系 3
1.2 其它相关数据表 4
1.3 其它相关数据表 5
2. 数据表详细描述 5
2.1—
2.2—
2.3--
表间关系示意图
数据表关系
Table Name 中文名 描述 hr_pages 自定义页签 存页签信息 hr_pages_labels 页签中英文值 页签的的值分成中英文 hr_pages_properties 页签关联信息项 页签和信息项关联数据 hr_properties 信息项 hr_properties_categories 信息项类别 信息项和类别的关联 hr_properties_labels 信息项附属表 信息项的值分中英文 hr_properties_repositories 页签的值 页签里的信息项的值 其它相关数据表
Table Name 中文名 描述 hr_record_workingtime 工作时间 hr_staff_assess 考核名称 hr_staff_contactInfo 联系信息 个人档案的联系信息 hr_staff_edu_experience 教育培训经历 记录教育经历 hr_staff_info 员工基本信息 包括婚姻学历年龄。。。等 hr_staff_postchange 职务变动 hr_staff_relationship 家庭成员以及社会关系 hr_staff_rewards_punishment 奖惩档案 hr_staff_work_record 工作履历 hr_staff_salary 员工工资 hr_salary_password 工资密码 员工工资密码表
其它相关数据表
Table Name 中文名 描述 hr_staff_transfer 调配信息 hr_staff_transfer_type 调配类型 hr_record 考勤记录 记录考情的基本信息 hr_record_state 打卡状态 记录和状态关联
数据表详细描述
2.1
数据表 自定义页签(hr_pages) 字段名 中文名 类型 值域 描述 id 主键 BIGINT 唯一的id page_name 页签名称 VARCHAR 255 page_no page_no TINYINT page_display 页签是否显示 TINYINT 显示
不显示 model_name 所属模块 VARCHAR 255 memo 备注 TEXT remove 删除标志 TINYINT 未删除
已删除 accountId 单位ID BIGINT repair 是否修改 TINYINT 能修改
不能修改 HR管理员对基本用户对页签的修改控制
数据表 页签中英文值 hr_pages_labels 字段名 中文名 类型 值域 描述 id 主键ID BIGINT 唯一id language_id 语言 VARCHAR 255 zh_CN
en page_label_value 页签中英文值 VARCHAR 255 page_id 页签表ID BIGINT 数据表 页签关联信息项(hr_pages_properties) 字段名 中文名 类型 值域 描述 id 主键ID BIGINT 唯一id property_ordering 页签关联 TINYINT page_id 页签表ID BIGINT
显示全部