Authorization: Bearer ********************{
"masterIds":[
2,3
],
"startDate":"2025-01-01",
"endDate":"2026-12-01"
}curl --location 'http://localhost:8993/waterIntake/planMaster/compare' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"masterIds":[
2,3
],
"startDate":"2025-01-01",
"endDate":"2026-12-01"
}'{"msg":"操作成功","code":200,"data":[{"masterId":2,"projectName":"测试工程","createYear":"2025","annualActualVolume":24.000}]}