package com.gkhy.safePlatform.incidentManage.query.db; public class AccidentReportDBQuery { private Integer status; public Integer getStatus() { return status; } public void setStatus(Integer status) { this.status = status; } }