文档
测试

分页查看整改项

GET
http://localhost:8094/management/redoCheckItem/queryByPage?pageNo=1&pageSize=2

请求参数

参数名
类型
描述
必填
pageNo
int
示例:1
必填
pageSize
int
示例:2
必填

响应参数

参数名
类型
描述
必填
data
array
数据列表
必填
createUserId
object
示例:null
必填
createTime
string
示例:2020-04-24 21:59:34
必填
updateUserId
object
示例:null
必填
updateTime
string
示例:2020-04-24 22:05:50
必填
dataStatus
int
示例:1
必填
id
int
示例:1
必填
personId
int
示例:7
必填
departmentId
object
示例:null
必填
planId
object
示例:null
必填
remark
string
示例:清扫已干净
必填
score
int
示例:0
必填
itemStatus
int
示例:6
必填
picUrlList
array
数据列表
必填
departmentName
string
示例:斑西
必填
personName
string
示例:蒋林
必填
originalCheckItemId
int
示例:2
必填
totalCount
int
示例:1
必填
totalPage
int
示例:1
必填
pageSize
int
示例:0
必填
pageNo
int
示例:1
必填

说明 / 示例

{ "data": [ { "createUserId": null, "createTime": "2020-04-24 21:59:34", "updateUserId": null, "updateTime": "2020-04-24 22:05:50", "dataStatus": 1, "id": 1, "personId": 7, "departmentId": null, "planId": null, "remark": "清扫已干净", "score": 0, "itemStatus": 6, "picUrlList": [], "departmentName": "斑西", "personName": "蒋林", "originalCheckItemId": 2 } ], "totalCount": 1, "totalPage": 1, "pageSize": 0, "pageNo": 1 }