文档
测试

厂房信息列表查询

POST
http://192.168.100.125/apin/park/plantInfo/findList

请求参数

参数名
类型
描述
必填
pageNum
int
示例:1
必填
pageSize
int
示例:2000
必填
whereList
array
数据列表
必填
opt
string
示例:EQ
必填
key
string
示例:fieldKindKey
必填
val
string
示例:enterprise
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
result
object
数据字典
必填
count
int
示例:3
必填
list
array
数据列表
必填
id
string
id 示例:2
必填
plantName
string
厂房名称 示例:ad
必填
plantRegion
string
所在区域 示例:ad
必填
plantBlock
string
所在地块 示例:ad
必填
plantArea
string
建设面积 示例:ads
必填
groundFloors
string
地上层数 示例:asd
必填
groundFloorsArea
string
地上面积 示例:sad
必填
undergroundFloors
string
地下层数 示例:ad
必填
undergroundFloorsArea
string
地下面积 示例:ad
必填
plantAddress
string
详细地址 示例:ad
必填
latitudeLongitude
string
所在经纬度 示例:ad
必填
createTime
string
创建时间 示例:2020-09-10 07:23:24
必填
updateTime
string
更新时间 示例:2020-09-17 07:23:40
必填
user
string
用户 示例:asd
必填
plantManager
string
厂房负责人
必填
contactNumber
string
负责人联系电话
必填
investmentType
string
投建类型
必填
investmentCompanyName
string
投建企业名称
必填
constructionStartTime
string
建设开工时间
必填
constructionEndTime
string
建设竣工时间
必填
currentState
string
当前状态
必填
plantUse
string
厂房用途
必填

说明 / 示例

请求报文 {} 返回报文 { "code": 1, "result": { "count": 2, "list": [ { "id": "80808080746bc71101747714c1460013", "plantName": "ad特", "plantRegion": null, "plantBlock": null, "plantArea": null, "groundFloors": "asd", "groundFloorsArea": "sad", "undergroundFloors": "又去全部大苏打", "undergroundFloorsArea": "ad", "plantAddress": "ad", "latitudeLongitude": "ad", "plantManager": null, "contactNumber": null, "investmentType": null, "investmentCompanyName": null, "currentState": null, "constructionStartTime": null, "constructionEndTime": null, "createTime": "2020-09-10 16:14:43", "updateTime": "2020-09-10 16:19:55", "user": "yujp" }, { "id": "80808080746bc7110174771564740015", "plantName": "ad特", "plantRegion": null, "plantBlock": null, "plantArea": null, "groundFloors": "asd", "groundFloorsArea": "sad", "undergroundFloors": "又去全部大苏打", "undergroundFloorsArea": "ad", "plantAddress": "ad", "latitudeLongitude": "ad", "plantManager": null, "contactNumber": null, "investmentType": null, "investmentCompanyName": null, "currentState": null, "constructionStartTime": null, "constructionEndTime": null, "createTime": "2020-09-10 16:15:25", "updateTime": "2020-09-10 16:21:17", "user": "yujp" } ] } }