张天森
2022-10-18 15162727d8be8c25491722e70a422f6a3f1563fb
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComSanshuoExpert.java
@@ -1,5 +1,6 @@
package com.panzhihua.service_community.entity;
import com.alibaba.excel.annotation.ExcelProperty;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
@@ -28,26 +29,31 @@
    /**
     * 专家级别(1三说会堂2行业分中心3街道4社区)
     */
    @ExcelProperty("level")
    private Integer level;
    /**
     * 所属社区id
     */
    @ExcelProperty("communityId")
    private Long communityId;
    /**
     * 工作时间
     */
    @ExcelProperty("workTime")
    private String workTime;
    /**
     * 擅长解决时间类型
     */
    @ExcelProperty("goodAt")
    private String goodAt;
    /**
     * 姓名
     */
    @ExcelProperty("name")
    private String name;
    /**
@@ -58,6 +64,7 @@
    /**
     * 手机号
     */
    @ExcelProperty("phone")
    private String phone;
    /**
@@ -121,6 +128,7 @@
    private Integer count;
    @TableField(exist = false)
    private BigDecimal rate;
    private Integer added;
    @TableField(exist = false)