songhuangfeng123
2022-08-19 759bbb8ee99665382a689fa90277a9b2279238da
incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/query/AccidentReportCountQuery.java
文件名从 incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/query/AccidentReportRPCQuery.java 修改
@@ -1,6 +1,6 @@
package com.gkhy.safePlatform.incidentManage.query;
public class AccidentReportRPCQuery {
public class AccidentReportCountQuery {
    private String level;
@@ -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;
    }