|
@ -44,6 +44,30 @@ public class BaseBannerDoctorDO extends UuidIdentityEntityWithOperator {
|
|
|
*业务名称
|
|
|
*/
|
|
|
private String receiverName;
|
|
|
/**
|
|
|
*内容
|
|
|
*/
|
|
|
private String content;
|
|
|
/**
|
|
|
*给医生送锦旗/评价送锦旗
|
|
|
*/
|
|
|
private Integer relationType;
|
|
|
|
|
|
public Integer getRelationType() {
|
|
|
return relationType;
|
|
|
}
|
|
|
|
|
|
public void setRelationType(Integer relationType) {
|
|
|
this.relationType = relationType;
|
|
|
}
|
|
|
|
|
|
public String getContent() {
|
|
|
return content;
|
|
|
}
|
|
|
|
|
|
public void setContent(String content) {
|
|
|
this.content = content;
|
|
|
}
|
|
|
|
|
|
public String getPatientId() {
|
|
|
return patientId;
|