{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"regularizationReplyId": 0,
"replyUserId": 0,
"processScore": 0,
"recognitionScore": 0,
"managementScore": 0,
"sumScore": 0,
"createUser": "string",
"updateUser": "string"
}
curl --location --request PUT 'http://localhost:8081/hrm/trainingRegularizationReply/inputScore' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"id": 0,
"regularizationReplyId": 0,
"replyUserId": 0,
"processScore": 0,
"recognitionScore": 0,
"managementScore": 0,
"sumScore": 0,
"createUser": "string",
"updateUser": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}