考勤情况记录数据表、短信发送记录表设计
考勤管理数据表设计
prize
1、刷卡记录表
字段类型约束说明
work_id varchar(64)not null⼯号urname varchar(64)not null姓名department varchar(64)not null部门
start_time_am datetime not null上午上班时间end_time_am datetime not null上午下班时间start_time_pm datetime not null下午上班时间end_time_pm datetime not null下午下班时间month date not null⽉份
2、汇总表
字段类型约束说明
work_id varchar(64)not null⼯号
urname varchar(64)not null姓名
department varchar(64)not null部门
standard_duration Int not null标准⼯时
display是什么意思
reality_duration int not null实际⼯时
late_duration int not null迟到时长(分钟)
individualitylate_time Int not null迟到次数
turnintoleave_early_duration Int not null早退时长hotel booking
overtime_standard Int正常加班(时长)overtime_holiday Int假⽇加班(时长)standard_day Int标准⼯作天数
reality_day Int实际⼯作天数
秋季皮肤保养evection_day Int出差天数
abnteeism_day Int旷⼯天数
leave_day Int请假天数
吉姆布朗
mark_wage float标注⼯资 (加项⼯资)
overtime_wage float加班⼯资(加项⼯资)allowance_wage float津贴(加项⼯资)
latesss_wage Float迟到/早退扣款
leave_wage float请假
deductions float扣款
reality_wage float实际⼯资
mark text备注园林景观设计学习
3、短信发送记录表:
message_work
remember什么意思字段类型约束说明
meaage_id varchar(64)not null短信ID
nd_id varchar(64)not null创建⼈ID
nd_name varchar(64)not null创建⼈名称
receive_id varchar(64)not null接收⼈ID
receive_name varchar(64)not null接收⼈名称
receive_phones int not null接收⼈⼿机号码
message_content text not null接收⼈内容
create_time datetime not null创建时间
海伦英语status varchar(32)not null发送状态(未发送/已发送)