From 659144afdaf5d1b4667437053a770cf39681cdd7 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Mon, 20 May 2024 21:24:49 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E5=93=8D=E5=BA=94=E4=BF=A1=E6=81=AF=E4=B8=AD=E7=9A=84=20getDis?= =?UTF-8?q?abled=20=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/top/continew/admin/system/model/resp/DeptResp.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/continew-admin-system/src/main/java/top/continew/admin/system/model/resp/DeptResp.java b/continew-admin-system/src/main/java/top/continew/admin/system/model/resp/DeptResp.java index c2dd91a9..d6419255 100644 --- a/continew-admin-system/src/main/java/top/continew/admin/system/model/resp/DeptResp.java +++ b/continew-admin-system/src/main/java/top/continew/admin/system/model/resp/DeptResp.java @@ -97,9 +97,4 @@ public class DeptResp extends BaseDetailResp { @Schema(description = "描述", example = "测试部描述信息") @ExcelProperty(value = "描述", order = 8) private String description; - - @Override - public Boolean getDisabled() { - return this.getIsSystem(); - } }