curl --location --request GET 'http://localhost:8080/station-demand-control-task/list'
{
"total": 0,
"rows": [
{
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"remark": "",
"params": {
"": {}
},
"id": 0,
"stationId": 0,
"stationName": "",
"demandControlType": "",
"deptId": 0,
"deptName": "",
"tdvomp": 0,
"ad": 0,
"dataTime": "",
"taskStatus": ""
}
],
"code": 200,
"msg": "查询成功"
}