From ab691d0df2bbc92d7d26004dd90654b313d36d8f Mon Sep 17 00:00:00 2001 From: fwq <582742538@qq.com> Date: 星期二, 23 四月 2024 15:07:36 +0800 Subject: [PATCH] 字段 --- phis-feign/src/main/java/com/hz/his/dto/consultation/ConsultRecordDto.java | 143 +++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 137 insertions(+), 6 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 663dd5a..8bbd680 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 @@ -17,7 +17,7 @@ private String userId; //闂ㄥ簵/璇婃墍ID private String shopId; - //鍜ㄨ绫诲瀷 0=鏍囧噯锛堟棫鐗堬級 1=鍒濊瘖 2=澶嶈瘖 3=澶嶆煡 4=鐤楃▼鍐� 5=鍐嶆秷璐� 6=娌夌潯瀹� + //鍜ㄨ绫诲瀷 0=鏍囧噯锛堟棫鐗堬級 1=鍒濊瘖 2=澶嶈瘖 private Integer consultType; //婊℃剰搴� 0=涓嶆弧鎰� 1=涓�鑸� 2=婊℃剰 private Integer satisfie; @@ -54,22 +54,24 @@ //鎺ㄨ崘椤圭洰 澶氫釜閫楀彿鍒嗗壊 private String recommendProjectIds; //涓婃娌荤枟鍖荤敓ID - @JsonInclude(JsonInclude.Include.NON_NULL) private String lastTreatDoctorId; //涓婃娌荤枟椤圭洰json瀛楃涓� ["椤圭洰ID","椤圭洰ID"] - @JsonInclude(JsonInclude.Include.NON_NULL) private String lastTreatProjects; + //鍜ㄨ鏂瑰紡浠g爜 + private String methodCode; + //鍜ㄨ鏂瑰紡鍚嶇О + private String methodCodeName; //------------- 淇敼浼犲�� private String id; - //------------- 闈炲垵璇� 澶嶈瘖 璇︽儏杩斿洖 + //------------- 璇︽儏杩斿洖 //娌荤枟鍖荤敓鍚嶇О - @JsonInclude(JsonInclude.Include.NON_NULL) + private String faceDoctorName; + //娌荤枟鍖荤敓鍚嶇О private String treatDoctorName; //涓婃娌荤枟鍖荤敓鍚嶇О - @JsonInclude(JsonInclude.Include.NON_NULL) private String lastTreatDoctorName; //------------ 璇︽儏杩斿洖鍊艰ˉ鍏� @@ -104,6 +106,10 @@ //鍜ㄨ甯� @JsonInclude(JsonInclude.Include.NON_NULL) private String hisCorpUserId; + //鐢ㄦ埛椤鹃棶鍚嶇О + private String hisCorpUserName; + //鎵嬫満鍙� + private String tel; //鐢电綉鍜ㄨ甯� @JsonInclude(JsonInclude.Include.NON_NULL) private String internetCorpUserId; @@ -129,12 +135,33 @@ @JsonInclude(JsonInclude.Include.NON_NULL) private Integer isMakeADeal; + //鍒楄〃鎺ュ彛 灏忕▼搴忎篃浣跨敤 鍖哄垎鏄惁鏄粠鐢ㄦ埛璇︽儏杩涘幓鐨� + private Integer isDetail; + /**褰撳墠椤垫暟*/ private Integer pageNum = 1; /**褰撳墠椤垫樉绀烘潯鏁�*/ private Integer pageSize = 20; /**鍏抽敭瀛�*/ private String keyWord; + /**鏌ヨ鏂瑰紡*/ + private String useType; + + // --------- 澶嶈瘖琛ュ厖鏂板瓧娈� + //瀹㈡埛鐤戣檻 + private String doubt; + //寮傝 + private String dissent; + //棰勭畻 + private String budget; + // 鎰熷叴瓒g殑娲诲姩 + private String interestedActivities; + //瀹汉鍚庣画鏄惁鏈夊畨鎺掍簨鎯呭拰宸ヤ綔 + private String followUpWorks; + + + /***瀵煎尰鐢ㄦ埛娌荤枟灞忔搷浣滄椂 鏌ヨ鍜ㄨ璁板綍闇�瑕佽緭鍏ユ牎楠屽瘑鐮� 鐢ㄦ埛ciq鍚庡洓浣�**/ + private String checkPassword; public ConsultRecordDto() { } @@ -307,6 +334,14 @@ this.satisfie = satisfie; } + public String getFaceDoctorName() { + return faceDoctorName; + } + + public void setFaceDoctorName(String faceDoctorName) { + this.faceDoctorName = faceDoctorName; + } + public String getTreatDoctorName() { return treatDoctorName; } @@ -378,6 +413,22 @@ public void setHisCorpUserId(String hisCorpUserId) { this.hisCorpUserId = hisCorpUserId; + } + + public String getHisCorpUserName() { + return hisCorpUserName; + } + + public void setHisCorpUserName(String hisCorpUserName) { + this.hisCorpUserName = hisCorpUserName; + } + + public String getTel() { + return tel; + } + + public void setTel(String tel) { + this.tel = tel; } public String getInternetCorpUserId() { @@ -507,4 +558,84 @@ public void setKeyWord(String keyWord) { this.keyWord = keyWord; } + + public String getMethodCode() { + return methodCode; + } + + public void setMethodCode(String methodCode) { + this.methodCode = methodCode; + } + + public String getMethodCodeName() { + return methodCodeName; + } + + public void setMethodCodeName(String methodCodeName) { + this.methodCodeName = methodCodeName; + } + + public String getUseType() { + return useType; + } + + public void setUseType(String useType) { + this.useType = useType; + } + + public Integer getIsDetail() { + return isDetail; + } + + public void setIsDetail(Integer isDetail) { + this.isDetail = isDetail; + } + + public String getDoubt() { + return doubt; + } + + public void setDoubt(String doubt) { + this.doubt = doubt; + } + + public String getDissent() { + return dissent; + } + + public void setDissent(String dissent) { + this.dissent = dissent; + } + + public String getBudget() { + return budget; + } + + public void setBudget(String budget) { + this.budget = budget; + } + + public String getInterestedActivities() { + return interestedActivities; + } + + public void setInterestedActivities(String interestedActivities) { + this.interestedActivities = interestedActivities; + } + + public String getFollowUpWorks() { + return followUpWorks; + } + + public void setFollowUpWorks(String followUpWorks) { + this.followUpWorks = followUpWorks; + } + + public String getCheckPassword() { + return checkPassword; + } + + public void setCheckPassword(String checkPassword) { + this.checkPassword = checkPassword; + } } \ No newline at end of file -- Gitblit v1.8.0