curl --location --request POST 'https://v4.fenxi365.com/api/salary/employee' \
--header 'Content-Type: application/json' \
--data-raw '{
"employee": {
"id": 0,
"accountSetsId": 0,
"categoryId": 0,
"categoryName": "string",
"categoryType": "CUSTOMER",
"code": "string",
"name": "string",
"mnemonics": "string",
"remark": "string",
"enable": true,
"createTime": "string",
"updateTime": "string",
"gender": "男",
"departmentId": 0,
"departmentName": "string",
"post": "string",
"job": "string",
"telPhone": "string",
"birthDate": "string",
"onboardingDate": "string",
"dimissionDate": "string",
"idCard": "string",
"bankName": "string",
"bankAccount": "string",
"email": "string",
"edu": "string",
"status": "string",
"provisionId": 0,
"purchase": true
},
"socials": [
{
"id": 0,
"accountSetsId": 0,
"socialId": 0,
"name": "string",
"empId": 0,
"personRatio": 0,
"personNum": 0,
"companyRatio": 0,
"companyNum": 0,
"depositBase": 0
}
]
}'