{
"dataTimes": 0,
"deviceId": 0,
"scope": 0,
"shiftNum": 0
}
curl --location --request POST '/api/applet/getDeviceDataByStartTime' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataTimes": 0,
"deviceId": 0,
"scope": 0,
"shiftNum": 0
}'
{
"dataTime": "string",
"dataTimeLong": 0,
"downtime": 0,
"efficiency": 0,
"emptyRunningTime": 0,
"machineNumber": 0,
"machineQuantity": 0,
"startTime": 0,
"useWorkTime": 0,
"workTime": 0
}