心愿单修改
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package com.yunbao.common.bean;
|
||||
|
||||
import com.google.gson.Gson;
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
|
||||
public class XydCompleteModel extends BaseModel {
|
||||
@@ -64,6 +63,17 @@ public class XydCompleteModel extends BaseModel {
|
||||
private String equipment;
|
||||
@SerializedName("bubble")
|
||||
private String bubble;
|
||||
@SerializedName("xydgiftname")
|
||||
private String xydgiftname;
|
||||
|
||||
public String getXydgiftname() {
|
||||
return xydgiftname;
|
||||
}
|
||||
|
||||
public XydCompleteModel setXydgiftname(String xydgiftname) {
|
||||
this.xydgiftname = xydgiftname;
|
||||
return this;
|
||||
}
|
||||
|
||||
public String getMethod() {
|
||||
return method;
|
||||
|
||||
Reference in New Issue
Block a user