소스 검색

患者送锦旗实体新增字段

wangjun 4 년 전
부모
커밋
da0b95c0fa
1개의 변경된 파일24개의 추가작업 그리고 0개의 파일을 삭제
  1. 24 0
      common/common-entity/src/main/java/com/yihu/jw/entity/hospital/message/BaseBannerDoctorDO.java

+ 24 - 0
common/common-entity/src/main/java/com/yihu/jw/entity/hospital/message/BaseBannerDoctorDO.java

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