d
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package entity;
|
||||
|
||||
import android.databinding.BaseObservable;
|
||||
import android.support.annotation.Keep;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.util.ArrayList;
|
||||
@@ -11,7 +12,7 @@ public class DiscoveryListEntity extends BaseObservable implements Serializable
|
||||
private String goods_detail;
|
||||
private ArrayList<String> pic;
|
||||
private String thumb;
|
||||
private int type;
|
||||
private String type;
|
||||
private String ctime;
|
||||
private String avatar;
|
||||
private String nickname;
|
||||
@@ -59,11 +60,11 @@ public class DiscoveryListEntity extends BaseObservable implements Serializable
|
||||
this.thumb = thumb;
|
||||
}
|
||||
|
||||
public int getType() {
|
||||
public String getType() {
|
||||
return type;
|
||||
}
|
||||
|
||||
public void setType(int type) {
|
||||
public void setType(String type) {
|
||||
this.type = type;
|
||||
}
|
||||
|
||||
@@ -114,7 +115,7 @@ public class DiscoveryListEntity extends BaseObservable implements Serializable
|
||||
public void setLike(ArrayList<Like> like) {
|
||||
this.like = like;
|
||||
}
|
||||
|
||||
@Keep
|
||||
public static class Dis_content extends BaseObservable implements Serializable {
|
||||
|
||||
private String nickname;
|
||||
|
||||
Reference in New Issue
Block a user