| File was renamed from incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/query/AccidentReportRPCQuery.java |
| | |
| | | package com.gkhy.safePlatform.incidentManage.query; |
| | | |
| | | public class AccidentReportRPCQuery { |
| | | public class AccidentReportCountQuery { |
| | | |
| | | private String level; |
| | | |
| | |
| | | |
| | | private int month; |
| | | |
| | | private String realMonth; |
| | | |
| | | public String getRealMonth() { |
| | | return realMonth; |
| | | } |
| | | |
| | | public void setRealMonth(String realMonth) { |
| | | this.realMonth = realMonth; |
| | | } |
| | | |
| | | public String getLevel() { |
| | | return level; |
| | | } |