- 首页
- 人资项目/组织架构-部门
- 人资项目/员工管理
- 人资项目/登录
- 人资项目/角色管理
- 人资项目/权限点管理
- 人资项目/用户相关
- 社保
- 审批
- 考勤设置管理
- 考勤管理
- 薪资配置
- 薪资管理
- 实战接口
查询当月报表
开发中
GET
/social_securitys/historys/{yearMonth}
/social_securitys/historys/{yearMonth}
请求参数
Path 参数
yearMonth
string
必需
示例值:
202001
Query 参数
opType
string
必需
示例值:
1
Header 参数
Authorization
string
可选
默认值:
Bearer {{token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://heimahr.itheima.net/api/social_securitys/historys/202001?opType=1' \
--header 'Authorization: Bearer '
返回响应
🟢200成功
application/json
Body
success
boolean
成功标识
code
integer
成功code,10000成功,其他失败
message
string
提示信息
data
array [object {66}]
报文数据
id
integer | null
id
archiveId
integer | null
归档id
userId
integer
用户id
username
string
用户名
timeOfEntry
string
入职时间
mobile
string
手机号
idNumber
string | null
身份证号
theHighestDegreeOfEducation
string | null
学历
openingBank
string
开户行
bankCardNumber
string
银行卡
firstLevelDepartment
string
一级部门
twoLevelDepartment
string
二级部门
workingCity
string
工作城市
socialSecurityComputerNumber
string | null
社保电脑号
providentFundAccount
string
公积金账号
leaveDate
null
离职日期
householdRegistrationType
null
户籍类型
participatingInTheCity
string | null
参保城市
socialSecurityMonth
string | null
社保月份
socialSecurityBase
integer | null
社保基数
socialSecurity
integer | number | null
社保合计
socialSecurityEnterprise
integer | number
社保企业
socialSecurityIndividual
integer | number
社保个人
providentFundCity
string | null
公积金城市
providentFundMonth
string | null
公积金月份
providentFundBase
integer | null
公积金基数
accumulationFundEnterpriseBase
integer | null
公积金企业基数
proportionOfProvidentFundEnterprises
number | integer | null
公积金企业比例
individualBaseOfProvidentFund
integer | null
公积金个人基数
personalRatioOfProvidentFund
number | integer | null
公积金个人比例
totalProvidentFund
integer | number | null
公积金合计
providentFundEnterprises
integer | number
公积金企业
providentFundIndividual
integer | number
公积金个人
pensionEnterpriseBase
null
养老企业基数
proportionOfPensionEnterprises
null
养老企业比例
pensionEnterprise
null
养老企业
personalPensionBase
null
养老个人基数
personalPensionRatio
null
养老个人比例
oldAgeIndividual
null
养老个人
unemploymentEnterpriseBase
null
失业企业基数
proportionOfUnemployedEnterprises
null
失业企业比例
unemployedEnterprise
null
失业企业
theNumberOfUnemployedIndividuals
null
失业个人基数
percentageOfUnemployedIndividuals
null
失业个人比例
unemployedIndividual
null
失业个人
medicalEnterpriseBase
null
医疗企业基数
proportionOfMedicalEnterprises
null
医疗企业比例
medicalEnterprise
null
医疗企业
medicalPersonalBase
null
医疗个人基数
medicalPersonalRatio
null
医疗个人比例
medicalIndividual
null
医疗个人
baseOfIndustrialInjuryEnterprises
null
工伤企业基数
proportionOfIndustrialInjuryEnterprises
null
工伤企业比例
industrialInjuryEnterprise
null
工伤企业
fertilityEnterpriseBase
null
生育企业基数
proportionOfFertilityEnterprises
null
生育企业比例
childbearingEnterprise
null
生育企业
baseOfSeriousIllness
null
大病企业基数
proportionOfSeriouslyIllEnterprises
null
大病企业比例
bigDiseaseEnterprise
null
大病企业
personalBaseOfSeriousIllness
null
大病个人基数
personalProportionOfSeriousIllness
null
大病个人比例
aPersonOfGreatDisease
string
大病个人
providentFundNotes
string | null
公积金备注
socialSecurityNotes
string | null
社保备注
yearsMonth
null
社保年月
示例
{
"success": true,
"code": 10000,
"message": "操作成功!",
"data": [
{
"id": null,
"archiveId": null,
"userId": "1063705989926227968",
"username": "管理员",
"timeOfEntry": "2018-11-02T08:00:00.000+0000",
"mobile": "13800000002",
"idNumber": null,
"theHighestDegreeOfEducation": null,
"openingBank": null,
"bankCardNumber": null,
"firstLevelDepartment": "总裁办",
"twoLevelDepartment": null,
"workingCity": null,
"socialSecurityComputerNumber": null,
"providentFundAccount": null,
"leaveDate": null,
"householdRegistrationType": null,
"participatingInTheCity": "北京",
"socialSecurityMonth": "202002",
"socialSecurityBase": 10000,
"socialSecurity": 4380,
"socialSecurityEnterprise": 3060,
"socialSecurityIndividual": 1320,
"providentFundCity": "北京",
"providentFundMonth": "202002",
"providentFundBase": 10000,
"accumulationFundEnterpriseBase": 10000,
"proportionOfProvidentFundEnterprises": 0.12,
"individualBaseOfProvidentFund": 10000,
"personalRatioOfProvidentFund": 0.12,
"totalProvidentFund": 24,
"providentFundEnterprises": 12,
"providentFundIndividual": 12,
"pensionEnterpriseBase": null,
"proportionOfPensionEnterprises": null,
"pensionEnterprise": null,
"personalPensionBase": null,
"personalPensionRatio": null,
"oldAgeIndividual": null,
"unemploymentEnterpriseBase": null,
"proportionOfUnemployedEnterprises": null,
"unemployedEnterprise": null,
"theNumberOfUnemployedIndividuals": null,
"percentageOfUnemployedIndividuals": null,
"unemployedIndividual": null,
"medicalEnterpriseBase": null,
"proportionOfMedicalEnterprises": null,
"medicalEnterprise": null,
"medicalPersonalBase": null,
"medicalPersonalRatio": null,
"medicalIndividual": null,
"baseOfIndustrialInjuryEnterprises": null,
"proportionOfIndustrialInjuryEnterprises": null,
"industrialInjuryEnterprise": null,
"fertilityEnterpriseBase": null,
"proportionOfFertilityEnterprises": null,
"childbearingEnterprise": null,
"baseOfSeriousIllness": null,
"proportionOfSeriouslyIllEnterprises": null,
"bigDiseaseEnterprise": null,
"personalBaseOfSeriousIllness": null,
"personalProportionOfSeriousIllness": null,
"providentFundNotes": "xxx12345",
"socialSecurityNotes": "xxxx",
"yearsMonth": null,
"apersonOfGreatDisease": null
},
{
"id": null,
"archiveId": null,
"userId": "1066370498633486336",
"username": "孙财",
"timeOfEntry": "2018-11-04T08:00:00.000+0000",
"mobile": "13800000003",
"idNumber": "1234567890",
"theHighestDegreeOfEducation": "高中",
"openingBank": null,
"bankCardNumber": null,
"firstLevelDepartment": "市场部",
"twoLevelDepartment": null,
"workingCity": null,
"socialSecurityComputerNumber": "x1111",
"providentFundAccount": null,
"leaveDate": null,
"householdRegistrationType": null,
"participatingInTheCity": "北京",
"socialSecurityMonth": "202002",
"socialSecurityBase": 3388,
"socialSecurity": 1450.064,
"socialSecurityEnterprise": 1002.848,
"socialSecurityIndividual": 447.216,
"providentFundCity": "北京",
"providentFundMonth": "202002",
"providentFundBase": 2277,
"accumulationFundEnterpriseBase": 2277,
"proportionOfProvidentFundEnterprises": 6,
"individualBaseOfProvidentFund": 2277,
"personalRatioOfProvidentFund": 6,
"totalProvidentFund": 273.24,
"providentFundEnterprises": 136.62,
"providentFundIndividual": 136.62,
"pensionEnterpriseBase": null,
"proportionOfPensionEnterprises": null,
"pensionEnterprise": null,
"personalPensionBase": null,
"personalPensionRatio": null,
"oldAgeIndividual": null,
"unemploymentEnterpriseBase": null,
"proportionOfUnemployedEnterprises": null,
"unemployedEnterprise": null,
"theNumberOfUnemployedIndividuals": null,
"percentageOfUnemployedIndividuals": null,
"unemployedIndividual": null,
"medicalEnterpriseBase": null,
"proportionOfMedicalEnterprises": null,
"medicalEnterprise": null,
"medicalPersonalBase": null,
"medicalPersonalRatio": null,
"medicalIndividual": null,
"baseOfIndustrialInjuryEnterprises": null,
"proportionOfIndustrialInjuryEnterprises": null,
"industrialInjuryEnterprise": null,
"fertilityEnterpriseBase": null,
"proportionOfFertilityEnterprises": null,
"childbearingEnterprise": null,
"baseOfSeriousIllness": null,
"proportionOfSeriouslyIllEnterprises": null,
"bigDiseaseEnterprise": null,
"personalBaseOfSeriousIllness": null,
"personalProportionOfSeriousIllness": null,
"providentFundNotes": null,
"socialSecurityNotes": "sdauy",
"yearsMonth": null,
"apersonOfGreatDisease": null
},
{
"id": null,
"archiveId": null,
"userId": "1071632760222810112",
"username": "罗晓晓",
"timeOfEntry": "2018-12-02T08:00:00.000+0000",
"mobile": "13800000004",
"idNumber": null,
"theHighestDegreeOfEducation": null,
"openingBank": null,
"bankCardNumber": null,
"firstLevelDepartment": "人事部",
"twoLevelDepartment": null,
"workingCity": null,
"socialSecurityComputerNumber": null,
"providentFundAccount": null,
"leaveDate": null,
"householdRegistrationType": null,
"participatingInTheCity": "北京",
"socialSecurityMonth": "202002",
"socialSecurityBase": 5000,
"socialSecurity": 2140,
"socialSecurityEnterprise": 1480,
"socialSecurityIndividual": 660,
"providentFundCity": "北京",
"providentFundMonth": "202002",
"providentFundBase": 5000,
"accumulationFundEnterpriseBase": 5000,
"proportionOfProvidentFundEnterprises": 12,
"individualBaseOfProvidentFund": 5000,
"personalRatioOfProvidentFund": 12,
"totalProvidentFund": 1200,
"providentFundEnterprises": 600,
"providentFundIndividual": 600,
"pensionEnterpriseBase": null,
"proportionOfPensionEnterprises": null,
"pensionEnterprise": null,
"personalPensionBase": null,
"personalPensionRatio": null,
"oldAgeIndividual": null,
"unemploymentEnterpriseBase": null,
"proportionOfUnemployedEnterprises": null,
"unemployedEnterprise": null,
"theNumberOfUnemployedIndividuals": null,
"percentageOfUnemployedIndividuals": null,
"unemployedIndividual": null,
"medicalEnterpriseBase": null,
"proportionOfMedicalEnterprises": null,
"medicalEnterprise": null,
"medicalPersonalBase": null,
"medicalPersonalRatio": null,
"medicalIndividual": null,
"baseOfIndustrialInjuryEnterprises": null,
"proportionOfIndustrialInjuryEnterprises": null,
"industrialInjuryEnterprise": null,
"fertilityEnterpriseBase": null,
"proportionOfFertilityEnterprises": null,
"childbearingEnterprise": null,
"baseOfSeriousIllness": null,
"proportionOfSeriouslyIllEnterprises": null,
"bigDiseaseEnterprise": null,
"personalBaseOfSeriousIllness": null,
"personalProportionOfSeriousIllness": null,
"providentFundNotes": null,
"socialSecurityNotes": null,
"yearsMonth": null,
"apersonOfGreatDisease": null
},
{
"id": null,
"archiveId": null,
"userId": "1074238801330704384",
"username": "文吉星",
"timeOfEntry": "2018-01-01T00:00:00.000+0000",
"mobile": "13400000001",
"idNumber": null,
"theHighestDegreeOfEducation": null,
"openingBank": null,
"bankCardNumber": null,
"firstLevelDepartment": "人事部",
"twoLevelDepartment": null,
"workingCity": null,
"socialSecurityComputerNumber": null,
"providentFundAccount": null,
"leaveDate": null,
"householdRegistrationType": null,
"participatingInTheCity": "北京",
"socialSecurityMonth": "202002",
"socialSecurityBase": 5900,
"socialSecurity": 2584.2,
"socialSecurityEnterprise": 1805.4,
"socialSecurityIndividual": 778.8,
"providentFundCity": "北京",
"providentFundMonth": "202002",
"providentFundBase": 5900,
"accumulationFundEnterpriseBase": 5900,
"proportionOfProvidentFundEnterprises": 12,
"individualBaseOfProvidentFund": 5900,
"personalRatioOfProvidentFund": 12,
"totalProvidentFund": 1416,
"providentFundEnterprises": 708,
"providentFundIndividual": 708,
"pensionEnterpriseBase": null,
"proportionOfPensionEnterprises": null,
"pensionEnterprise": null,
"personalPensionBase": null,
"personalPensionRatio": null,
"oldAgeIndividual": null,
"unemploymentEnterpriseBase": null,
"proportionOfUnemployedEnterprises": null,
"unemployedEnterprise": null,
"theNumberOfUnemployedIndividuals": null,
"percentageOfUnemployedIndividuals": null,
"unemployedIndividual": null,
"medicalEnterpriseBase": null,
"proportionOfMedicalEnterprises": null,
"medicalEnterprise": null,
"medicalPersonalBase": null,
"medicalPersonalRatio": null,
"medicalIndividual": null,
"baseOfIndustrialInjuryEnterprises": null,
"proportionOfIndustrialInjuryEnterprises": null,
"industrialInjuryEnterprise": null,
"fertilityEnterpriseBase": null,
"proportionOfFertilityEnterprises": null,
"childbearingEnterprise": null,
"baseOfSeriousIllness": null,
"proportionOfSeriouslyIllEnterprises": null,
"bigDiseaseEnterprise": null,
"personalBaseOfSeriousIllness": null,
"personalProportionOfSeriousIllness": null,
"providentFundNotes": "11111",
"socialSecurityNotes": "2222",
"yearsMonth": null,
"apersonOfGreatDisease": null
},
{
"id": null,
"archiveId": null,
"userId": "1074238801402007552",
"username": "巴思慧",
"timeOfEntry": "2018-01-01T00:00:00.000+0000",
"mobile": "13400000002",
"idNumber": null,
"theHighestDegreeOfEducation": "初中",
"openingBank": null,
"bankCardNumber": null,
"firstLevelDepartment": "人事部",
"twoLevelDepartment": null,
"workingCity": null,
"socialSecurityComputerNumber": null,
"providentFundAccount": null,
"leaveDate": null,
"householdRegistrationType": null,
"participatingInTheCity": null,
"socialSecurityMonth": null,
"socialSecurityBase": null,
"socialSecurity": null,
"socialSecurityEnterprise": 0,
"socialSecurityIndividual": 0,
"providentFundCity": null,
"providentFundMonth": null,
"providentFundBase": null,
"accumulationFundEnterpriseBase": null,
"proportionOfProvidentFundEnterprises": null,
"individualBaseOfProvidentFund": null,
"personalRatioOfProvidentFund": null,
"totalProvidentFund": null,
"providentFundEnterprises": 0,
"providentFundIndividual": 0,
"pensionEnterpriseBase": null,
"proportionOfPensionEnterprises": null,
"pensionEnterprise": null,
"personalPensionBase": null,
"personalPensionRatio": null,
"oldAgeIndividual": null,
"unemploymentEnterpriseBase": null,
"proportionOfUnemployedEnterprises": null,
"unemployedEnterprise": null,
"theNumberOfUnemployedIndividuals": null,
"percentageOfUnemployedIndividuals": null,
"unemployedIndividual": null,
"medicalEnterpriseBase": null,
"proportionOfMedicalEnterprises": null,
"medicalEnterprise": null,
"medicalPersonalBase": null,
"medicalPersonalRatio": null,
"medicalIndividual": null,
"baseOfIndustrialInjuryEnterprises": null,
"proportionOfIndustrialInjuryEnterprises": null,
"industrialInjuryEnterprise": null,
"fertilityEnterpriseBase": null,
"proportionOfFertilityEnterprises": null,
"childbearingEnterprise": null,
"baseOfSeriousIllness": null,
"proportionOfSeriouslyIllEnterprises": null,
"bigDiseaseEnterprise": null,
"personalBaseOfSeriousIllness": null,
"personalProportionOfSeriousIllness": null,
"providentFundNotes": null,
"socialSecurityNotes": null,
"yearsMonth": null,
"apersonOfGreatDisease": null
},
{
"id": null,
"archiveId": null,
"userId": "1075383133106425856",
"username": "乔海",
"timeOfEntry": "2018-01-01T00:00:00.000+0000",
"mobile": "13500000001",
"idNumber": null,
"theHighestDegreeOfEducation": null,
"openingBank": null,
"bankCardNumber": null,
"firstLevelDepartment": "总裁办",
"twoLevelDepartment": null,
"workingCity": null,
"socialSecurityComputerNumber": null,
"providentFundAccount": null,
"leaveDate": null,
"householdRegistrationType": null,
"participatingInTheCity": null,
"socialSecurityMonth": null,
"socialSecurityBase": null,
"socialSecurity": null,
"socialSecurityEnterprise": 0,
"socialSecurityIndividual": 0,
"providentFundCity": null,
"providentFundMonth": null,
"providentFundBase": null,
"accumulationFundEnterpriseBase": null,
"proportionOfProvidentFundEnterprises": null,
"individualBaseOfProvidentFund": null,
"personalRatioOfProvidentFund": null,
"totalProvidentFund": null,
"providentFundEnterprises": 0,
"providentFundIndividual": 0,
"pensionEnterpriseBase": null,
"proportionOfPensionEnterprises": null,
"pensionEnterprise": null,
"personalPensionBase": null,
"personalPensionRatio": null,
"oldAgeIndividual": null,
"unemploymentEnterpriseBase": null,
"proportionOfUnemployedEnterprises": null,
"unemployedEnterprise": null,
"theNumberOfUnemployedIndividuals": null,
"percentageOfUnemployedIndividuals": null,
"unemployedIndividual": null,
"medicalEnterpriseBase": null,
"proportionOfMedicalEnterprises": null,
"medicalEnterprise": null,
"medicalPersonalBase": null,
"medicalPersonalRatio": null,
"medicalIndividual": null,
"baseOfIndustrialInjuryEnterprises": null,
"proportionOfIndustrialInjuryEnterprises": null,
"industrialInjuryEnterprise": null,
"fertilityEnterpriseBase": null,
"proportionOfFertilityEnterprises": null,
"childbearingEnterprise": null,
"baseOfSeriousIllness": null,
"proportionOfSeriouslyIllEnterprises": null,
"bigDiseaseEnterprise": null,
"personalBaseOfSeriousIllness": null,
"personalProportionOfSeriousIllness": null,
"providentFundNotes": null,
"socialSecurityNotes": null,
"yearsMonth": null,
"apersonOfGreatDisease": null
},
{
"id": null,
"archiveId": null,
"userId": "1075383135371350016",
"username": "董昊空",
"timeOfEntry": "2018-01-01T00:00:00.000+0000",
"mobile": "13500000002",
"idNumber": null,
"theHighestDegreeOfEducation": null,
"openingBank": null,
"bankCardNumber": null,
"firstLevelDepartment": "总裁办",
"twoLevelDepartment": null,
"workingCity": null,
"socialSecurityComputerNumber": null,
"providentFundAccount": null,
"leaveDate": null,
"householdRegistrationType": null,
"participatingInTheCity": null,
"socialSecurityMonth": null,
"socialSecurityBase": null,
"socialSecurity": null,
"socialSecurityEnterprise": 0,
"socialSecurityIndividual": 0,
"providentFundCity": null,
"providentFundMonth": null,
"providentFundBase": null,
"accumulationFundEnterpriseBase": null,
"proportionOfProvidentFundEnterprises": null,
"individualBaseOfProvidentFund": null,
"personalRatioOfProvidentFund": null,
"totalProvidentFund": null,
"providentFundEnterprises": 0,
"providentFundIndividual": 0,
"pensionEnterpriseBase": null,
"proportionOfPensionEnterprises": null,
"pensionEnterprise": null,
"personalPensionBase": null,
"personalPensionRatio": null,
"oldAgeIndividual": null,
"unemploymentEnterpriseBase": null,
"proportionOfUnemployedEnterprises": null,
"unemployedEnterprise": null,
"theNumberOfUnemployedIndividuals": null,
"percentageOfUnemployedIndividuals": null,
"unemployedIndividual": null,
"medicalEnterpriseBase": null,
"proportionOfMedicalEnterprises": null,
"medicalEnterprise": null,
"medicalPersonalBase": null,
"medicalPersonalRatio": null,
"medicalIndividual": null,
"baseOfIndustrialInjuryEnterprises": null,
"proportionOfIndustrialInjuryEnterprises": null,
"industrialInjuryEnterprise": null,
"fertilityEnterpriseBase": null,
"proportionOfFertilityEnterprises": null,
"childbearingEnterprise": null,
"baseOfSeriousIllness": null,
"proportionOfSeriouslyIllEnterprises": null,
"bigDiseaseEnterprise": null,
"personalBaseOfSeriousIllness": null,
"personalProportionOfSeriousIllness": null,
"providentFundNotes": null,
"socialSecurityNotes": null,
"yearsMonth": null,
"apersonOfGreatDisease": null
},
{
"id": null,
"archiveId": null,
"userId": "1075383135459430400",
"username": "周乐天",
"timeOfEntry": "2018-01-01T00:00:00.000+0000",
"mobile": "13500000003",
"idNumber": null,
"theHighestDegreeOfEducation": null,
"openingBank": null,
"bankCardNumber": null,
"firstLevelDepartment": "财务部",
"twoLevelDepartment": null,
"workingCity": null,
"socialSecurityComputerNumber": null,
"providentFundAccount": null,
"leaveDate": null,
"householdRegistrationType": null,
"participatingInTheCity": null,
"socialSecurityMonth": null,
"socialSecurityBase": null,
"socialSecurity": null,
"socialSecurityEnterprise": 0,
"socialSecurityIndividual": 0,
"providentFundCity": null,
"providentFundMonth": null,
"providentFundBase": null,
"accumulationFundEnterpriseBase": null,
"proportionOfProvidentFundEnterprises": null,
"individualBaseOfProvidentFund": null,
"personalRatioOfProvidentFund": null,
"totalProvidentFund": null,
"providentFundEnterprises": 0,
"providentFundIndividual": 0,
"pensionEnterpriseBase": null,
"proportionOfPensionEnterprises": null,
"pensionEnterprise": null,
"personalPensionBase": null,
"personalPensionRatio": null,
"oldAgeIndividual": null,
"unemploymentEnterpriseBase": null,
"proportionOfUnemployedEnterprises": null,
"unemployedEnterprise": null,
"theNumberOfUnemployedIndividuals": null,
"percentageOfUnemployedIndividuals": null,
"unemployedIndividual": null,
"medicalEnterpriseBase": null,
"proportionOfMedicalEnterprises": null,
"medicalEnterprise": null,
"medicalPersonalBase": null,
"medicalPersonalRatio": null,
"medicalIndividual": null,
"baseOfIndustrialInjuryEnterprises": null,
"proportionOfIndustrialInjuryEnterprises": null,
"industrialInjuryEnterprise": null,
"fertilityEnterpriseBase": null,
"proportionOfFertilityEnterprises": null,
"childbearingEnterprise": null,
"baseOfSeriousIllness": null,
"proportionOfSeriouslyIllEnterprises": null,
"bigDiseaseEnterprise": null,
"personalBaseOfSeriousIllness": null,
"personalProportionOfSeriousIllness": null,
"providentFundNotes": null,
"socialSecurityNotes": null,
"yearsMonth": null,
"apersonOfGreatDisease": null
},
{
"id": null,
"archiveId": null,
"userId": "1235396724497268736",
"username": "吕勇锐",
"timeOfEntry": "1992-08-04T08:00:00.000+0000",
"mobile": "13600000001",
"idNumber": null,
"theHighestDegreeOfEducation": null,
"openingBank": null,
"bankCardNumber": null,
"firstLevelDepartment": "总裁办",
"twoLevelDepartment": null,
"workingCity": null,
"socialSecurityComputerNumber": null,
"providentFundAccount": null,
"leaveDate": null,
"householdRegistrationType": null,
"participatingInTheCity": null,
"socialSecurityMonth": null,
"socialSecurityBase": null,
"socialSecurity": null,
"socialSecurityEnterprise": 0,
"socialSecurityIndividual": 0,
"providentFundCity": null,
"providentFundMonth": null,
"providentFundBase": null,
"accumulationFundEnterpriseBase": null,
"proportionOfProvidentFundEnterprises": null,
"individualBaseOfProvidentFund": null,
"personalRatioOfProvidentFund": null,
"totalProvidentFund": null,
"providentFundEnterprises": 0,
"providentFundIndividual": 0,
"pensionEnterpriseBase": null,
"proportionOfPensionEnterprises": null,
"pensionEnterprise": null,
"personalPensionBase": null,
"personalPensionRatio": null,
"oldAgeIndividual": null,
"unemploymentEnterpriseBase": null,
"proportionOfUnemployedEnterprises": null,
"unemployedEnterprise": null,
"theNumberOfUnemployedIndividuals": null,
"percentageOfUnemployedIndividuals": null,
"unemployedIndividual": null,
"medicalEnterpriseBase": null,
"proportionOfMedicalEnterprises": null,
"medicalEnterprise": null,
"medicalPersonalBase": null,
"medicalPersonalRatio": null,
"medicalIndividual": null,
"baseOfIndustrialInjuryEnterprises": null,
"proportionOfIndustrialInjuryEnterprises": null,
"industrialInjuryEnterprise": null,
"fertilityEnterpriseBase": null,
"proportionOfFertilityEnterprises": null,
"childbearingEnterprise": null,
"baseOfSeriousIllness": null,
"proportionOfSeriouslyIllEnterprises": null,
"bigDiseaseEnterprise": null,
"personalBaseOfSeriousIllness": null,
"personalProportionOfSeriousIllness": null,
"providentFundNotes": null,
"socialSecurityNotes": null,
"yearsMonth": null,
"apersonOfGreatDisease": null
},
{
"id": null,
"archiveId": null,
"userId": "1235396819959627776",
"username": "袁永安",
"timeOfEntry": "1993-08-04T08:00:00.000+0000",
"mobile": "13600000002",
"idNumber": null,
"theHighestDegreeOfEducation": null,
"openingBank": null,
"bankCardNumber": null,
"firstLevelDepartment": "总裁办",
"twoLevelDepartment": null,
"workingCity": null,
"socialSecurityComputerNumber": null,
"providentFundAccount": null,
"leaveDate": null,
"householdRegistrationType": null,
"participatingInTheCity": null,
"socialSecurityMonth": null,
"socialSecurityBase": null,
"socialSecurity": null,
"socialSecurityEnterprise": 0,
"socialSecurityIndividual": 0,
"providentFundCity": null,
"providentFundMonth": null,
"providentFundBase": null,
"accumulationFundEnterpriseBase": null,
"proportionOfProvidentFundEnterprises": null,
"individualBaseOfProvidentFund": null,
"personalRatioOfProvidentFund": null,
"totalProvidentFund": null,
"providentFundEnterprises": 0,
"providentFundIndividual": 0,
"pensionEnterpriseBase": null,
"proportionOfPensionEnterprises": null,
"pensionEnterprise": null,
"personalPensionBase": null,
"personalPensionRatio": null,
"oldAgeIndividual": null,
"unemploymentEnterpriseBase": null,
"proportionOfUnemployedEnterprises": null,
"unemployedEnterprise": null,
"theNumberOfUnemployedIndividuals": null,
"percentageOfUnemployedIndividuals": null,
"unemployedIndividual": null,
"medicalEnterpriseBase": null,
"proportionOfMedicalEnterprises": null,
"medicalEnterprise": null,
"medicalPersonalBase": null,
"medicalPersonalRatio": null,
"medicalIndividual": null,
"baseOfIndustrialInjuryEnterprises": null,
"proportionOfIndustrialInjuryEnterprises": null,
"industrialInjuryEnterprise": null,
"fertilityEnterpriseBase": null,
"proportionOfFertilityEnterprises": null,
"childbearingEnterprise": null,
"baseOfSeriousIllness": null,
"proportionOfSeriouslyIllEnterprises": null,
"bigDiseaseEnterprise": null,
"personalBaseOfSeriousIllness": null,
"personalProportionOfSeriousIllness": null,
"providentFundNotes": null,
"socialSecurityNotes": null,
"yearsMonth": null,
"apersonOfGreatDisease": null
},
{
"id": null,
"archiveId": null,
"userId": "1235396891967438848",
"username": "罗英卓",
"timeOfEntry": "1993-08-04T08:00:00.000+0000",
"mobile": "13600000003",
"idNumber": null,
"theHighestDegreeOfEducation": null,
"openingBank": null,
"bankCardNumber": null,
"firstLevelDepartment": "行政部",
"twoLevelDepartment": null,
"workingCity": null,
"socialSecurityComputerNumber": null,
"providentFundAccount": null,
"leaveDate": null,
"householdRegistrationType": null,
"participatingInTheCity": null,
"socialSecurityMonth": null,
"socialSecurityBase": null,
"socialSecurity": null,
"socialSecurityEnterprise": 0,
"socialSecurityIndividual": 0,
"providentFundCity": null,
"providentFundMonth": null,
"providentFundBase": null,
"accumulationFundEnterpriseBase": null,
"proportionOfProvidentFundEnterprises": null,
"individualBaseOfProvidentFund": null,
"personalRatioOfProvidentFund": null,
"totalProvidentFund": null,
"providentFundEnterprises": 0,
"providentFundIndividual": 0,
"pensionEnterpriseBase": null,
"proportionOfPensionEnterprises": null,
"pensionEnterprise": null,
"personalPensionBase": null,
"personalPensionRatio": null,
"oldAgeIndividual": null,
"unemploymentEnterpriseBase": null,
"proportionOfUnemployedEnterprises": null,
"unemployedEnterprise": null,
"theNumberOfUnemployedIndividuals": null,
"percentageOfUnemployedIndividuals": null,
"unemployedIndividual": null,
"medicalEnterpriseBase": null,
"proportionOfMedicalEnterprises": null,
"medicalEnterprise": null,
"medicalPersonalBase": null,
"medicalPersonalRatio": null,
"medicalIndividual": null,
"baseOfIndustrialInjuryEnterprises": null,
"proportionOfIndustrialInjuryEnterprises": null,
"industrialInjuryEnterprise": null,
"fertilityEnterpriseBase": null,
"proportionOfFertilityEnterprises": null,
"childbearingEnterprise": null,
"baseOfSeriousIllness": null,
"proportionOfSeriouslyIllEnterprises": null,
"bigDiseaseEnterprise": null,
"personalBaseOfSeriousIllness": null,
"personalProportionOfSeriousIllness": null,
"providentFundNotes": null,
"socialSecurityNotes": null,
"yearsMonth": null,
"apersonOfGreatDisease": null
},
{
"id": null,
"archiveId": null,
"userId": "1235396953099419648",
"username": "宋高昂",
"timeOfEntry": "1993-08-04T08:00:00.000+0000",
"mobile": "13600000004",
"idNumber": null,
"theHighestDegreeOfEducation": null,
"openingBank": null,
"bankCardNumber": null,
"firstLevelDepartment": "人事部",
"twoLevelDepartment": null,
"workingCity": null,
"socialSecurityComputerNumber": null,
"providentFundAccount": null,
"leaveDate": null,
"householdRegistrationType": null,
"participatingInTheCity": null,
"socialSecurityMonth": null,
"socialSecurityBase": null,
"socialSecurity": null,
"socialSecurityEnterprise": 0,
"socialSecurityIndividual": 0,
"providentFundCity": null,
"providentFundMonth": null,
"providentFundBase": null,
"accumulationFundEnterpriseBase": null,
"proportionOfProvidentFundEnterprises": null,
"individualBaseOfProvidentFund": null,
"personalRatioOfProvidentFund": null,
"totalProvidentFund": null,
"providentFundEnterprises": 0,
"providentFundIndividual": 0,
"pensionEnterpriseBase": null,
"proportionOfPensionEnterprises": null,
"pensionEnterprise": null,
"personalPensionBase": null,
"personalPensionRatio": null,
"oldAgeIndividual": null,
"unemploymentEnterpriseBase": null,
"proportionOfUnemployedEnterprises": null,
"unemployedEnterprise": null,
"theNumberOfUnemployedIndividuals": null,
"percentageOfUnemployedIndividuals": null,
"unemployedIndividual": null,
"medicalEnterpriseBase": null,
"proportionOfMedicalEnterprises": null,
"medicalEnterprise": null,
"medicalPersonalBase": null,
"medicalPersonalRatio": null,
"medicalIndividual": null,
"baseOfIndustrialInjuryEnterprises": null,
"proportionOfIndustrialInjuryEnterprises": null,
"industrialInjuryEnterprise": null,
"fertilityEnterpriseBase": null,
"proportionOfFertilityEnterprises": null,
"childbearingEnterprise": null,
"baseOfSeriousIllness": null,
"proportionOfSeriouslyIllEnterprises": null,
"bigDiseaseEnterprise": null,
"personalBaseOfSeriousIllness": null,
"personalProportionOfSeriousIllness": null,
"providentFundNotes": null,
"socialSecurityNotes": null,
"yearsMonth": null,
"apersonOfGreatDisease": null
},
{
"id": null,
"archiveId": null,
"userId": "1235397035672682496",
"username": "师玉堂",
"timeOfEntry": "1993-08-04T08:00:00.000+0000",
"mobile": "13600000005",
"idNumber": null,
"theHighestDegreeOfEducation": "初中",
"openingBank": null,
"bankCardNumber": null,
"firstLevelDepartment": "财务部",
"twoLevelDepartment": null,
"workingCity": null,
"socialSecurityComputerNumber": null,
"providentFundAccount": null,
"leaveDate": null,
"householdRegistrationType": null,
"participatingInTheCity": null,
"socialSecurityMonth": null,
"socialSecurityBase": null,
"socialSecurity": null,
"socialSecurityEnterprise": 0,
"socialSecurityIndividual": 0,
"providentFundCity": null,
"providentFundMonth": null,
"providentFundBase": null,
"accumulationFundEnterpriseBase": null,
"proportionOfProvidentFundEnterprises": null,
"individualBaseOfProvidentFund": null,
"personalRatioOfProvidentFund": null,
"totalProvidentFund": null,
"providentFundEnterprises": 0,
"providentFundIndividual": 0,
"pensionEnterpriseBase": null,
"proportionOfPensionEnterprises": null,
"pensionEnterprise": null,
"personalPensionBase": null,
"personalPensionRatio": null,
"oldAgeIndividual": null,
"unemploymentEnterpriseBase": null,
"proportionOfUnemployedEnterprises": null,
"unemployedEnterprise": null,
"theNumberOfUnemployedIndividuals": null,
"percentageOfUnemployedIndividuals": null,
"unemployedIndividual": null,
"medicalEnterpriseBase": null,
"proportionOfMedicalEnterprises": null,
"medicalEnterprise": null,
"medicalPersonalBase": null,
"medicalPersonalRatio": null,
"medicalIndividual": null,
"baseOfIndustrialInjuryEnterprises": null,
"proportionOfIndustrialInjuryEnterprises": null,
"industrialInjuryEnterprise": null,
"fertilityEnterpriseBase": null,
"proportionOfFertilityEnterprises": null,
"childbearingEnterprise": null,
"baseOfSeriousIllness": null,
"proportionOfSeriouslyIllEnterprises": null,
"bigDiseaseEnterprise": null,
"personalBaseOfSeriousIllness": null,
"personalProportionOfSeriousIllness": null,
"providentFundNotes": null,
"socialSecurityNotes": null,
"yearsMonth": null,
"apersonOfGreatDisease": null
},
{
"id": null,
"archiveId": null,
"userId": "1235397109127528448",
"username": "武高丽",
"timeOfEntry": "1993-08-04T08:00:00.000+0000",
"mobile": "13600000006",
"idNumber": null,
"theHighestDegreeOfEducation": null,
"openingBank": null,
"bankCardNumber": null,
"firstLevelDepartment": "技术部",
"twoLevelDepartment": null,
"workingCity": null,
"socialSecurityComputerNumber": null,
"providentFundAccount": null,
"leaveDate": null,
"householdRegistrationType": null,
"participatingInTheCity": null,
"socialSecurityMonth": null,
"socialSecurityBase": null,
"socialSecurity": null,
"socialSecurityEnterprise": 0,
"socialSecurityIndividual": 0,
"providentFundCity": null,
"providentFundMonth": null,
"providentFundBase": null,
"accumulationFundEnterpriseBase": null,
"proportionOfProvidentFundEnterprises": null,
"individualBaseOfProvidentFund": null,
"personalRatioOfProvidentFund": null,
"totalProvidentFund": null,
"providentFundEnterprises": 0,
"providentFundIndividual": 0,
"pensionEnterpriseBase": null,
"proportionOfPensionEnterprises": null,
"pensionEnterprise": null,
"personalPensionBase": null,
"personalPensionRatio": null,
"oldAgeIndividual": null,
"unemploymentEnterpriseBase": null,
"proportionOfUnemployedEnterprises": null,
"unemployedEnterprise": null,
"theNumberOfUnemployedIndividuals": null,
"percentageOfUnemployedIndividuals": null,
"unemployedIndividual": null,
"medicalEnterpriseBase": null,
"proportionOfMedicalEnterprises": null,
"medicalEnterprise": null,
"medicalPersonalBase": null,
"medicalPersonalRatio": null,
"medicalIndividual": null,
"baseOfIndustrialInjuryEnterprises": null,
"proportionOfIndustrialInjuryEnterprises": null,
"industrialInjuryEnterprise": null,
"fertilityEnterpriseBase": null,
"proportionOfFertilityEnterprises": null,
"childbearingEnterprise": null,
"baseOfSeriousIllness": null,
"proportionOfSeriouslyIllEnterprises": null,
"bigDiseaseEnterprise": null,
"personalBaseOfSeriousIllness": null,
"personalProportionOfSeriousIllness": null,
"providentFundNotes": null,
"socialSecurityNotes": null,
"yearsMonth": null,
"apersonOfGreatDisease": null
},
{
"id": null,
"archiveId": null,
"userId": "1235397192455766016",
"username": "任志行",
"timeOfEntry": "1993-08-04T08:00:00.000+0000",
"mobile": "13600000007",
"idNumber": null,
"theHighestDegreeOfEducation": null,
"openingBank": null,
"bankCardNumber": null,
"firstLevelDepartment": "运营部",
"twoLevelDepartment": null,
"workingCity": null,
"socialSecurityComputerNumber": null,
"providentFundAccount": null,
"leaveDate": null,
"householdRegistrationType": null,
"participatingInTheCity": null,
"socialSecurityMonth": null,
"socialSecurityBase": null,
"socialSecurity": null,
"socialSecurityEnterprise": 0,
"socialSecurityIndividual": 0,
"providentFundCity": null,
"providentFundMonth": null,
"providentFundBase": null,
"accumulationFundEnterpriseBase": null,
"proportionOfProvidentFundEnterprises": null,
"individualBaseOfProvidentFund": null,
"personalRatioOfProvidentFund": null,
"totalProvidentFund": null,
"providentFundEnterprises": 0,
"providentFundIndividual": 0,
"pensionEnterpriseBase": null,
"proportionOfPensionEnterprises": null,
"pensionEnterprise": null,
"personalPensionBase": null,
"personalPensionRatio": null,
"oldAgeIndividual": null,
"unemploymentEnterpriseBase": null,
"proportionOfUnemployedEnterprises": null,
"unemployedEnterprise": null,
"theNumberOfUnemployedIndividuals": null,
"percentageOfUnemployedIndividuals": null,
"unemployedIndividual": null,
"medicalEnterpriseBase": null,
"proportionOfMedicalEnterprises": null,
"medicalEnterprise": null,
"medicalPersonalBase": null,
"medicalPersonalRatio": null,
"medicalIndividual": null,
"baseOfIndustrialInjuryEnterprises": null,
"proportionOfIndustrialInjuryEnterprises": null,
"industrialInjuryEnterprise": null,
"fertilityEnterpriseBase": null,
"proportionOfFertilityEnterprises": null,
"childbearingEnterprise": null,
"baseOfSeriousIllness": null,
"proportionOfSeriouslyIllEnterprises": null,
"bigDiseaseEnterprise": null,
"personalBaseOfSeriousIllness": null,
"personalProportionOfSeriousIllness": null,
"providentFundNotes": null,
"socialSecurityNotes": null,
"yearsMonth": null,
"apersonOfGreatDisease": null
},
{
"id": null,
"archiveId": null,
"userId": "1235397256737669120",
"username": "瞿光明",
"timeOfEntry": "1993-08-04T08:00:00.000+0000",
"mobile": "13600000008",
"idNumber": null,
"theHighestDegreeOfEducation": null,
"openingBank": null,
"bankCardNumber": null,
"firstLevelDepartment": "市场部",
"twoLevelDepartment": null,
"workingCity": null,
"socialSecurityComputerNumber": null,
"providentFundAccount": null,
"leaveDate": null,
"householdRegistrationType": null,
"participatingInTheCity": null,
"socialSecurityMonth": null,
"socialSecurityBase": null,
"socialSecurity": null,
"socialSecurityEnterprise": 0,
"socialSecurityIndividual": 0,
"providentFundCity": null,
"providentFundMonth": null,
"providentFundBase": null,
"accumulationFundEnterpriseBase": null,
"proportionOfProvidentFundEnterprises": null,
"individualBaseOfProvidentFund": null,
"personalRatioOfProvidentFund": null,
"totalProvidentFund": null,
"providentFundEnterprises": 0,
"providentFundIndividual": 0,
"pensionEnterpriseBase": null,
"proportionOfPensionEnterprises": null,
"pensionEnterprise": null,
"personalPensionBase": null,
"personalPensionRatio": null,
"oldAgeIndividual": null,
"unemploymentEnterpriseBase": null,
"proportionOfUnemployedEnterprises": null,
"unemployedEnterprise": null,
"theNumberOfUnemployedIndividuals": null,
"percentageOfUnemployedIndividuals": null,
"unemployedIndividual": null,
"medicalEnterpriseBase": null,
"proportionOfMedicalEnterprises": null,
"medicalEnterprise": null,
"medicalPersonalBase": null,
"medicalPersonalRatio": null,
"medicalIndividual": null,
"baseOfIndustrialInjuryEnterprises": null,
"proportionOfIndustrialInjuryEnterprises": null,
"industrialInjuryEnterprise": null,
"fertilityEnterpriseBase": null,
"proportionOfFertilityEnterprises": null,
"childbearingEnterprise": null,
"baseOfSeriousIllness": null,
"proportionOfSeriouslyIllEnterprises": null,
"bigDiseaseEnterprise": null,
"personalBaseOfSeriousIllness": null,
"personalProportionOfSeriousIllness": null,
"providentFundNotes": null,
"socialSecurityNotes": null,
"yearsMonth": null,
"apersonOfGreatDisease": null
},
{
"id": null,
"archiveId": null,
"userId": "1607553006987083776",
"username": "等等",
"timeOfEntry": "2022-11-29T16:00:00.000+0000",
"mobile": "15027606803",
"idNumber": null,
"theHighestDegreeOfEducation": null,
"openingBank": null,
"bankCardNumber": null,
"firstLevelDepartment": "财务核算部",
"twoLevelDepartment": null,
"workingCity": null,
"socialSecurityComputerNumber": null,
"providentFundAccount": null,
"leaveDate": null,
"householdRegistrationType": null,
"participatingInTheCity": null,
"socialSecurityMonth": null,
"socialSecurityBase": null,
"socialSecurity": null,
"socialSecurityEnterprise": 0,
"socialSecurityIndividual": 0,
"providentFundCity": null,
"providentFundMonth": null,
"providentFundBase": null,
"accumulationFundEnterpriseBase": null,
"proportionOfProvidentFundEnterprises": null,
"individualBaseOfProvidentFund": null,
"personalRatioOfProvidentFund": null,
"totalProvidentFund": null,
"providentFundEnterprises": 0,
"providentFundIndividual": 0,
"pensionEnterpriseBase": null,
"proportionOfPensionEnterprises": null,
"pensionEnterprise": null,
"personalPensionBase": null,
"personalPensionRatio": null,
"oldAgeIndividual": null,
"unemploymentEnterpriseBase": null,
"proportionOfUnemployedEnterprises": null,
"unemployedEnterprise": null,
"theNumberOfUnemployedIndividuals": null,
"percentageOfUnemployedIndividuals": null,
"unemployedIndividual": null,
"medicalEnterpriseBase": null,
"proportionOfMedicalEnterprises": null,
"medicalEnterprise": null,
"medicalPersonalBase": null,
"medicalPersonalRatio": null,
"medicalIndividual": null,
"baseOfIndustrialInjuryEnterprises": null,
"proportionOfIndustrialInjuryEnterprises": null,
"industrialInjuryEnterprise": null,
"fertilityEnterpriseBase": null,
"proportionOfFertilityEnterprises": null,
"childbearingEnterprise": null,
"baseOfSeriousIllness": null,
"proportionOfSeriouslyIllEnterprises": null,
"bigDiseaseEnterprise": null,
"personalBaseOfSeriousIllness": null,
"personalProportionOfSeriousIllness": null,
"providentFundNotes": null,
"socialSecurityNotes": null,
"yearsMonth": null,
"apersonOfGreatDisease": null
},
{
"id": null,
"archiveId": null,
"userId": "1607555504275685376",
"username": "ATL",
"timeOfEntry": "2022-12-27T00:00:00.000+0000",
"mobile": "18224356037",
"idNumber": null,
"theHighestDegreeOfEducation": null,
"openingBank": null,
"bankCardNumber": null,
"firstLevelDepartment": "行政部",
"twoLevelDepartment": null,
"workingCity": null,
"socialSecurityComputerNumber": null,
"providentFundAccount": null,
"leaveDate": null,
"householdRegistrationType": null,
"participatingInTheCity": null,
"socialSecurityMonth": null,
"socialSecurityBase": null,
"socialSecurity": null,
"socialSecurityEnterprise": 0,
"socialSecurityIndividual": 0,
"providentFundCity": null,
"providentFundMonth": null,
"providentFundBase": null,
"accumulationFundEnterpriseBase": null,
"proportionOfProvidentFundEnterprises": null,
"individualBaseOfProvidentFund": null,
"personalRatioOfProvidentFund": null,
"totalProvidentFund": null,
"providentFundEnterprises": 0,
"providentFundIndividual": 0,
"pensionEnterpriseBase": null,
"proportionOfPensionEnterprises": null,
"pensionEnterprise": null,
"personalPensionBase": null,
"personalPensionRatio": null,
"oldAgeIndividual": null,
"unemploymentEnterpriseBase": null,
"proportionOfUnemployedEnterprises": null,
"unemployedEnterprise": null,
"theNumberOfUnemployedIndividuals": null,
"percentageOfUnemployedIndividuals": null,
"unemployedIndividual": null,
"medicalEnterpriseBase": null,
"proportionOfMedicalEnterprises": null,
"medicalEnterprise": null,
"medicalPersonalBase": null,
"medicalPersonalRatio": null,
"medicalIndividual": null,
"baseOfIndustrialInjuryEnterprises": null,
"proportionOfIndustrialInjuryEnterprises": null,
"industrialInjuryEnterprise": null,
"fertilityEnterpriseBase": null,
"proportionOfFertilityEnterprises": null,
"childbearingEnterprise": null,
"baseOfSeriousIllness": null,
"proportionOfSeriouslyIllEnterprises": null,
"bigDiseaseEnterprise": null,
"personalBaseOfSeriousIllness": null,
"personalProportionOfSeriousIllness": null,
"providentFundNotes": null,
"socialSecurityNotes": null,
"yearsMonth": null,
"apersonOfGreatDisease": null
}
]
}
修改于 2023-05-09 10:08:42