|
@@ -26,8 +26,8 @@ public class ExportClockDay {
|
|
|
@Excel(name = "二级部门", width = 15)
|
|
|
private String twoDept;
|
|
|
|
|
|
- @Excel(name = "三级部门", width = 15)
|
|
|
- private String threeDept;
|
|
|
+// @Excel(name = "三级部门", width = 15)
|
|
|
+// private String threeDept;
|
|
|
|
|
|
@Excel(name = "末级部门", width = 15)
|
|
|
private String lastDept;
|