2026-05-22 10:42:31 +08:00
|
|
|
from __future__ import annotations
|
|
|
|
|
|
|
|
|
|
EMPLOYEE_DEFINITIONS_PART_2 = [
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12624",
|
|
|
|
|
"name": "沈知远",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1992-11-06",
|
|
|
|
|
"phone": "13926241855",
|
|
|
|
|
"email": "zhiyuan.shen@xfinance.com",
|
|
|
|
|
"join_date": "2021-11-22",
|
|
|
|
|
"location": "北京",
|
|
|
|
|
"position": "测试负责人",
|
|
|
|
|
"grade": "P6",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "TECH-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E11745",
|
|
|
|
|
"finance_owner_name": "研发财务BP",
|
|
|
|
|
"cost_center": "CC-6119",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-05 13:12",
|
|
|
|
|
"last_sync_at": "2026-05-05 13:12",
|
|
|
|
|
"role_codes": ["user"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E11852",
|
|
|
|
|
"name": "周晓彤",
|
|
|
|
|
"gender": "女",
|
|
|
|
|
"birth_date": "1997-05-27",
|
|
|
|
|
"phone": "13818529954",
|
|
|
|
|
"email": "xiaotong.zhou@xfinance.com",
|
|
|
|
|
"join_date": "2022-06-30",
|
|
|
|
|
"location": "南京",
|
|
|
|
|
"position": "行政采购专员",
|
|
|
|
|
"grade": "P4",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "PRODUCTION-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E12653",
|
|
|
|
|
"finance_owner_name": "行政财务BP",
|
|
|
|
|
"cost_center": "CC-7204",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-05 11:22",
|
|
|
|
|
"last_sync_at": "2026-05-05 11:22",
|
|
|
|
|
"role_codes": ["user"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12653",
|
|
|
|
|
"name": "梁雨辰",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1991-08-30",
|
|
|
|
|
"phone": "13726539876",
|
|
|
|
|
"email": "yuchen.liang@xfinance.com",
|
|
|
|
|
"join_date": "2021-01-04",
|
|
|
|
|
"location": "南京",
|
|
|
|
|
"position": "行政运营经理",
|
|
|
|
|
"grade": "M1",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "PRODUCTION-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E10018",
|
|
|
|
|
"finance_owner_name": "行政财务BP",
|
|
|
|
|
"cost_center": "CC-7201",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-06 17:44",
|
|
|
|
|
"last_sync_at": "2026-05-06 17:44",
|
|
|
|
|
"role_codes": ["user", "approver"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12661",
|
|
|
|
|
"name": "顾承宇",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1988-04-16",
|
|
|
|
|
"phone": "13926614528",
|
|
|
|
|
"email": "chengyu.gu@xfinance.com",
|
|
|
|
|
"join_date": "2020-02-03",
|
|
|
|
|
"location": "上海",
|
|
|
|
|
"position": "风控审计经理",
|
|
|
|
|
"grade": "M2",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "FINANCE-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E10018",
|
|
|
|
|
"finance_owner_name": "集团财务",
|
|
|
|
|
"cost_center": "CC-8102",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "待生效",
|
|
|
|
|
"spotlight": True,
|
|
|
|
|
"updated_at": "2026-05-07 09:52",
|
|
|
|
|
"last_sync_at": "2026-05-07 09:52",
|
|
|
|
|
"role_codes": ["auditor", "finance"],
|
|
|
|
|
"history": [
|
|
|
|
|
{
|
|
|
|
|
"action": "更新审计观察范围",
|
|
|
|
|
"owner": "系统管理员 · 张晓晴",
|
|
|
|
|
"occurred_at": "2026-05-07 09:52",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"action": "补充高风险费用抽样规则",
|
|
|
|
|
"owner": "审计管理员 · 王敏",
|
|
|
|
|
"occurred_at": "2026-05-06 18:30",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12679",
|
|
|
|
|
"name": "郑若彤",
|
|
|
|
|
"gender": "女",
|
|
|
|
|
"birth_date": "1997-09-13",
|
|
|
|
|
"phone": "13626794520",
|
|
|
|
|
"email": "ruotong.zheng@xfinance.com",
|
|
|
|
|
"join_date": "2024-01-08",
|
|
|
|
|
"location": "上海",
|
|
|
|
|
"position": "审计专员",
|
|
|
|
|
"grade": "P4",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "FINANCE-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E12661",
|
|
|
|
|
"finance_owner_name": "集团财务",
|
|
|
|
|
"cost_center": "CC-8105",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "同步中",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-07 08:58",
|
|
|
|
|
"last_sync_at": "2026-05-07 08:40",
|
|
|
|
|
"role_codes": ["auditor"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12688",
|
|
|
|
|
"name": "方逸晨",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1995-01-20",
|
|
|
|
|
"phone": "13526881142",
|
|
|
|
|
"email": "yichen.fang@xfinance.com",
|
|
|
|
|
"join_date": "2023-08-14",
|
|
|
|
|
"location": "南京",
|
|
|
|
|
"position": "采购合规分析师",
|
|
|
|
|
"grade": "P4",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "PRODUCTION-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E12653",
|
|
|
|
|
"finance_owner_name": "行政财务BP",
|
|
|
|
|
"cost_center": "CC-7208",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-03 14:16",
|
|
|
|
|
"last_sync_at": "2026-05-03 14:16",
|
|
|
|
|
"role_codes": ["user", "finance"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12067",
|
|
|
|
|
"name": "秦墨然",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1990-10-10",
|
|
|
|
|
"phone": "13820674519",
|
|
|
|
|
"email": "moran.qin@xfinance.com",
|
|
|
|
|
"join_date": "2020-07-20",
|
|
|
|
|
"location": "上海",
|
|
|
|
|
"position": "华东销售总监",
|
|
|
|
|
"grade": "M2",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "MARKET-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E10018",
|
|
|
|
|
"finance_owner_name": "华东财务组",
|
|
|
|
|
"cost_center": "CC-4108",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-06 12:40",
|
|
|
|
|
"last_sync_at": "2026-05-06 12:40",
|
|
|
|
|
"role_codes": ["user", "approver"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12703",
|
|
|
|
|
"name": "宋知夏",
|
|
|
|
|
"gender": "女",
|
|
|
|
|
"birth_date": "1994-07-07",
|
|
|
|
|
"phone": "13727031129",
|
|
|
|
|
"email": "zhixia.song@xfinance.com",
|
|
|
|
|
"join_date": "2022-12-12",
|
|
|
|
|
"location": "上海",
|
|
|
|
|
"position": "重点客户经理",
|
|
|
|
|
"grade": "P5",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "MARKET-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E12067",
|
|
|
|
|
"finance_owner_name": "华东财务组",
|
|
|
|
|
"cost_center": "CC-4111",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-04 10:58",
|
|
|
|
|
"last_sync_at": "2026-05-04 10:58",
|
|
|
|
|
"role_codes": ["user"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12716",
|
|
|
|
|
"name": "杜嘉宁",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1999-11-16",
|
|
|
|
|
"phone": "13627161248",
|
|
|
|
|
"email": "jianing.du@xfinance.com",
|
|
|
|
|
"join_date": "2026-01-19",
|
|
|
|
|
"location": "上海",
|
|
|
|
|
"position": "销售代表",
|
|
|
|
|
"grade": "P3",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "MARKET-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E12067",
|
|
|
|
|
"finance_owner_name": "华东财务组",
|
|
|
|
|
"cost_center": "CC-4114",
|
|
|
|
|
"employment_status": "试用中",
|
|
|
|
|
"sync_state": "待生效",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-05 12:26",
|
|
|
|
|
"last_sync_at": "2026-05-05 12:26",
|
|
|
|
|
"role_codes": ["user"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12722",
|
|
|
|
|
"name": "邵宁远",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1998-12-01",
|
|
|
|
|
"phone": "13527221506",
|
|
|
|
|
"email": "ningyuan.shao@xfinance.com",
|
|
|
|
|
"join_date": "2026-02-08",
|
|
|
|
|
"location": "北京",
|
|
|
|
|
"position": "数据分析师",
|
|
|
|
|
"grade": "P4",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "TECH-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E11745",
|
|
|
|
|
"finance_owner_name": "研发财务BP",
|
|
|
|
|
"cost_center": "CC-6122",
|
|
|
|
|
"employment_status": "试用中",
|
|
|
|
|
"sync_state": "同步中",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-07 09:06",
|
|
|
|
|
"last_sync_at": "2026-05-07 08:55",
|
|
|
|
|
"role_codes": ["user"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12739",
|
|
|
|
|
"name": "林可昕",
|
|
|
|
|
"gender": "女",
|
|
|
|
|
"birth_date": "1996-10-23",
|
|
|
|
|
"phone": "13827394510",
|
|
|
|
|
"email": "kexin.lin@xfinance.com",
|
|
|
|
|
"join_date": "2023-04-17",
|
|
|
|
|
"location": "上海",
|
|
|
|
|
"position": "费用核算专员",
|
|
|
|
|
"grade": "P4",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "FINANCE-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E10234",
|
|
|
|
|
"finance_owner_name": "华东财务组",
|
|
|
|
|
"cost_center": "CC-2118",
|
|
|
|
|
"employment_status": "停用",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-04-30 18:05",
|
|
|
|
|
"last_sync_at": "2026-04-30 18:05",
|
|
|
|
|
"role_codes": ["finance"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12744",
|
|
|
|
|
"name": "赵予安",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1993-01-30",
|
|
|
|
|
"phone": "13727442139",
|
|
|
|
|
"email": "yuan.zhao@xfinance.com",
|
|
|
|
|
"join_date": "2021-10-11",
|
|
|
|
|
"location": "上海",
|
|
|
|
|
"position": "预算控制经理",
|
|
|
|
|
"grade": "M1",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "FINANCE-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E10234",
|
|
|
|
|
"finance_owner_name": "集团财务",
|
|
|
|
|
"cost_center": "CC-2120",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-06 15:34",
|
|
|
|
|
"last_sync_at": "2026-05-06 15:34",
|
|
|
|
|
"role_codes": ["finance", "approver"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12750",
|
|
|
|
|
"name": "谢知行",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1995-09-14",
|
|
|
|
|
"phone": "13627501386",
|
|
|
|
|
"email": "zhixing.xie@xfinance.com",
|
|
|
|
|
"join_date": "2022-07-25",
|
|
|
|
|
"location": "深圳",
|
|
|
|
|
"position": "渠道销售经理",
|
|
|
|
|
"grade": "P5",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "MARKET-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E11602",
|
|
|
|
|
"finance_owner_name": "华南财务组",
|
|
|
|
|
"cost_center": "CC-4116",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-04 09:48",
|
|
|
|
|
"last_sync_at": "2026-05-04 09:48",
|
|
|
|
|
"role_codes": ["user"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12758",
|
|
|
|
|
"name": "顾南枝",
|
|
|
|
|
"gender": "女",
|
|
|
|
|
"birth_date": "1994-04-12",
|
|
|
|
|
"phone": "13827584522",
|
|
|
|
|
"email": "nanzhi.gu@xfinance.com",
|
|
|
|
|
"join_date": "2022-05-09",
|
|
|
|
|
"location": "北京",
|
|
|
|
|
"position": "内容运营经理",
|
|
|
|
|
"grade": "P5",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "MARKET-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E11026",
|
|
|
|
|
"finance_owner_name": "市场财务BP",
|
|
|
|
|
"cost_center": "CC-5211",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "同步中",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-07 11:08",
|
|
|
|
|
"last_sync_at": "2026-05-07 10:50",
|
|
|
|
|
"role_codes": ["user"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12763",
|
|
|
|
|
"name": "孟书言",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1992-02-09",
|
|
|
|
|
"phone": "13527633148",
|
|
|
|
|
"email": "shuyan.meng@xfinance.com",
|
|
|
|
|
"join_date": "2021-06-28",
|
|
|
|
|
"location": "北京",
|
|
|
|
|
"position": "架构工程师",
|
|
|
|
|
"grade": "P6",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "TECH-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E11745",
|
|
|
|
|
"finance_owner_name": "研发财务BP",
|
|
|
|
|
"cost_center": "CC-6125",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-06 19:05",
|
|
|
|
|
"last_sync_at": "2026-05-06 19:05",
|
|
|
|
|
"role_codes": ["user"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12771",
|
|
|
|
|
"name": "孔令谦",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1993-07-18",
|
|
|
|
|
"phone": "13627711572",
|
|
|
|
|
"email": "lingqian.kong@xfinance.com",
|
|
|
|
|
"join_date": "2021-09-13",
|
|
|
|
|
"location": "南京",
|
|
|
|
|
"position": "供应商管理专员",
|
|
|
|
|
"grade": "P4",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "PRODUCTION-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E12653",
|
|
|
|
|
"finance_owner_name": "行政财务BP",
|
|
|
|
|
"cost_center": "CC-7210",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-02 17:22",
|
|
|
|
|
"last_sync_at": "2026-05-02 17:22",
|
|
|
|
|
"role_codes": ["user"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12782",
|
|
|
|
|
"name": "乔语岚",
|
|
|
|
|
"gender": "女",
|
|
|
|
|
"birth_date": "1996-05-06",
|
|
|
|
|
"phone": "13727823045",
|
|
|
|
|
"email": "yulan.qiao@xfinance.com",
|
|
|
|
|
"join_date": "2023-03-06",
|
|
|
|
|
"location": "上海",
|
|
|
|
|
"position": "风控策略分析师",
|
|
|
|
|
"grade": "P4",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "FINANCE-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E12661",
|
|
|
|
|
"finance_owner_name": "集团财务",
|
|
|
|
|
"cost_center": "CC-8108",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-03 13:18",
|
|
|
|
|
"last_sync_at": "2026-05-03 13:18",
|
|
|
|
|
"role_codes": ["auditor"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12790",
|
|
|
|
|
"name": "邹闻韬",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1991-03-11",
|
|
|
|
|
"phone": "13827903167",
|
|
|
|
|
"email": "wentao.zou@xfinance.com",
|
|
|
|
|
"join_date": "2020-10-26",
|
|
|
|
|
"location": "上海",
|
|
|
|
|
"position": "合规产品负责人",
|
|
|
|
|
"grade": "P7",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "TECH-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E11745",
|
|
|
|
|
"finance_owner_name": "研发财务BP",
|
|
|
|
|
"cost_center": "CC-6128",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-06 08:56",
|
|
|
|
|
"last_sync_at": "2026-05-06 08:56",
|
|
|
|
|
"role_codes": ["user", "auditor"],
|
|
|
|
|
},
|
|
|
|
|
]
|