{
"createUserId": "string",
"createUserName": "string",
"createTime": "string",
"modifyUserId": "string",
"modifyUserName": "string",
"modifyTime": "string",
"version": 0,
"deleted": 0,
"sortFlagList": [
{
"sortField": "string",
"sortFlag": "string",
"index": 0
}
],
"id": "string",
"name": "string",
"standardId": "string",
"standardName": "string",
"elementId": "string",
"elementName": "string",
"itemCount": 0,
"maxScore": 0,
"standardScore": 0,
"status": 0,
"remark": "string"
}
curl --location --request POST '/emr-quality-ctrl-item/addScoreItem' \
--header 'Content-Type: application/json' \
--data-raw '{
"createUserId": "string",
"createUserName": "string",
"createTime": "string",
"modifyUserId": "string",
"modifyUserName": "string",
"modifyTime": "string",
"version": 0,
"deleted": 0,
"sortFlagList": [
{
"sortField": "string",
"sortFlag": "string",
"index": 0
}
],
"id": "string",
"name": "string",
"standardId": "string",
"standardName": "string",
"elementId": "string",
"elementName": "string",
"itemCount": 0,
"maxScore": 0,
"standardScore": 0,
"status": 0,
"remark": "string"
}'
{
"code": 0,
"message": "",
"hintCode": "",
"detailMessage": "",
"data": {}
}