SZH
2022-08-11 b13227fa444e821fb4d9ee52bcc86746925fb6e8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;
    }
}