文档
测试

意愿征集列表

POST
http://**.**./business/aspiration/listByPage

请求参数

参数名
类型
描述
必填
personnelName
String
人员姓名
必填
isRemould
Int
是否支持改造 0同意(已签约) 1同意(未签约) 2观望 3持不同意见
必填
pageNo
Int
当前页码
必填
pageSize
Int
每页条数
必填
personnelProperty
Int
人员性质
必填

响应参数

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

响应码

参数名
类型
描述
必填
res
Int
0成功 其他失败
必填

请求示例

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

响应示例

{ "res": 0, "msg": "操作成功!", "data": { "pageNo": 1, "pageSize": 10, "total": 1, "totalPage": 1, "list": [ { "id": 1, "personnelId": 1, "personnelName": "hyh", "personnelIdentityCard": "12324234", "personnelProperty": "自然人", "isRemould": 1, "voteTime": "2020-06-18T11:46:03.000+0000" } ] } }