101captain
2022-07-24 c02e4e8ebd88f2d277935111ca16f2119adbac23
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActActivityDO.java
@@ -26,7 +26,7 @@
    /**
     * 自增id
     */
    @TableId(type = IdType.AUTO)
    @TableId(type = IdType.ASSIGN_ID)
    private Long id;
    /**
@@ -211,7 +211,7 @@
    private String activityType;
    /**
     * 是否居民活动
     * 是否项目
     */
    private Integer isProject;
@@ -238,13 +238,19 @@
     * 签退范围,默认0无限制
     */
    private Integer signOutRange;
    /**
     * 单次活动时长
     */
    private Integer activityTime;
    /**
     * 单次活动时长(小时)
     */
    private Integer duration;
    private Integer isArticle;
    private String  jumpArticleUrl;
    private Long relationId;
    private String phone;
    private Long checkUnitId;
}