app/src/main/java/com/dayu/pipirrapp/bean/net/ImageResult.java
@@ -10,6 +10,15 @@ public class ImageResult { String id; String webPath; String webPathZip; public String getWebPathZip() { return webPathZip; } public void setWebPathZip(String webPathZip) { this.webPathZip = webPathZip; } public String getId() { return id;