{
"companyId": 0,
"timesId": 0,
"yearVOList": [
{
"yearNum": 0,
"yearStr": "string",
"electricityAll": 0,
"electricityPvc": 0,
"electricityWaterborneDecorative": 0,
"electricityDipped": 0,
"gasAll": 0,
"gasPvc": 0,
"gasWaterborneDecorative": 0,
"gasDipped": 0,
"waterAll": 0,
"waterPvc": 0,
"waterWaterborneDecorative": 0,
"waterDipped": 0
}
]
}
curl --location --request GET 'http://127.0.0.1:8091/clean/dp/resourceStatus/get?companyId×Id' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyId": 0,
"timesId": 0,
"yearVOList": [
{
"yearNum": 0,
"yearStr": "string",
"electricityAll": 0,
"electricityPvc": 0,
"electricityWaterborneDecorative": 0,
"electricityDipped": 0,
"gasAll": 0,
"gasPvc": 0,
"gasWaterborneDecorative": 0,
"gasDipped": 0,
"waterAll": 0,
"waterPvc": 0,
"waterWaterborneDecorative": 0,
"waterDipped": 0
}
]
}'
{
"code": "string",
"msg": "string",
"data": null
}