From 4829593daa194b175e9e914634d352c7c4f0ffc6 Mon Sep 17 00:00:00 2001
From: fhx <308050795@qq.com>
Date: 星期二, 29 八月 2023 14:31:00 +0800
Subject: [PATCH] Merge branch 'master-prod-new' into master-test

---
 phis-feign/src/main/java/com/hz/his/dto/user/UserParamDto.java |   53 +++--------------------------------------------------
 1 files changed, 3 insertions(+), 50 deletions(-)

diff --git a/phis-feign/src/main/java/com/hz/his/dto/user/UserParamDto.java b/phis-feign/src/main/java/com/hz/his/dto/user/UserParamDto.java
index 857707f..5ba8886 100644
--- a/phis-feign/src/main/java/com/hz/his/dto/user/UserParamDto.java
+++ b/phis-feign/src/main/java/com/hz/his/dto/user/UserParamDto.java
@@ -1,10 +1,8 @@
 package com.hz.his.dto.user;
 
 
-import com.fasterxml.jackson.annotation.JsonFormat;
 import lombok.Data;
 import lombok.ToString;
-import org.springframework.format.annotation.DateTimeFormat;
 
 import java.util.Date;
 
@@ -14,36 +12,16 @@
  */
 @Data
 @ToString
-public class UserParamDto {
+public class UserParamDto extends UserBaseInfoDto {
+
 
     /** 鏉ユ簮淇℃伅 */
     private UserUnionDto userUnion;
 
-    /** 鐢ㄦ埛id */
-    private String userId;
-    /** 濮撳悕 */
-    private String name;
-    /** 涓荤數璇濆彿鐮� */
-    private String tel;
-    /** 鍥剧墖 */
-    private String imgUrl;
     /** 浼氬憳绛夌骇 */
     private String userLevel;
     /** 鏄熺骇,100涓�1鏄燂紝150涓�1.5鏄� */
     private Integer starLevel;
-    /** 鐢ㄦ埛绫诲瀷 */
-    private String userType;
-
-    /** 娓犻亾鏉ユ簮绫诲瀷 */
-    private String channelCategory= CATEGORY_ONESELF;
-    /** 鏉ユ簮id */
-    private String channelId;
-    /** 鏉ユ簮 */
-    private String channelType;
-    /** 浜岀骇鏉ユ簮id */
-    private String channel2Id;
-    /** 浜岀骇鏉ユ簮 */
-    private String channelType2;
 
     /** 鍓笭閬撴爣璇� */
     private String channelAssistId;
@@ -56,14 +34,10 @@
 
     /** QQ */
     private String QQ;
-    /** 鎬у埆 */
-    private Integer gender = SEX_WUMAN;
     /** CIQ */
     private String CIQ;
     /** 浼氬憳鍙� */
     private String memberNO;
-    /** 澶囨敞 */
-    private String remark;
 
     /** 娑堣垂閲戦 */
     private String money;
@@ -72,43 +46,26 @@
     /** 涓婁竴娆¢绾︾殑椤鹃棶 */
     private String lastCorpUserId;
 
-    /** 璇佷欢绫诲瀷 */
-    private Integer certificateType;
-    /** 璇佷欢缂栧彿 */
-    private String certificateNo;
-    /** 鐢熸棩yyyy-MM-dd" */
-    private String birthDay;
-
     /** 宸ヤ綔浜哄憳Id */
     private String corpUserId;
     /** 鎺ュ彛id */
     private String apiId;
-    /** 鎵�灞為【闂�(閿�鍞【闂�) */
-    private String hisCorpUserId;
     /** 瀹㈡埛寮�鍙戜汉鍛樺伐id */
     private String customerDeveloperId;
-    /** 鎵�灞為棬搴梚d */
-    private String shopId;
 
     /** 鐢ㄦ埛瑙掕壊 */
     private Integer userRole;
     /**  鎷奸煶鐮�*/
     private String pinyinCode;
 
-    /** 鐢电綉鍜ㄨ椤鹃棶 */
-    private String internetCorpUserId;
     /**  鎵�灞炵編瀹瑰笀*/
     private String beauticianCorpUserId;
-    /** 瀹㈡湇涓撳憳 */
-    private String chatCorpUserId;
     /** 鍜ㄨ鍔╃悊 */
     private String consultCorpUserId;
     /** 鍏变韩瀹㈡埛 */
     private Integer shareCustomer = 0;
     /** 鎵�灞炴姢澹� */
     private String nurseCorpUserId;
-    /** 鎵�灞炲尰鐢� */
-    private String doctorCorpUserId;
     /** 鍜ㄨ甯堥毝灞� */
     private String consultBelonging;
 
@@ -117,7 +74,7 @@
     /** 璇█绫诲瀷鍚嶇О */
     private String languageTypeName;
     /** 鐢ㄦ埛骞撮緞 */
-    private Integer year = 0;
+    private Integer year;
 
     /** 鏄熷骇绫诲瀷鍚嶇О */
     private String constellationTypeName;
@@ -148,8 +105,6 @@
     private String userInterestsJson;
     /** 绉戝鍏崇郴json */
     private String departmentJson;
-    /** 鐢ㄦ埛鍦板潃 json */
-    private String addressJson;
     /** 娆¤鐢佃瘽绨� json */
     private String phoneBooksJson;
 
@@ -169,8 +124,6 @@
 
     /** 鏇存柊鏃堕棿 */
     private Date updateTime;
-    /** 閭�璇蜂汉id  鐢ㄦ埛锛屽憳宸� */
-    private String inviteeId;
     /** 鎬у埆0鏈煡1鐢�2濂� */
     private Integer sex;
     /** 浼氬憳鍚嶇О */

--
Gitblit v1.8.0