From a1acacfb8cfa4b0e2fc07fbf214f4f9b47636c98 Mon Sep 17 00:00:00 2001 From: fhx <308050795@qq.com> Date: 星期五, 15 三月 2024 18:44:10 +0800 Subject: [PATCH] Merge branch 'fhx-prod-FDD' into master-test --- phis-feign/src/main/java/com/hz/his/dto/consultation/ConsultRecordDto.java | 32 +++++++++++++++++++++++++++++++- 1 files changed, 31 insertions(+), 1 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 59ca0df..c1df09a 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 @@ -108,6 +108,8 @@ private String hisCorpUserId; //鐢ㄦ埛椤鹃棶鍚嶇О private String hisCorpUserName; + //鎵嬫満鍙� + private String tel; //鐢电綉鍜ㄨ甯� @JsonInclude(JsonInclude.Include.NON_NULL) private String internetCorpUserId; @@ -133,13 +135,17 @@ @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; public ConsultRecordDto() { } @@ -400,6 +406,14 @@ this.hisCorpUserName = hisCorpUserName; } + public String getTel() { + return tel; + } + + public void setTel(String tel) { + this.tel = tel; + } + public String getInternetCorpUserId() { return internetCorpUserId; } @@ -543,4 +557,20 @@ 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; + } } \ No newline at end of file -- Gitblit v1.8.0