mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-11-04 22:57:12 +08:00 
			
		
		
		
	chore: 移除部门响应信息中的 getDisabled 方法
This commit is contained in:
		@@ -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();
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user