@@ -13,12 +13,9 @@ import lombok.Getter;
|
||||
*/
|
||||
public class OpenSignInAttachment extends CustomAttachment {
|
||||
|
||||
@Getter
|
||||
private ImNotice imNotice;
|
||||
|
||||
public ImNotice getImNotice() {
|
||||
return imNotice;
|
||||
}
|
||||
|
||||
public OpenSignInAttachment(int first, int second) {
|
||||
super(first, second);
|
||||
}
|
||||
|
@@ -8,26 +8,11 @@ import lombok.Data;
|
||||
* 提醒,{@link com.yizhuan.xchat_android_core.im.custom.bean.OpenSignInAttachment}
|
||||
* create by lvzebiao @2019/3/20
|
||||
*/
|
||||
|
||||
@Data
|
||||
public class ImNotice implements Serializable {
|
||||
|
||||
private String title;
|
||||
|
||||
private String content;
|
||||
|
||||
public String getTitle() {
|
||||
return title;
|
||||
}
|
||||
|
||||
public void setTitle(String title) {
|
||||
this.title = title;
|
||||
}
|
||||
|
||||
public String getContent() {
|
||||
return content;
|
||||
}
|
||||
|
||||
public void setContent(String content) {
|
||||
this.content = content;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user