zhaozhengjie
2022-10-09 3940e5ebf6a2fecca5fc75c9e5d8a325c5842681
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/model/dos/SysDeptDO.java
@@ -19,7 +19,7 @@
    private static final long serialVersionUID = 1L;
    /** 部门ID */
    @TableId(type = IdType.AUTO)
    @TableId(type = IdType.ASSIGN_ID)
    private Long deptId;
    /** 父部门ID */