文档
测试

分页查询(带标记) - 关联场所

GET
http://localhost:8080/zbjd-boot/business/bizSite/queryPageWithFlag

请求头

参数名
类型
描述
必填
Content-Type
String
数据格式 - "multipart/form-data"
必填
X-Access-Token
String
token
必填

请求参数

参数名
类型
描述
必填
pageNo
Integer
当前页
必填
pageSize
Integer
每页条数
必填
oldEnterpriseId
String
场所id - 新增时不需要
可选
name
String
场所名称,模糊查询
可选

响应参数

参数名
类型
描述
必填
success
Boolean
返回结果
必填
code
Integer
状态码
必填
message
String
返回信息
必填
timestamp
Long
返回时间
必填
result
Object
返回数据
必填
pageNo
Integer
当前页
必填
pageSize
Integer
每页条数
必填
totalCount
Integer
总条数
必填
totalPage
Integer
总页数
必填
data
Object[]
数据集合
必填
id
String
id
必填
name
String
场所名称
必填
flag
Integer
是否占用 - 0是1否
必填

说明 / 示例

{ "success": true, "message": "场所管理列表查询成功", "code": 200, "result": { "pageNo": null, "pageSize": null, "totalCount": null, "totalPage": null, "startCount": null, "data": [ { "flag": 1, "data": null, "siteStatus": null, "latitude": null, "pageSize": null, "pic": null, "totalCount": null, "belonger": null, "siteMark": null, "qrCode": null, "updateBy": null, "pageNo": null, "gridId_dictText": null, "id": "5", "siteStatus_dictText": null, "enterpriseName": null, "siteType": null, "longitude": null, "startCount": null, "totalPage": null, "updateTime": null, "siteType_dictText": null, "createBy": null, "createTime": null, "oldEnterpriseId": null, "telphone": null, "name": "朝阳区6", "sysOrgCode": null, "location": null, "gridId": null, "enterpriseId": null, "siteMark_dictText": null, "lentUser": null }, { "flag": 0, "data": null, "siteStatus": null, "latitude": null, "pageSize": null, "pic": null, "totalCount": null, "belonger": null, "siteMark": null, "qrCode": null, "updateBy": null, "pageNo": null, "gridId_dictText": null, "id": "4", "siteStatus_dictText": null, "enterpriseName": null, "siteType": null, "longitude": null, "startCount": null, "totalPage": null, "updateTime": null, "siteType_dictText": null, "createBy": null, "createTime": null, "oldEnterpriseId": null, "telphone": null, "name": "朝阳区5", "sysOrgCode": null, "location": null, "gridId": null, "enterpriseId": null, "siteMark_dictText": null, "lentUser": null }, { "flag": 0, "data": null, "siteStatus": null, "latitude": null, "pageSize": null, "pic": null, "totalCount": null, "belonger": null, "siteMark": null, "qrCode": null, "updateBy": null, "pageNo": null, "gridId_dictText": null, "id": "3", "siteStatus_dictText": null, "enterpriseName": null, "siteType": null, "longitude": null, "startCount": null, "totalPage": null, "updateTime": null, "siteType_dictText": null, "createBy": null, "createTime": null, "oldEnterpriseId": null, "telphone": null, "name": "朝阳区4", "sysOrgCode": null, "location": null, "gridId": null, "enterpriseId": null, "siteMark_dictText": null, "lentUser": null }, { "flag": 0, "data": null, "siteStatus": null, "latitude": null, "pageSize": null, "pic": null, "totalCount": null, "belonger": null, "siteMark": null, "qrCode": null, "updateBy": null, "pageNo": null, "gridId_dictText": null, "id": "2", "siteStatus_dictText": null, "enterpriseName": null, "siteType": null, "longitude": null, "startCount": null, "totalPage": null, "updateTime": null, "siteType_dictText": null, "createBy": null, "createTime": null, "oldEnterpriseId": null, "telphone": null, "name": "海淀区2", "sysOrgCode": null, "location": null, "gridId": null, "enterpriseId": null, "siteMark_dictText": null, "lentUser": null }, { "flag": 0, "data": null, "siteStatus": null, "latitude": null, "pageSize": null, "pic": null, "totalCount": null, "belonger": null, "siteMark": null, "qrCode": null, "updateBy": null, "pageNo": null, "gridId_dictText": null, "id": "1", "siteStatus_dictText": null, "enterpriseName": null, "siteType": null, "longitude": null, "startCount": null, "totalPage": null, "updateTime": null, "siteType_dictText": null, "createBy": null, "createTime": null, "oldEnterpriseId": null, "telphone": null, "name": "朝阳区1", "sysOrgCode": null, "location": null, "gridId": null, "enterpriseId": null, "siteMark_dictText": null, "lentUser": null } ] }, "timestamp": 1625120790469, "needDict": true }