文档
测试

负责人确认本中队检查完成

POST
http://localhost:8094/management/checkPlan/departmentFinish/:checkPlanId/:departmentId

请求参数

参数名
类型
描述
必填
checkPlanId
int
示例:1
必填
departmentId
int
示例:2
必填

响应参数

参数名
类型
描述
必填
code
string
示例:EPP01_0000
必填
message
string
示例:成功
必填
data
object
数据字典
必填
createUserId
int
创建者 示例:7
必填
createTime
string
示例:2020-04-24 19:32:56
必填
updateUserId
object
示例:null
必填
updateTime
string
示例:2020-04-25 08:54:23
必填
dataStatus
int
示例:1
必填
id
int
示例:1
必填
checkTime
string
检查时间 示例:2020-04-25
必填
inChargePeopleId
int
负责人id 示例:8
必填
planStatus
int
示例:3
必填
checkProgress
int
检查进度 示例:100
必填
summary
object
总结 示例:null
必填

说明 / 示例

返回数据 { "code": "EPP01_0000", "message": "成功", "data": { "createUserId": 7, "createTime": "2020-04-24 19:32:56", "updateUserId": null, "updateTime": "2020-04-25 08:54:23", "dataStatus": 1, "id": 1, "checkTime": "2020-04-25", "inChargePeopleId": 8, "planStatus": 3, "checkProgress": 100, "summary": null } }