Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/po/OrgDeptPO.java
@@ -28,12 +28,6 @@
    private String rowIndex;
    /**
     * 主键
     */
    @ExcelColumn(value="ID")
    private String id;
    /**
     * 部门名称
     */
    @ExcelColumn(value="名称",nullable = false)
@@ -60,8 +54,8 @@
    /**
     * 父id
     */
    @ExcelColumn(value="父ID(部门唯一标识ID)")
    private String parentId;
    @ExcelColumn(value="父部门名称全路径(/间隔)")
    private String parentFullNamePath;
    /**
     * 描述