| | |
| | | |
| | | import com.hz.his.dto.PageDto; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | |
| | | private String adminId; |
| | | //创建人名称 |
| | | private String adminName; |
| | | //面诊方案 |
| | | private String facePlan; |
| | | //满意度 0=不满意 1=一般 2=满意 |
| | | private Integer satisfie; |
| | | //创建时间 |
| | | private Date createTime; |
| | | |
| | | //本次治疗项目 多个逗号分割 |
| | | private String treatProjectIds; |
| | | //推荐项目 多个逗号分割 |
| | | private String recommendProjectIds; |
| | | //治疗医生名称 |
| | | private String treatDoctorName; |
| | | |
| | | |
| | | //修改传值 |
| | |
| | | private List<Map<String,Object>> treatProjectList; |
| | | //推荐项目 |
| | | private List<Map<String,Object>> recommendProjectList; |
| | | |
| | | //小程序搜索时 有个页面是需要传时间的 |
| | | private String startTime; |
| | | private String endTime; |
| | | |
| | | //搜索条件 |
| | | //用户名查找 |
| | | private String userName; |
| | | //客户来源渠道分类 |
| | | private String channelsTypeId; |
| | | //客户来源一级渠道 |
| | | private String channelId; |
| | | //客户来源二级渠道 |
| | | private String channel2Id; |
| | | //咨询师 |
| | | private String hisCorpUserId; |
| | | //电网咨询师 |
| | | private String internetCorpUserId; |
| | | //客服 |
| | | private String chatCorpUserId; |
| | | //创建人 |
| | | private String createEmployeeId; |
| | | //创建人部门 |
| | | private String createEmployeePartId; |
| | | //关注活动 |
| | | private String focusActivityId; |
| | | //到访类型 |
| | | private String recentVisitType; |
| | | //到访状态 |
| | | private Integer recentVisitStatus; |
| | | //是否成交 |
| | | private Integer isMakeADeal; |
| | | |
| | | public ConsultRecordDto() { |
| | | } |
| | |
| | | public void setRecommendProjectList(List<Map<String, Object>> recommendProjectList) { |
| | | this.recommendProjectList = recommendProjectList; |
| | | } |
| | | |
| | | public String getFacePlan() { |
| | | return facePlan; |
| | | } |
| | | |
| | | public void setFacePlan(String facePlan) { |
| | | this.facePlan = facePlan; |
| | | } |
| | | |
| | | public Integer getSatisfie() { |
| | | return satisfie; |
| | | } |
| | | |
| | | public void setSatisfie(Integer satisfie) { |
| | | this.satisfie = satisfie; |
| | | } |
| | | |
| | | public String getTreatDoctorName() { |
| | | return treatDoctorName; |
| | | } |
| | | |
| | | public void setTreatDoctorName(String treatDoctorName) { |
| | | this.treatDoctorName = treatDoctorName; |
| | | } |
| | | |
| | | public String getStartTime() { |
| | | return startTime; |
| | | } |
| | | |
| | | public void setStartTime(String startTime) { |
| | | this.startTime = startTime; |
| | | } |
| | | |
| | | public String getEndTime() { |
| | | return endTime; |
| | | } |
| | | |
| | | public void setEndTime(String endTime) { |
| | | this.endTime = endTime; |
| | | } |
| | | |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | | } |
| | | |
| | | public void setCreateTime(Date createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public String getUserName() { |
| | | return userName; |
| | | } |
| | | |
| | | public void setUserName(String userName) { |
| | | this.userName = userName; |
| | | } |
| | | |
| | | public String getChannelsTypeId() { |
| | | return channelsTypeId; |
| | | } |
| | | |
| | | public void setChannelsTypeId(String channelsTypeId) { |
| | | this.channelsTypeId = channelsTypeId; |
| | | } |
| | | |
| | | public String getChannelId() { |
| | | return channelId; |
| | | } |
| | | |
| | | public void setChannelId(String channelId) { |
| | | this.channelId = channelId; |
| | | } |
| | | |
| | | public String getChannel2Id() { |
| | | return channel2Id; |
| | | } |
| | | |
| | | public void setChannel2Id(String channel2Id) { |
| | | this.channel2Id = channel2Id; |
| | | } |
| | | |
| | | public String getHisCorpUserId() { |
| | | return hisCorpUserId; |
| | | } |
| | | |
| | | public void setHisCorpUserId(String hisCorpUserId) { |
| | | this.hisCorpUserId = hisCorpUserId; |
| | | } |
| | | |
| | | public String getInternetCorpUserId() { |
| | | return internetCorpUserId; |
| | | } |
| | | |
| | | public void setInternetCorpUserId(String internetCorpUserId) { |
| | | this.internetCorpUserId = internetCorpUserId; |
| | | } |
| | | |
| | | public String getChatCorpUserId() { |
| | | return chatCorpUserId; |
| | | } |
| | | |
| | | public void setChatCorpUserId(String chatCorpUserId) { |
| | | this.chatCorpUserId = chatCorpUserId; |
| | | } |
| | | |
| | | public String getCreateEmployeeId() { |
| | | return createEmployeeId; |
| | | } |
| | | |
| | | public void setCreateEmployeeId(String createEmployeeId) { |
| | | this.createEmployeeId = createEmployeeId; |
| | | } |
| | | |
| | | public String getCreateEmployeePartId() { |
| | | return createEmployeePartId; |
| | | } |
| | | |
| | | public void setCreateEmployeePartId(String createEmployeePartId) { |
| | | this.createEmployeePartId = createEmployeePartId; |
| | | } |
| | | |
| | | public String getFocusActivityId() { |
| | | return focusActivityId; |
| | | } |
| | | |
| | | public void setFocusActivityId(String focusActivityId) { |
| | | this.focusActivityId = focusActivityId; |
| | | } |
| | | |
| | | public String getRecentVisitType() { |
| | | return recentVisitType; |
| | | } |
| | | |
| | | public void setRecentVisitType(String recentVisitType) { |
| | | this.recentVisitType = recentVisitType; |
| | | } |
| | | |
| | | public Integer getRecentVisitStatus() { |
| | | return recentVisitStatus; |
| | | } |
| | | |
| | | public void setRecentVisitStatus(Integer recentVisitStatus) { |
| | | this.recentVisitStatus = recentVisitStatus; |
| | | } |
| | | |
| | | public Integer getIsMakeADeal() { |
| | | return isMakeADeal; |
| | | } |
| | | |
| | | public void setIsMakeADeal(Integer isMakeADeal) { |
| | | this.isMakeADeal = isMakeADeal; |
| | | } |
| | | } |