文档
测试

分页查询保电数据

POST
http://127.0.0.1:8091/eleProject/getElePro

接口描述

分页查询保电数据

请求参数

参数名
类型
描述
必填
pageNum
Integer
当前页面
必填
pageSize
Integer
当前页面条数
必填
electricityProtectionName
String
保电名称(非必填)
必填
electricityProtectionPlace
String
保电场景(非必填)
必填
electricityProtectionUnit
Integer
保电单位(非必填)
必填
state
Integer
保电状态(非必填)
必填

响应参数

参数名
类型
描述
必填
code
Integer
响应码 200成功,其余失败
必填
msg
String
响应描述
必填
total
Integer
总数
必填
data
json
数据集
必填
id
Integer
数据id
必填
electricityProtectionName
String
保电名称
必填
electricityProtectionPlace
String
保电场景
必填
electricityProtectionUnit
String
保电单位
必填
startTime
Date
保电开始时间
必填
state
Integer
保电状态
必填
createTime
Date
创建时间
必填
updateTime
Date
更新时间
必填
endTime
ge
保电结束时间
必填
electricityProtectionPlaceDesc
String
保电场景描述
必填
electricityProtectionUnitDesc
String
保电单位描述
必填
stateDesc
String
保电状态描述
必填