songhuangfeng123
2022-07-21 73bec5d5d03df5855eb74c8144934541efc8eecd
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;
    }
}