emergency/emergency-service/src/main/java/com/gkhy/safePlatform/emergency/query/EmergencyPlanQuery.java
@@ -2,9 +2,19 @@ public class EmergencyPlanQuery { private Boolean abolishStatus; public Boolean getAbolishStatus() { return abolishStatus; } public void setAbolishStatus(Boolean abolishStatus) { this.abolishStatus = abolishStatus; } private String name ; private String type ; private Byte type ; public String getName() { return name; @@ -14,11 +24,11 @@ this.name = name; } public String getType() { public Byte getType() { return type; } public void setType(String type) { public void setType(Byte type) { this.type = type; } }