101captain
2022-06-22 d1f987de8b002183f05cc68c89626a90bbb8a0a0
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComActActivityVO.java
@@ -241,7 +241,6 @@
    private Integer codeType;
    @ApiModelProperty("活动类型")
    @NotBlank(groups = AddGroup.class, message = "活动类型不能为空")
    private String activityType;
    private String areaCode;
@@ -285,4 +284,11 @@
    private Integer signCount;
    private Integer registerCount;
    private Integer isArticle;
    private String jumpArticleUrl;
    @ApiModelProperty(value = "街道id", hidden = true)
    private Long streetId;
}