yanghui
2022-10-19 e94a80ae3d9733eb2d6a5d9bcbd50a624f058caa
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;
}