lidongdong
2023-11-14 ce4a770744d7a0b4e4ea3b5101556b94e72bdf1c
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/model/dos/ComPbDynDO.java
@@ -21,7 +21,7 @@
    /**
     * 党建动态id
     */
    @TableId(type = IdType.AUTO)
    @TableId(type = IdType.ASSIGN_ID)
    private Long id;
    /**
@@ -82,4 +82,13 @@
     * 跳转链接
     */
    private String jumpUrl;
    /**
     * 跳转状态
     */
    private Integer jumpType;
    /**
     * 政策分类: 1-社工人才政策 2-社会组织培育政策 3-其他政策
     */
    private Integer policyType;
}