app/src/main/java/com/hdl/photovoltaic/bean/LocalResponse.java
@@ -5,7 +5,7 @@ private String time_stamp; private String code; private int code = -1; private String msg; private Object objects; @@ -34,11 +34,11 @@ this.objects = objects; } public String getCode() { return code == null ? "" : code; public int getCode() { return this.code; } public void setCode(String code) { public void setCode(int code) { this.code = code; }