101captain
2022-02-11 52f08686451a117dbb3058608a45c04ca8b16cb2
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComActSocialWorker.java
@@ -107,8 +107,12 @@
     * 分类id
     */
    @ApiModelProperty(value = "分类id")
    private Long skillType;
    private String skillType;
    /**
     * 分类名称
     */
    @ApiModelProperty(value = "分类id")
    private String skillTypeName;
    /**
     * 入职时间
     */
@@ -151,4 +155,9 @@
    @ApiModelProperty(value = "是否证件 0否 1是")
    private Integer credential;
    /**
     * 年龄
     */
    private Integer age;
}