lidongdong
2024-03-20 6fff9ddba2486cbc3ffb6cecf9beac5fcea63cae
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComActWorkGuideClassifyDO.java
@@ -24,7 +24,7 @@
    /**
    * 自增id
    */
    @TableId(type = IdType.AUTO)
    @TableId(type = IdType.ASSIGN_ID)
    private Long id;
    /**
@@ -47,4 +47,6 @@
    * 系统预置:1-是 0-否
    */
    private Integer sysFlag;
    private String areaCode;
}