From bbda2ee1af4e86d76f93e00386d77efb56c60d5f Mon Sep 17 00:00:00 2001
From: puhanshu <a9236326>
Date: 星期六, 23 七月 2022 15:42:06 +0800
Subject: [PATCH] bug修改

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActSocialOrgVO.java |   69 +++++++++++++++++++++++++++++++++-
 1 files changed, 66 insertions(+), 3 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActSocialOrgVO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActSocialOrgVO.java
index 619fec3..9ec4222 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActSocialOrgVO.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActSocialOrgVO.java
@@ -35,7 +35,7 @@
      * 成立时间
      */
     @ApiModelProperty(value = "成立时间")
-    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
+    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
     private Date buildDate;
 
     /**
@@ -210,7 +210,7 @@
      * 创建时间
      */
     @ApiModelProperty(value = "创建时间")
-    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
+    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
     private Date createAt;
 
     /**
@@ -223,7 +223,7 @@
      * 更新时间
      */
     @ApiModelProperty(value = "更新时间")
-    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
+    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
     private Date updateAt;
 
     private Long communityId;
@@ -242,4 +242,67 @@
 
     @ApiModelProperty("权限id")
     private Long roleId;
+
+    @ApiModelProperty("状态")
+    private Integer status;
+
+    @ApiModelProperty("成立方式 1社区孵化 2民政注册")
+    private Integer buildType;
+
+    @ApiModelProperty("经度")
+    private String longitude;
+
+    @ApiModelProperty("纬度")
+    private String latitude;
+
+    @ApiModelProperty("服务类型")
+    private String serviceType;
+
+    @ApiModelProperty("街道id")
+    private Long streetId;
+
+    @ApiModelProperty("服务类型名称")
+    private String serviceName;
+
+    @ApiModelProperty("所属机构名称")
+    private String streetName;
+
+    @ApiModelProperty("是否三社 0否1是")
+    private Integer isSociety;
+
+    /**
+     * 描述
+     */
+    @ApiModelProperty("描述")
+    private String description;
+
+    @ApiModelProperty("社区名字")
+    private String communityName;
+
+    @ApiModelProperty("孵化单位")
+    private Long hatchUnit;
+
+    @ApiModelProperty("孵化单位类型(1.街道 2.社区)")
+    private Integer hatchUnitType;
+
+    @ApiModelProperty("孵化单位名称")
+    private String hatchUnitName;
+
+    @ApiModelProperty("挂靠单位")
+    private Long affiliatedUnit;
+
+    @ApiModelProperty("挂靠单位类型(1.街道 2.社区)")
+    private Integer affiliatedUnitType;
+
+    @ApiModelProperty("挂靠单位名称")
+    private String affiliatedUnitName;
+
+    @ApiModelProperty("承办项目数")
+    private Integer undertakeProjectNum;
+
+    @ApiModelProperty("开展活动数")
+    private Integer startActNum;
+
+    @ApiModelProperty("孵化进度(1.已进驻 2.孵化中 3.通过评估 4.出壳)")
+    private Integer hatchSchedule;
 }

--
Gitblit v1.7.1