springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ConvenientServiceCategoryDO.java
@@ -27,7 +27,7 @@ /** * 主键id */ @TableId(type = IdType.AUTO) @TableId(type = IdType.ASSIGN_ID) private Long id; /** * 分类名称 @@ -65,4 +65,6 @@ * 更新人 */ private Long updatedBy; private String areaCode; }