liujie
2025-06-09 70d2a5d0f9c6951b2d4cac954041ed73582ff7eb
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/entity/ComActSocialOrg.java
@@ -34,7 +34,7 @@
     * ID
     */
    @ApiModelProperty(value = "ID")
    @TableId(type = IdType.AUTO)
    @TableId(type = IdType.ASSIGN_ID)
    private Long id;
    /**
@@ -264,7 +264,7 @@
    private String latitude;
    @ApiModelProperty("服务类型")
    private Long serviceType;
    private String serviceType;
    @ApiModelProperty("街道id")
    private Long streetId;
@@ -272,4 +272,22 @@
    @ApiModelProperty("是否三社 0否1是")
    private Integer isSociety;
    @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;
}