From 10df7e29b51d6a2efacc83d870856f57d97a9b66 Mon Sep 17 00:00:00 2001
From: yanghui <2536613402@qq.com>
Date: 星期一, 24 十月 2022 13:48:24 +0800
Subject: [PATCH] #feat 修改别名

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/sanshuo/ComSanshuoExpertDTO.java |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/sanshuo/ComSanshuoExpertDTO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/sanshuo/ComSanshuoExpertDTO.java
index dd77a44..b694f8d 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/sanshuo/ComSanshuoExpertDTO.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/sanshuo/ComSanshuoExpertDTO.java
@@ -1,5 +1,8 @@
 package com.panzhihua.common.model.dtos.community.sanshuo;
 
+import com.fasterxml.jackson.databind.annotation.JsonSerialize;
+import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
+import com.panzhihua.common.model.vos.LoginUserInfoVO;
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
@@ -14,6 +17,7 @@
      * id
      */
     @ApiModelProperty("id,修改时传")
+    @JsonSerialize(using = ToStringSerializer.class)
     private Long id;
 
     /**
@@ -37,7 +41,7 @@
     /**
      * 擅长解决时间类型
      */
-    @ApiModelProperty("擅长解决时间类型,多类型已,隔开")
+    @ApiModelProperty("擅长解决时间类型,多类型用,隔开")
     private String goodAt;
 
     /**
@@ -116,7 +120,7 @@
      * 行业分中心id
      */
     @ApiModelProperty("行业分中心id")
-    private String industryCenterId;
+    private Long industryCenterId;
 
     /**
      * 备用字段1
@@ -128,5 +132,8 @@
      */
     @ApiModelProperty("所属单位")
     private String unit;
+    private String unitId;
+
+
 
 }

--
Gitblit v1.7.1