文档
测试

id查看检查项

GET
http://localhost:8094/management/checkItem/:id

请求参数

参数名
类型
描述
必填
id
int
示例:2
必填

响应参数

参数名
类型
描述
必填
code
string
示例:EPP01_0000
必填
message
string
示例:成功
必填
data
object
数据字典
必填
createUserId
object
示例:null
必填
createTime
string
示例:2020-04-24 21:52:15
必填
updateUserId
object
示例:null
必填
updateTime
string
示例:2020-04-25 16:08:50
必填
dataStatus
int
示例:1
必填
id
int
示例:2
必填
personId
int
示例:7
必填
departmentId
int
示例:2
必填
planId
int
示例:1
必填
remark
string
示例:清扫不干净
必填
score
int
示例:10
必填
itemStatus
int
示例:4
必填
picUrlList
array
数据列表
必填
createUserId
object
示例:null
必填
createTime
string
示例:2020-04-24 20:54:00
必填
updateUserId
object
示例:null
必填
updateTime
string
示例:2020-04-24 21:52:26
必填
dataStatus
int
示例:1
必填
id
int
示例:1
必填
checkItemId
int
示例:2
必填
url
string
示例:D:\tupian\pictures/checkItemPic/2020-04-24/291beff1-5bfe-454e-b732-3f5ecb9c5070.png
必填
departmentName
string
示例:斑西
必填
personName
string
示例:蒋林
必填
originalCheckItemId
object
示例:null
必填

说明 / 示例

{ "code": "EPP01_0000", "message": "成功", "data": { "createUserId": null, "createTime": "2020-04-24 21:52:15", "updateUserId": null, "updateTime": "2020-04-25 16:08:50", "dataStatus": 1, "id": 2, "personId": 7, "departmentId": 2, "planId": 1, "remark": "清扫不干净", "score": 10, "itemStatus": 4, "picUrlList": [ { "createUserId": null, "createTime": "2020-04-24 20:54:00", "updateUserId": null, "updateTime": "2020-04-24 21:52:26", "dataStatus": 1, "id": 1, "checkItemId": 2, "url": "D:\\tupian\\pictures/checkItemPic/2020-04-24/291beff1-5bfe-454e-b732-3f5ecb9c5070.png" }, { "createUserId": null, "createTime": "2020-04-24 21:16:29", "updateUserId": null, "updateTime": "2020-04-24 21:52:26", "dataStatus": 1, "id": 2, "checkItemId": 2, "url": "D:\\tupian\\pictures/checkItemPic/2020-04-24/5e046970-d719-45fa-9c95-a656a2313a86.png" }, { "createUserId": null, "createTime": "2020-04-24 21:57:53", "updateUserId": null, "updateTime": "2020-04-24 21:59:45", "dataStatus": 1, "id": 4, "checkItemId": 2, "url": "D:\\tupian\\pictures/checkItemPic/2020-04-24/baed43f9-b472-413a-bc4a-96ccc413a359.png" } ], "departmentName": "斑西", "personName": "蒋林", "originalCheckItemId": null } }