心愿单修改

This commit is contained in:
18401019693
2023-04-08 16:42:43 +08:00
parent b44524b25f
commit 28ef982b74
8 changed files with 39 additions and 56 deletions

View File

@@ -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;