{}
curl --location --request POST '/api/applet/wzMachineInfo/queryDeptDeviceDailyPerformanceData' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"deptDeviceDailyPerformanceData": {
"property1": [
{
"dataTime": "string",
"deviceId": 0,
"installMachineSn": "string",
"month": 0,
"operatorId": 0,
"operatorName": "string",
"operatorNameSet": [
"string"
],
"shiftNumber": 0,
"startTime": 0,
"timeSliderVo": {
"beginDate": "string",
"beginTime": 0,
"endDate": "string",
"endTime": 0,
"month": 0,
"week": 0
},
"useWorkTime": 0,
"week": 0,
"workTime": 0
}
],
"property2": [
{
"dataTime": "string",
"deviceId": 0,
"installMachineSn": "string",
"month": 0,
"operatorId": 0,
"operatorName": "string",
"operatorNameSet": [
"string"
],
"shiftNumber": 0,
"startTime": 0,
"timeSliderVo": {
"beginDate": "string",
"beginTime": 0,
"endDate": "string",
"endTime": 0,
"month": 0,
"week": 0
},
"useWorkTime": 0,
"week": 0,
"workTime": 0
}
]
},
"deptName": "string",
"deviceSize": 0
}