From 560db6a1036201e7e2ac50f34ad4a418f17eaba6 Mon Sep 17 00:00:00 2001
From: 101captain <237651143@qq.com>
Date: 星期一, 06 六月 2022 11:01:11 +0800
Subject: [PATCH] bug修改

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComActSocialWorker.java |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComActSocialWorker.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComActSocialWorker.java
index 3b4651a..d6e02f2 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComActSocialWorker.java
+++ b/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;
+
 }

--
Gitblit v1.7.1