mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-10-29 14:57:10 +08:00
chore: 移除部门响应信息中的 getDisabled 方法
This commit is contained in:
@@ -97,9 +97,4 @@ public class DeptResp extends BaseDetailResp {
|
|||||||
@Schema(description = "描述", example = "测试部描述信息")
|
@Schema(description = "描述", example = "测试部描述信息")
|
||||||
@ExcelProperty(value = "描述", order = 8)
|
@ExcelProperty(value = "描述", order = 8)
|
||||||
private String description;
|
private String description;
|
||||||
|
|
||||||
@Override
|
|
||||||
public Boolean getDisabled() {
|
|
||||||
return this.getIsSystem();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user