{
"page": 0,
"pageSize": 0,
"villageName": "string",
"areaCode": "string"
}curl --location --request POST '/irrigated-area/pageByArea' \
--header 'Authorization: Bearer eyJhbGciOiJSUzI1NiJ9.eyJzdWIiOiLpu4TkuprlipsiLCJ1c2VySWQiOiI0MjkwOSIsIm5hbWUiOiLpu4TkuprlipsiLCJ0eXBlIjoidXNlciIsImFsaWFzIjoiIiwiaWQiOjQyOTA5LCJpbnNpZGVyIjoiMCIsImxvZ2luTmFtZSI6Ium7hOS6muWKmyIsIm1vYmlsZSI6IjE4ODcxNDMzMzg1Iiwibm8iOiIyMzgzNjE0NDQ5NjciLCJvZmZpY2VJZCI6ODk5OSwicGhvbmUiOiIiLCJwaG90byI6IiIsInBvc2l0aW9uIjoiIiwic2V4IjoiMSIsInVzZXJUeXBlIjoiIiwidXVpZCI6ImNmNWFhNTIxNTgyYTRmNDg5MTJmODU2NDVmZmNmYTUxIiwiYXJlYUNvZGUiOiIzNjAwMDAiLCJhcmVhTmFtZSI6Iuaxn-ilv-ecgSIsImV4cCI6MTc1ODY2MzA4Mn0.puVyE8viWwPW_i5Tq_N64VtrG4xslRc-eOI3v2c2vrkQ9wrdK3dufbT88fBhyuWuaikfa1fP-H3IqC62ZjCWXPC1z0-95UGEF4Bj6BtGCSLXJiGn2MzKlttoolZPruDQSOzg993yxiGE8BxCU-4xMrsiXJiB1312NwLTqRFsBW4' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"villageName": "string",
"areaCode": "string"
}'{
"code": 0,
"msg": "",
"data": {
"records": [
{
"id": 0,
"villageName": "",
"areaCode": "",
"areaName": "",
"desIrrArea": 0.0,
"effIrrArea": 0.0,
"irrCode": "",
"irrName": "",
"population": 0,
"remarks": "",
"channelIds": [
""
],
"channels": [
{
"guid": "",
"channelCode": "",
"channelName": "",
"stakeNumber": "",
"basGuid": "",
"managementStation": 0,
"channelLevel": "",
"channelCategory": "",
"startDate": "",
"completionDate": "",
"projectUseDate": "",
"runningState": "",
"waterSupplyScope": "",
"startLocation": "",
"endLocation": "",
"picturePath": "",
"channelTotalLength": 0.0,
"designFlow": 0.0,
"increaseFlow": 0.0,
"headDesignWaterLevel": 0.0,
"tailDesignWaterLevel": 0.0,
"designIrrigationArea": 0.0,
"irrigatedArea": 0.0,
"roughness": 0.0,
"channelBottomGradient": 0.0,
"waterEfficiencySystem": 0.0,
"correctionFactor": 0.0,
"createTime": "",
"updateTime": "",
"note": "",
"isDeleted": "",
"createBy": 0,
"lastUpdateBy": 0,
"startLongitude": 0.0,
"startLatitude": 0.0,
"endLongitude": 0.0,
"endLatitude": 0.0,
"irrCode": ""
}
]
}
],
"total": 0,
"size": 0,
"current": 0,
"ascs": [
""
],
"descs": [
""
],
"optimizeCountSql": false,
"isSearchCount": false,
"searchCount": false,
"pages": 0,
"asc": [
""
],
"desc": [
""
]
}
}