curl --location --request GET 'http://192.168.11.46:13000/otherBenefits/list'{
"code": 0,
"msg": "string",
"total": "string",
"data": [
{
"id": 0,
"resCode": "string",
"otherName": "string",
"tourismRevenue": 0,
"fishRevenue": 0,
"workPopulation": "string",
"traffic": 0,
"income": 0,
"status": "string",
"deleteFlag": 0,
"createBy": "string",
"createTime": "string",
"checkBy": "string",
"checkTime": "string",
"updateBy": "string",
"updateTime": "string",
"resName": "string",
"note": "string"
}
]
}