Merge branch '1.47' of https://git.oschina.net/dreamhua/GH-ASSISTv1.45 into 1.47
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user