This commit is contained in:
huangzhuanghua
2016-07-01 17:39:54 +08:00
4 changed files with 214 additions and 174 deletions

View File

@ -26,6 +26,26 @@ public class GameEntity {
private TestEntity test;
private String type;
private String image;
public String getType() {
return type;
}
public void setType(String type) {
this.type = type;
}
public String getImage() {
return image;
}
public void setImage(String image) {
this.image = image;
}
@SerializedName("d_button_add_word")
private String downloadAddWord;