소스 검색

Merge branch 'dev' of huangwenjie/patient-co-management into dev

yeshijie 7 년 전
부모
커밋
f360a2f024
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      common/common-entity/src/main/java/com/yihu/wlyy/entity/doctor/reply/DoctorQuickReply.java

+ 1 - 1
common/common-entity/src/main/java/com/yihu/wlyy/entity/doctor/reply/DoctorQuickReply.java

@ -25,7 +25,7 @@ public class DoctorQuickReply extends IdEntity {
    private Integer status;
    // 类型 0为健康教育,1为续方咨询
    private Integer type;
    // 1为默认消息,0为自定义消息
    // 0为自定义消息  大于0的为系统消息
    private Integer systag;
    public String getDoctor() {