{
//工程名称
"projectName":"测试工程",
//createYear
"createYear":"2025",
//日历年年计划总水量(立方米)
"calendarYearPlannedVolume":"123",
//是否进行对比:0-否,1-是
"compareFlag":"1",
"waterUsagePlanDetailList":[
[
{
//调度名称
"scheduleName":"实际生活用水",
//调度类型(计划、实际)
"scheduleType":"ACTUAL",
//1月水量(立方米)
"month01Volume":"12",
"month02Volume":"33",
"month03Volume":"55",
"month04Volume":"33",
"month05Volume":"43",
"month06Volume":"43",
"month07Volume":"23",
"month08Volume":"33",
"month09Volume":"767",
"month10Volume":"76",
"month11Volume":"45",
"month12Volume":"34",
},
{
"scheduleName":"计划生活用水",
"scheduleType":"PLAN",
"month01Volume":"346",
"month02Volume":"6436",
"month03Volume":"353",
"month04Volume":"45",
"month05Volume":"54",
"month06Volume":"345",
"month07Volume":"34",
"month08Volume":"342",
"month09Volume":"21",
"month10Volume":"13",
"month11Volume":"234",
"month12Volume":"2342",
}
],
[
{
"scheduleName":"工业计划用水",
"scheduleType":"PLAN",
"month01Volume":"32",
"month02Volume":"4",
"month03Volume":"454",
"month04Volume":"321",
"month05Volume":"12",
"month06Volume":"12",
"month07Volume":"43",
"month08Volume":"43",
"month09Volume":"234",
"month10Volume":"24",
"month11Volume":"234",
"month12Volume":"234",
},
{
"scheduleName":"工业实际用水",
"scheduleType":"ACTUAL",
"month01Volume":"123",
"month02Volume":"32",
"month03Volume":"23",
"month04Volume":"2321",
"month05Volume":"123",
"month06Volume":"33",
"month07Volume":"32",
"month08Volume":"23",
"month09Volume":"13",
"month10Volume":"33",
"month11Volume":"55",
"month12Volume":"33",
}
]
]
}curl --location 'http://localhost:8993/waterIntake/planMaster' \
--header 'Content-Type: application/json' \
--data '{
//工程名称
"projectName":"测试工程",
//createYear
"createYear":"2025",
//日历年年计划总水量(立方米)
"calendarYearPlannedVolume":"123",
//是否进行对比:0-否,1-是
"compareFlag":"1",
"waterUsagePlanDetailList":[
[
{
//调度名称
"scheduleName":"实际生活用水",
//调度类型(计划、实际)
"scheduleType":"ACTUAL",
//1月水量(立方米)
"month01Volume":"12",
"month02Volume":"33",
"month03Volume":"55",
"month04Volume":"33",
"month05Volume":"43",
"month06Volume":"43",
"month07Volume":"23",
"month08Volume":"33",
"month09Volume":"767",
"month10Volume":"76",
"month11Volume":"45",
"month12Volume":"34",
},
{
"scheduleName":"计划生活用水",
"scheduleType":"PLAN",
"month01Volume":"346",
"month02Volume":"6436",
"month03Volume":"353",
"month04Volume":"45",
"month05Volume":"54",
"month06Volume":"345",
"month07Volume":"34",
"month08Volume":"342",
"month09Volume":"21",
"month10Volume":"13",
"month11Volume":"234",
"month12Volume":"2342",
}
],
[
{
"scheduleName":"工业计划用水",
"scheduleType":"PLAN",
"month01Volume":"32",
"month02Volume":"4",
"month03Volume":"454",
"month04Volume":"321",
"month05Volume":"12",
"month06Volume":"12",
"month07Volume":"43",
"month08Volume":"43",
"month09Volume":"234",
"month10Volume":"24",
"month11Volume":"234",
"month12Volume":"234",
},
{
"scheduleName":"工业实际用水",
"scheduleType":"ACTUAL",
"month01Volume":"123",
"month02Volume":"32",
"month03Volume":"23",
"month04Volume":"2321",
"month05Volume":"123",
"month06Volume":"33",
"month07Volume":"32",
"month08Volume":"23",
"month09Volume":"13",
"month10Volume":"33",
"month11Volume":"55",
"month12Volume":"33",
}
]
]
}'{}