Authorization: Bearer ********************
{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"num": 0,
"equipmentType": "string",
"boxType": "string",
"dataType": "string"
}
curl --location --request POST 'http://localhost:8080/ess/type/queryCount' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": "string",
"params": {
"key": {}
},
"num": 0,
"equipmentType": "string",
"boxType": "string",
"dataType": "string"
}'
{
"": {}
}