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