{
"id": 0,
"quarter": "string",
"evaluateeId": 0,
"totalScore": 0,
"suggestionList": "string",
"creatTime": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'http://localhost:8081/adm/evaluationManagerResult' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"quarter": "string",
"evaluateeId": 0,
"totalScore": 0,
"suggestionList": "string",
"creatTime": "2019-08-24T14:15:22Z"
}'
{
"code": 0,
"msg": "string",
"data": {}
}