|
@ -80,15 +80,6 @@ public class SystemMessageDO extends UuidIdentityEntity {
|
|
|
private String reason;
|
|
|
private String code;
|
|
|
private String senderPhoto;
|
|
|
private String code;
|
|
|
@Column(name = "code")
|
|
|
public String getCode() {
|
|
|
return code;
|
|
|
}
|
|
|
|
|
|
public void setCode(String code) {
|
|
|
this.code = code;
|
|
|
}
|
|
|
|
|
|
@Column(name = "content")
|
|
|
public String getContent() {
|