2026-05-22 10:42:31 +08:00
|
|
|
from __future__ import annotations
|
|
|
|
|
|
|
|
|
|
EMPLOYEE_DEFINITIONS_PART_1 = [
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E10018",
|
|
|
|
|
"name": "李文静",
|
|
|
|
|
"gender": "女",
|
|
|
|
|
"birth_date": "1987-03-26",
|
|
|
|
|
"phone": "13900187688",
|
|
|
|
|
"email": "wenjing.li@xfinance.com",
|
|
|
|
|
"join_date": "2018-06-21",
|
|
|
|
|
"location": "上海",
|
|
|
|
|
"position": "高级财务总监",
|
|
|
|
|
"grade": "D2",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "PRESIDENT-OFFICE",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": None,
|
|
|
|
|
"finance_owner_name": "集团财务",
|
|
|
|
|
"cost_center": "CC-1001",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-05 16:20",
|
|
|
|
|
"last_sync_at": "2026-05-05 16:20",
|
|
|
|
|
"role_codes": ["executive", "approver"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E10234",
|
|
|
|
|
"name": "张晓晴",
|
|
|
|
|
"gender": "女",
|
|
|
|
|
"birth_date": "1994-08-12",
|
|
|
|
|
"phone": "13810234567",
|
|
|
|
|
"email": "xiaoqing.zhang@xfinance.com",
|
|
|
|
|
"join_date": "2021-03-15",
|
|
|
|
|
"location": "上海",
|
|
|
|
|
"position": "费用运营经理",
|
|
|
|
|
"grade": "M3",
|
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-2108",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "待生效",
|
|
|
|
|
"spotlight": True,
|
|
|
|
|
"updated_at": "2026-05-06 10:24",
|
|
|
|
|
"last_sync_at": "2026-05-06 10:24",
|
|
|
|
|
"role_codes": ["manager", "finance", "approver"],
|
|
|
|
|
"history": [
|
|
|
|
|
{
|
|
|
|
|
"action": "新增“审批负责人”角色",
|
|
|
|
|
"owner": "系统管理员 · 王敏",
|
|
|
|
|
"occurred_at": "2026-05-06 10:24",
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"action": "调整财务归口为华东财务组",
|
|
|
|
|
"owner": "组织管理员 · 陈硕",
|
|
|
|
|
"occurred_at": "2026-05-05 18:10",
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E10258",
|
|
|
|
|
"name": "孙楠",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1992-09-17",
|
|
|
|
|
"phone": "13722580312",
|
|
|
|
|
"email": "nan.sun@xfinance.com",
|
|
|
|
|
"join_date": "2020-11-09",
|
|
|
|
|
"location": "上海",
|
|
|
|
|
"position": "财务分析师",
|
|
|
|
|
"grade": "P5",
|
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-2111",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-04 15:18",
|
|
|
|
|
"last_sync_at": "2026-05-04 15:18",
|
|
|
|
|
"role_codes": ["finance"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E10271",
|
|
|
|
|
"name": "周悦宁",
|
|
|
|
|
"gender": "女",
|
|
|
|
|
"birth_date": "1993-04-21",
|
|
|
|
|
"phone": "13622711986",
|
|
|
|
|
"email": "yuening.zhou@xfinance.com",
|
|
|
|
|
"join_date": "2021-07-05",
|
|
|
|
|
"location": "上海",
|
|
|
|
|
"position": "财务系统专员",
|
|
|
|
|
"grade": "P5",
|
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-2112",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "同步中",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-07 09:35",
|
|
|
|
|
"last_sync_at": "2026-05-07 09:10",
|
2026-05-26 17:29:35 +08:00
|
|
|
"role_codes": ["finance", "budget_monitor"],
|
2026-05-22 10:42:31 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E10289",
|
|
|
|
|
"name": "高嘉禾",
|
|
|
|
|
"gender": "女",
|
|
|
|
|
"birth_date": "1996-02-14",
|
|
|
|
|
"phone": "13522895642",
|
|
|
|
|
"email": "jiahe.gao@xfinance.com",
|
|
|
|
|
"join_date": "2023-01-10",
|
|
|
|
|
"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-2115",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-03 11:42",
|
|
|
|
|
"last_sync_at": "2026-05-03 11:42",
|
|
|
|
|
"role_codes": ["finance"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E10867",
|
|
|
|
|
"name": "王敏",
|
|
|
|
|
"gender": "女",
|
|
|
|
|
"birth_date": "1996-11-05",
|
|
|
|
|
"phone": "13688671200",
|
|
|
|
|
"email": "min.wang@xfinance.com",
|
|
|
|
|
"join_date": "2022-08-08",
|
|
|
|
|
"location": "杭州",
|
|
|
|
|
"position": "组织发展主管",
|
|
|
|
|
"grade": "P6",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "HR-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E11618",
|
|
|
|
|
"finance_owner_name": "总部财务BP",
|
|
|
|
|
"cost_center": "CC-3206",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-05 09:18",
|
|
|
|
|
"last_sync_at": "2026-05-05 09:18",
|
2026-05-26 17:29:35 +08:00
|
|
|
"role_codes": ["manager", "budget_monitor"],
|
2026-05-22 10:42:31 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E11618",
|
|
|
|
|
"name": "陈硕",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1990-05-09",
|
|
|
|
|
"phone": "13816186540",
|
|
|
|
|
"email": "shuo.chen@xfinance.com",
|
|
|
|
|
"join_date": "2019-09-16",
|
|
|
|
|
"location": "杭州",
|
|
|
|
|
"position": "人力资源经理",
|
|
|
|
|
"grade": "M2",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "HR-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E10018",
|
|
|
|
|
"finance_owner_name": "总部财务BP",
|
|
|
|
|
"cost_center": "CC-3201",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-04 17:08",
|
|
|
|
|
"last_sync_at": "2026-05-04 17:08",
|
|
|
|
|
"role_codes": ["manager", "approver"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12311",
|
|
|
|
|
"name": "何思成",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1998-07-19",
|
|
|
|
|
"phone": "13723117654",
|
|
|
|
|
"email": "sicheng.he@xfinance.com",
|
|
|
|
|
"join_date": "2026-02-17",
|
|
|
|
|
"location": "杭州",
|
|
|
|
|
"position": "HRBP",
|
|
|
|
|
"grade": "P4",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "HR-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E11618",
|
|
|
|
|
"finance_owner_name": "总部财务BP",
|
|
|
|
|
"cost_center": "CC-3208",
|
|
|
|
|
"employment_status": "试用中",
|
|
|
|
|
"sync_state": "待生效",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-07 08:42",
|
|
|
|
|
"last_sync_at": "2026-05-07 08:42",
|
|
|
|
|
"role_codes": ["user"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E11026",
|
|
|
|
|
"name": "刘思雨",
|
|
|
|
|
"gender": "女",
|
|
|
|
|
"birth_date": "1991-12-03",
|
|
|
|
|
"phone": "13921036540",
|
|
|
|
|
"email": "siyu.liu@xfinance.com",
|
|
|
|
|
"join_date": "2020-04-13",
|
|
|
|
|
"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": "市场财务BP",
|
|
|
|
|
"cost_center": "CC-5203",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-06 14:36",
|
|
|
|
|
"last_sync_at": "2026-05-06 14:36",
|
|
|
|
|
"role_codes": ["user", "approver"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12408",
|
|
|
|
|
"name": "冯可欣",
|
|
|
|
|
"gender": "女",
|
|
|
|
|
"birth_date": "1997-10-28",
|
|
|
|
|
"phone": "13624085542",
|
|
|
|
|
"email": "kexin.feng@xfinance.com",
|
|
|
|
|
"join_date": "2024-03-11",
|
|
|
|
|
"location": "北京",
|
|
|
|
|
"position": "品牌策划",
|
|
|
|
|
"grade": "P4",
|
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-5207",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "同步中",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-07 10:02",
|
|
|
|
|
"last_sync_at": "2026-05-07 09:48",
|
|
|
|
|
"role_codes": ["user"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12419",
|
|
|
|
|
"name": "许泽航",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1995-05-15",
|
|
|
|
|
"phone": "13524199508",
|
|
|
|
|
"email": "zehang.xu@xfinance.com",
|
|
|
|
|
"join_date": "2023-06-19",
|
|
|
|
|
"location": "北京",
|
|
|
|
|
"position": "数字营销专员",
|
|
|
|
|
"grade": "P4",
|
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-5209",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-03 16:52",
|
|
|
|
|
"last_sync_at": "2026-05-03 16:52",
|
|
|
|
|
"role_codes": ["user"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E11602",
|
|
|
|
|
"name": "陈嘉",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1997-02-18",
|
|
|
|
|
"phone": "13716029901",
|
|
|
|
|
"email": "jia.chen@xfinance.com",
|
|
|
|
|
"join_date": "2026-03-01",
|
|
|
|
|
"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-4102",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-04 14:12",
|
|
|
|
|
"last_sync_at": "2026-05-04 14:12",
|
|
|
|
|
"role_codes": ["user", "approver"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12476",
|
|
|
|
|
"name": "马骁然",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1994-01-08",
|
|
|
|
|
"phone": "13824760139",
|
|
|
|
|
"email": "xiaoran.ma@xfinance.com",
|
|
|
|
|
"join_date": "2022-09-05",
|
|
|
|
|
"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-4106",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-06 18:15",
|
|
|
|
|
"last_sync_at": "2026-05-06 18:15",
|
|
|
|
|
"role_codes": ["user"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12508",
|
|
|
|
|
"name": "唐子墨",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1996-06-11",
|
|
|
|
|
"phone": "13925088761",
|
|
|
|
|
"email": "zimo.tang@xfinance.com",
|
|
|
|
|
"join_date": "2024-02-26",
|
|
|
|
|
"location": "深圳",
|
|
|
|
|
"position": "大客户代表",
|
|
|
|
|
"grade": "P4",
|
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-4109",
|
|
|
|
|
"employment_status": "停用",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-01 11:06",
|
|
|
|
|
"last_sync_at": "2026-05-01 11:06",
|
|
|
|
|
"role_codes": ["user"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12514",
|
|
|
|
|
"name": "罗欣怡",
|
|
|
|
|
"gender": "女",
|
|
|
|
|
"birth_date": "2000-03-02",
|
|
|
|
|
"phone": "13625141227",
|
|
|
|
|
"email": "xinyi.luo@xfinance.com",
|
|
|
|
|
"join_date": "2026-02-24",
|
|
|
|
|
"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": "E11602",
|
|
|
|
|
"finance_owner_name": "华南财务组",
|
|
|
|
|
"cost_center": "CC-4112",
|
|
|
|
|
"employment_status": "试用中",
|
|
|
|
|
"sync_state": "待生效",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-05 15:42",
|
|
|
|
|
"last_sync_at": "2026-05-05 15:42",
|
|
|
|
|
"role_codes": ["user"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E11745",
|
|
|
|
|
"name": "吴磊",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1989-09-27",
|
|
|
|
|
"phone": "13817459812",
|
|
|
|
|
"email": "lei.wu@xfinance.com",
|
|
|
|
|
"join_date": "2019-12-09",
|
|
|
|
|
"location": "北京",
|
|
|
|
|
"position": "研发平台主管",
|
|
|
|
|
"grade": "M3",
|
2026-05-26 09:15:14 +08:00
|
|
|
"organization_unit_code": "TECH-DEPT",
|
2026-05-22 10:42:31 +08:00
|
|
|
"manager_employee_no": "E10018",
|
|
|
|
|
"finance_owner_name": "研发财务BP",
|
|
|
|
|
"cost_center": "CC-6105",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-06 13:08",
|
|
|
|
|
"last_sync_at": "2026-05-06 13:08",
|
2026-05-26 17:29:35 +08:00
|
|
|
"role_codes": ["user", "approver", "budget_monitor"],
|
2026-05-22 10:42:31 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E11991",
|
|
|
|
|
"name": "赵明",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1994-06-09",
|
|
|
|
|
"phone": "13519913300",
|
|
|
|
|
"email": "ming.zhao@xfinance.com",
|
|
|
|
|
"join_date": "2023-11-18",
|
|
|
|
|
"location": "北京",
|
|
|
|
|
"position": "产品经理",
|
|
|
|
|
"grade": "P5",
|
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-6112",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-02 11:32",
|
|
|
|
|
"last_sync_at": "2026-05-02 11:32",
|
|
|
|
|
"role_codes": ["user"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12611",
|
|
|
|
|
"name": "彭一凡",
|
|
|
|
|
"gender": "男",
|
|
|
|
|
"birth_date": "1995-02-03",
|
|
|
|
|
"phone": "13726114588",
|
|
|
|
|
"email": "yifan.peng@xfinance.com",
|
|
|
|
|
"join_date": "2022-04-18",
|
|
|
|
|
"location": "北京",
|
|
|
|
|
"position": "后端工程师",
|
|
|
|
|
"grade": "P5",
|
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-6114",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "已同步",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-06 09:44",
|
|
|
|
|
"last_sync_at": "2026-05-06 09:44",
|
|
|
|
|
"role_codes": ["user"],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"employee_no": "E12618",
|
|
|
|
|
"name": "苏清禾",
|
|
|
|
|
"gender": "女",
|
|
|
|
|
"birth_date": "1994-12-25",
|
|
|
|
|
"phone": "13626188763",
|
|
|
|
|
"email": "qinghe.su@xfinance.com",
|
|
|
|
|
"join_date": "2022-05-16",
|
|
|
|
|
"location": "北京",
|
|
|
|
|
"position": "数据工程师",
|
|
|
|
|
"grade": "P5",
|
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-6116",
|
|
|
|
|
"employment_status": "在职",
|
|
|
|
|
"sync_state": "同步中",
|
|
|
|
|
"spotlight": False,
|
|
|
|
|
"updated_at": "2026-05-07 10:26",
|
|
|
|
|
"last_sync_at": "2026-05-07 10:18",
|
|
|
|
|
"role_codes": ["user"],
|
|
|
|
|
},
|
|
|
|
|
]
|