文档
测试

收费管理列表

POST
http://192.168.103.3/invest/propertyManagment/findPropertyManagmentList

请求头

参数名
类型
描述
必填
Authorization
Bearer token
必填

请求参数

参数名
类型
描述
必填
order
object
数据字典排序 key是排序字段 Val是asc、desc
必填
key
string
排序 key是排序字段 Val是asc、desc 示例:jobOrder
必填
val
string
示例:ASC
必填
pageNum
int
示例:1
必填
pageSize
int
示例:99999
必填
whereList
array
数据列表 查询条件key查询字段 Val 查询值
必填
key
string
如orgName 示例:
必填
val
string
示例:
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
result
object
数据字典
必填
count
int
示例:2
必填
list
array
数据列表
必填
chargeCategory
string
示例:收费类别
必填
buildingId
string
示例:12121
必填
buildingName
string
示例:收费楼宇名称
必填
floorId
string
示例:楼层2
必填
floorName
string
示例:楼层2
必填
roomId
string
示例:房号2
必填
roomName
string
示例:房号2
必填
payDemandNote
string
示例:收费单名称
必填
unit_Price
int
示例:1212
必填
chargeAmount
float
示例:1212.09
必填
lastChargeTime
string
示例:2020-07-22 09:03:01
必填
tollGatherer
string
示例:收费人
必填
telephone
string
示例:18888888
必填
id
string
示例:808080807370c34b0173741c57f50005
必填
status
string
示例:1
必填
tenantId
string
示例:001
必填
platformId
string
示例:启迪园区
必填
createUser
string
示例:park_admin
必填
createTime
string
示例:2020-07-22 09:21:21
必填

说明 / 示例

{ "code": 1, "result": { "count": 2, "list": [ { "chargeCategory": "收费类别", "buildingId": "12121", "buildingName": "收费楼宇名称", "floorId": "楼层2", "floorName": "楼层2", "roomId": "房号2", "roomName": "房号2", "payDemandNote": "收费单名称", "unit_Price": 1212.0, "chargeAmount": 1212.09, "lastChargeTime": "2020-07-22 09:03:01", "tollGatherer": "收费人", "telephone": "18888888", "id": "808080807370c34b0173741c57f50005", "status": "1", "tenantId": "001", "platformId": "启迪园区", "createUser": "park_admin", "createTime": "2020-07-22 09:21:21" }, { "chargeCategory": "收费类别", "buildingId": "楼宇 id", "buildingName": "收费楼宇名称", "floorId": "楼层", "floorName": "楼层", "roomId": "房号", "roomName": "房号", "payDemandNote": "收费单名称", "unit_Price": 1212.0, "chargeAmount": 1212.09, "lastChargeTime": "2020-07-22 09:03:01", "tollGatherer": "收费人", "telephone": "18888888", "id": "ewqv", "tenantId": "001", "platformId": "启迪园区", "createTime": "2020-07-22 09:03:01" } ] } }