{
"searchValue": "string",
"createUserId": 0,
"createBy": "string",
"createTime": "string",
"updateUserId": 0,
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"staffId": 0,
"staffCode": "string",
"staffName": "string",
"contactPhone": "string",
"sex": 0,
"ethnicity": "string",
"birthDate": "string",
"email": "string",
"maritalStatus": 0,
"politicalOutlook": 0,
"idCard": "string",
"origin": "string",
"householdAddress": "string",
"currentAddress": "string",
"emergencyContact": "string",
"relationship": "string",
"emergencyContactPhone": "string",
"education": 0,
"joinedTime": "string",
"leaveTime": "string",
"status": 0,
"deleted": 0,
"deleteAt": "string",
"version": 0,
"actualSalary": 0,
"rankId": 0,
"rankCode": "string",
"rankName": "string"
}
curl --location --request POST 'http://localhost:8080/hrm/sm/hrm-staff/process' \
--header 'Content-Type: application/json' \
--data-raw '{
"searchValue": "string",
"createUserId": 0,
"createBy": "string",
"createTime": "string",
"updateUserId": 0,
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"staffId": 0,
"staffCode": "string",
"staffName": "string",
"contactPhone": "string",
"sex": 0,
"ethnicity": "string",
"birthDate": "string",
"email": "string",
"maritalStatus": 0,
"politicalOutlook": 0,
"idCard": "string",
"origin": "string",
"householdAddress": "string",
"currentAddress": "string",
"emergencyContact": "string",
"relationship": "string",
"emergencyContactPhone": "string",
"education": 0,
"joinedTime": "string",
"leaveTime": "string",
"status": 0,
"deleted": 0,
"deleteAt": "string",
"version": 0,
"actualSalary": 0,
"rankId": 0,
"rankCode": "string",
"rankName": "string"
}'
{
"": {}
}