文档
测试

意愿征集历史数据查看-列表

POST
http://127.0.0.1:8900/api/business/aspiration/aspirationHistoryData

请求参数

参数名
类型
描述
必填
personnelName
string
人员姓名
必填
aspirationVersion
int
意愿征集版本
必填
isRemould
int
是否支持改造 1支持 2观望 3持不同意见
必填
pageNo
Int
当前页码
必填
pageSize
Int
每页大小
必填

响应参数

参数名
类型
描述
必填
list
Array
意愿征集数组
必填
id
int
意愿征集Id
必填
personnelId
Int
人员Id
必填
personnelProperty
string
人员性质
必填
personnelName
string
人员姓名
必填
personnelMobile
String
联系方式
必填
personnelIdentityCard
String
身份证
必填
isRemould
Int
是否支持改造 1支持 2观望 3持不同意见
必填
voteTime
Date
表决时间
必填
isRemouldCount
Int
支持人数
必填
observeCount
Int
观望人数
必填
onSupportCount
Int
持不同意见人数
必填
isRemouldPercentage
Double
支持人数%
必填
observePercentage
Double
观望人数%
必填
onSupportPercentage
Double
持不同意见人数%
必填
totalCount
Int
总人数
必填

说明 / 示例

{ "pageNo":1, "pageSize":10, "aspirationVersion":2 }

响应示例

{ "res": 0, "msg": "操作成功!", "data": { "pageNo": 1, "pageSize": 10, "total": 2, "totalPage": 1, "list": [ { "id": 2, "personnelId": 20, "personnelName": "罗志祥", "personnelIdentityCard": "440104197903032344", "personnelProperty": "本村村民", "personnelMobile": "", "isRemould": 2, "voteTime": "2020.06.28 17:30:33", "createTime": "2020-07-16T03:40:43.000+0000", "aspirationCurVersion": 2 }, { "id": 1, "personnelId": 21, "personnelName": "刘德华", "personnelIdentityCard": "440102197101082403", "personnelProperty": "本村村民", "personnelMobile": "13723338891", "isRemould": 1, "voteTime": "2020.07.2 15:30:33", "createTime": "2020-07-16T03:40:20.000+0000", "aspirationCurVersion": 2 } ] }, "isRemouldCount": 1, "observeCount": 1, "onSupportCount": 0, "onSupportPercentage": "0%", "observePercentage": "50.00%", "isRemouldPercentage": "50.00%", "totalCount": 2 }