springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngProvinceDO.java
@@ -10,8 +10,8 @@ @TableName(value = "com_mng_struct_area_province") public class ComMngProvinceDO { /** 自增 id */ @TableId(type = IdType.AUTO) private Integer id; @TableId(type = IdType.ASSIGN_ID) private Long id; /** 省份名称 */ private String provinceName;