| | |
| | | //推荐项目 多个逗号分割 |
| | | private String recommendProjectIds; |
| | | //上次治疗医生ID |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String lastTreatDoctorId; |
| | | //上次治疗项目json字符串 ["项目ID","项目ID"] |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String lastTreatProjects; |
| | | //咨询方式代码 |
| | | private String methodCode; |
| | |
| | | private String id; |
| | | |
| | | |
| | | //------------- 非初诊 复诊 详情返回 |
| | | //------------- 详情返回 |
| | | //治疗医生名称 |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String faceDoctorName; |
| | | //治疗医生名称 |
| | | private String treatDoctorName; |
| | | //上次治疗医生名称 |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String lastTreatDoctorName; |
| | | |
| | | //------------ 详情返回值补充 |
| | |
| | | //咨询师 |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String hisCorpUserId; |
| | | //用户顾问名称 |
| | | private String hisCorpUserName; |
| | | //电网咨询师 |
| | | @JsonInclude(JsonInclude.Include.NON_NULL) |
| | | private String internetCorpUserId; |
| | |
| | | this.satisfie = satisfie; |
| | | } |
| | | |
| | | public String getFaceDoctorName() { |
| | | return faceDoctorName; |
| | | } |
| | | |
| | | public void setFaceDoctorName(String faceDoctorName) { |
| | | this.faceDoctorName = faceDoctorName; |
| | | } |
| | | |
| | | public String getTreatDoctorName() { |
| | | return treatDoctorName; |
| | | } |
| | |
| | | this.hisCorpUserId = hisCorpUserId; |
| | | } |
| | | |
| | | public String getHisCorpUserName() { |
| | | return hisCorpUserName; |
| | | } |
| | | |
| | | public void setHisCorpUserName(String hisCorpUserName) { |
| | | this.hisCorpUserName = hisCorpUserName; |
| | | } |
| | | |
| | | public String getInternetCorpUserId() { |
| | | return internetCorpUserId; |
| | | } |