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