songhuangfeng123
2022-07-25 66350ce12dba3c2343ed05037c9e3a13750eece5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.gkhy.safePlatform.incidentManage.query;
 
public class AccidentReportQuery {
 
    private Boolean status;
 
    public Boolean getStatus() {
        return status;
    }
 
    public void setStatus(Boolean status) {
        this.status = status;
    }
}