songhuangfeng123
2022-08-19 2595c1008bfe2d0d5e01f3b6b035faa7ccb8a2b8
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;
    }