songhuangfeng123
2022-07-28 306d231e1906f60e7ecf3d25aac45dee802a61e2
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;
    }
}