文档
测试

企业信息分页查询

GET
http://localhost:8094/baseEnterpriseInformation/findPageEnterpriseInformation?currentPage=1&pageSize=10&enterpriseName=&proposerName=

请求参数

参数名
类型
描述
必填
currentPage
int
当前页
必填
pageSize
int
也大小
必填
enterpriseName
String
可选,企业名称 模糊查询
必填
proposerName
String
可选,联系人姓名 模糊查询
必填

响应参数

参数名
类型
描述
必填
data
array
数据列表
必填
id
int
示例:1
必填
enterpriseName
string
企业名称
必填
enterpriseAddress
string
企业地址
必填
enterpriseScale
string
企业规格
必填
proposerName
string
联系人名称
必填
proposerPhone
string
联系人电话
必填
remark
string
描述
必填
createTime
int
创建时间
必填
totalCount
int
示例:1
必填
totalPage
int
示例:1
必填
pageSize
int
示例:10
必填
pageNo
int
示例:1
必填