|
|
@@ -72,8 +72,9 @@ public class SysUser extends BaseEntity
|
|
|
|
|
|
/** 部门对象 */
|
|
|
@Excels({
|
|
|
- @Excel(name = "部门名称", targetAttr = "deptName", type = Type.EXPORT),
|
|
|
- @Excel(name = "部门负责人", targetAttr = "leader", type = Type.EXPORT)
|
|
|
+ @Excel(name = "部门名称", targetAttr = "deptName"),
|
|
|
+ @Excel(name = "部门负责人", targetAttr = "leader"),
|
|
|
+ @Excel(name = "部门状态", targetAttr = "status", dictType = "sys_normal_disable")
|
|
|
})
|
|
|
private SysDept dept;
|
|
|
|