songhuangfeng123
2022-09-08 bfb4c1e1d4e3f99f74a51ef5b67531f9d91d0dde
incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/query/AccidentReportCountQuery.java
@@ -11,6 +11,16 @@
    private int month;
    private String realMonth;
    public String getRealMonth() {
        return realMonth;
    }
    public void setRealMonth(String realMonth) {
        this.realMonth = realMonth;
    }
    public String getLevel() {
        return level;
    }