新增【全服公告优化】

This commit is contained in:
2024-05-27 13:48:52 +08:00
parent c33975fe67
commit bc63a3e601
6 changed files with 57 additions and 10 deletions

View File

@@ -37,6 +37,8 @@ public class AllServerNotifyFFGGGDJANEvent extends BaseModel {
private List<ButtonStyleDTO> buttonStyle;
@SerializedName("h5_type")
private String h5Type;
@SerializedName("left_image")
private String leftImage;
public String getH5Type() {
return h5Type;
@@ -47,6 +49,14 @@ public class AllServerNotifyFFGGGDJANEvent extends BaseModel {
return this;
}
public String getLeftImage() {
return leftImage;
}
public void setLeftImage(String leftImage) {
this.leftImage = leftImage;
}
public String getMethod() {
return method;
}