Skip to content

Commit

Permalink
chore: 移除部门响应信息中的 getDisabled 方法
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles7c committed May 20, 2024
1 parent 573e634 commit 659144a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}

0 comments on commit 659144a

Please sign in to comment.