查看隐患
POST
http://localhost:8080/HiddenDanger/showAllHiddenDanger
接口描述
根据登录权限获取隐患信息
响应参数
参数名
类型
描述
必填
code
Integer
响应状态码
必填
msg
String
响应信息
必填
id
long
表格序号
必填
userName
String
检查人
必填
checkTime
Date
检查时间
必填
labName
String
检查对象
必填
department
String
检查对象隶属的部门
必填
existingDanger
String
存在的隐患
必填
rectificationMeasures
String
整改措施
必填
rectificationPerson
String
整改负责人
必填
rectificationFinishTime
Date
整改完成时间
必填
testPerson
String
验收人
必填
testTime
Date
验收时间
必填
isFinish
int
代表是否解决,0代表解决了,1代表还没有解决
必填