zqy
2024-11-05 79b75c02532e9826088a216130f6a1be8c15278d
ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysUser.java
@@ -73,10 +73,10 @@
    private Date loginDate;
    /** 部门对象 */
    @Excels({
        @Excel(name = "部门名称", targetAttr = "deptName", type = Type.EXPORT),
        @Excel(name = "部门负责人", targetAttr = "leader", type = Type.EXPORT)
    })
//    @Excels({
//        @Excel(name = "部门名称", targetAttr = "deptName", type = Type.EXPORT),
//        @Excel(name = "部门负责人", targetAttr = "leader", type = Type.EXPORT)
//    })
    private SysDept dept;
    /** 角色对象 */