lidongdong
2024-07-11 eef6d2bcdb29348efe4ef17bc45a4c6886b487b1
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActWorkGuideDO.java
@@ -17,8 +17,8 @@
@TableName(value = "com_act_work_guide")
public class ComActWorkGuideDO extends BaseDO implements Serializable {
    /** 自增 id */
    @TableId(type = IdType.AUTO)
    private Long id;
    @TableId(type = IdType.ASSIGN_ID)
    private String id;
    /**
     * 办事指南标题
     */
@@ -30,7 +30,7 @@
    /**
     * 办事指南分类
     */
    private Integer classify;
    private String classify;
    /**
     * 办理时间
     */