101captain
2022-07-21 1e586a8778838c24cd2cfdfdcf18ab0132b6b09f
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngProvinceDO.java
@@ -10,7 +10,7 @@
@TableName(value = "com_mng_struct_area_province")
public class ComMngProvinceDO {
    /** 自增 id */
    @TableId(type = IdType.AUTO)
    @TableId(type = IdType.ASSIGN_ID)
    private Integer id;
    /** 省份名称 */