From 99ac84a652837b05b0bf9ef6055ce0ca19b9efaa Mon Sep 17 00:00:00 2001
From: rx <auster_i@163.com>
Date: 星期四, 31 八月 2023 11:13:09 +0800
Subject: [PATCH] Merge branch 'rx-0822-咨询记录' into master-test

---
 phis-feign/src/main/java/com/hz/his/dto/consultation/ConsultRecordDto.java |  194 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 194 insertions(+), 0 deletions(-)

diff --git a/phis-feign/src/main/java/com/hz/his/dto/consultation/ConsultRecordDto.java b/phis-feign/src/main/java/com/hz/his/dto/consultation/ConsultRecordDto.java
index b094220..d6b575a 100644
--- a/phis-feign/src/main/java/com/hz/his/dto/consultation/ConsultRecordDto.java
+++ b/phis-feign/src/main/java/com/hz/his/dto/consultation/ConsultRecordDto.java
@@ -2,6 +2,7 @@
 
 import com.hz.his.dto.PageDto;
 
+import java.util.Date;
 import java.util.List;
 import java.util.Map;
 
@@ -43,11 +44,19 @@
     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;
 
 
     //淇敼浼犲��
@@ -58,6 +67,38 @@
     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() {
     }
@@ -231,4 +272,157 @@
     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;
+    }
 }
\ No newline at end of file

--
Gitblit v1.8.0