文档
测试

项目列表

POST
http://**.**.com/promgr/project/listByPage

接口描述

项目列表:根据项目名称,更新进度进行模糊查询。

请求参数

参数名
类型
描述
必填
projectName
String
项目名称
必填
upgradeType
Int
更新类型
必填
pageNo
Int
当前页码
必填
pageSize
Int
每页条数
必填
projectStage
Int
项目阶段
必填

响应参数

参数名
类型
描述
必填
projectNum
Int
项目编号
必填
projectName
String
项目名称
必填
upgradeType
Int
更新类型Id
必填
projectStage
Int
更新进度Id
必填
buildingCount
Int
建筑物数
必填
familyCount
Int
户数
必填
projectStageVal
String
更新进度
必填
upgradeTypeVal
String
更新类型
必填

状态码

参数名
类型
描述
必填
res
Int
0删除成功 1没有此项目 其他 错误代码
必填

请求案例

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

响应案例

{ "res": 0, "msg": "操作成功!", "data": { "pageNo": 1, "pageSize": 10, "total": 2, "totalPage": 1, "list": [ { "id": 2, "projectNum": 222, "projectName": "222", "projectType": null, "upgradeType": null, "projectStage": null, "belongCompany": null, "address": null, "planLandSupplyTime": null, "realLandSupplyTime": null, "projectMode": null, "enterTime": null, "projectDesc": null, "projectDescAttach": null, "projectRisk": null, "projectRiskAttach": null, "projectSolution": null, "remark": null, "removeRangeTotalArea": null, "updateRangeTotalArea": null, "projectSolutionAttach": null, "removeBuildingTotalAreaForecast": null, "removeBuildingTotalAreaSndCheck": null, "removeBuildingTotalAreaMeasure": null, "removeBuildingTotalAreaSign": null, "nowVolumeRateForecast": null, "nowVolumeRateMeasure": null, "buildingCount": null, "familyCount": null, "legalAreaRateForecast": null, "legalAreaRateMeasure": null, "updateSchedule": null }, { "id": 1, "projectNum": 111, "projectName": "111", "projectType": null, "upgradeType": null, "projectStage": null, "belongCompany": null, "address": null, "planLandSupplyTime": null, "realLandSupplyTime": null, "projectMode": null, "enterTime": null, "projectDesc": null, "projectDescAttach": null, "projectRisk": null, "projectRiskAttach": null, "projectSolution": null, "remark": null, "removeRangeTotalArea": null, "updateRangeTotalArea": null, "projectSolutionAttach": null, "removeBuildingTotalAreaForecast": null, "removeBuildingTotalAreaSndCheck": null, "removeBuildingTotalAreaMeasure": null, "removeBuildingTotalAreaSign": null, "nowVolumeRateForecast": null, "nowVolumeRateMeasure": null, "buildingCount": null, "familyCount": null, "legalAreaRateForecast": null, "legalAreaRateMeasure": null, "updateSchedule": null } ] } }