101captain
2022-06-30 353af3243fc246c47d4ad8e076bfca1e99d2e89d
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;
}