张天森
2022-09-14 51ae32e8d8c5bad5b68974c1ddbb75a33258dbe3
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/sanshuo/ComSanshuoExpertDTO.java
@@ -1,5 +1,6 @@
package com.panzhihua.common.model.dtos.community.sanshuo;
import com.panzhihua.common.model.vos.LoginUserInfoVO;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
@@ -37,7 +38,7 @@
    /**
     * 擅长解决时间类型
     */
    @ApiModelProperty("擅长解决时间类型,多类型已,隔开")
    @ApiModelProperty("擅长解决时间类型,多类型用,隔开")
    private String goodAt;
    /**
@@ -116,7 +117,7 @@
     * 行业分中心id
     */
    @ApiModelProperty("行业分中心id")
    private String industryCenterId;
    private Long industryCenterId;
    /**
     * 备用字段1
@@ -129,4 +130,6 @@
    @ApiModelProperty("所属单位")
    private String unit;
}