Files
ccdi/doc/docs/ccdi_staff_transfer.csv
wkc 9c84af78f2 docs: 添加员工柜员号优化设计文档
- 移除tellerNo字段,将employeeId设置为柜员号
- 柜员号为7位数字,手动输入,唯一性校验
- 包含数据库、后端、前端、测试等完整设计方案
- 生成测试脚本和API文档更新计划
2026-02-05 14:06:35 +08:00

19 lines
1.2 KiB
CSV
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
5.员工调动记录表ccdi_staff_transfer,,,,,,
序号,字段名,类型,默认值,是否可为空,是否主键,注释
1,num_id,string,,,,员工工号(主键)
2,transfer_type,VARCHAR,,,,"调动类型:PROMOTION:升职, DEMOTION:降职, LATERAL:平调, ROTATION:轮岗, SECONDMENT:借调, DEPARTMENT_CHANGE:部门调动, POSITION_CHANGE:职位调整, RETURN:返岗, TERMINATION:离职, OTHER:其他"
3,transfer_sub_type,VARCHAR,,,,"调动子类型,双聘调动、临时调动等"
4,dept_id_before,VARCHAR,,,,调动前部门ID
5,dept_name_before,VARCHAR,,,,调动前部门
6,grade_before,VARCHAR,,,,调动前职级
7,position_before,VARCHAR,,,,调动前岗位
8,salary_level_before,VARCHAR,,,,调动前薪酬等级
9,dept_id_after,VARCHAR,0000-00-00,,,调动后部门ID
10,dept_name_after,VARCHAR,0000-00-00,,,调动后部门
11,grade_after,VARCHAR,,,,调动后职级
12,position_after,VARCHAR,,,,调动后岗位
13,salary_level_after,VARCHAR,,,,调动后薪酬等级
14,transfer_date,DATE,,,,调动日期
15,create_time,DATETIME,-,,当前时间,记录创建时间
16,update_time,DATETIME,-,,当前时间,记录更新时间