package com.qianwen.smartman.modules.mdc.vo.excel; /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/mdc/vo/excel/OutputStatisticsExcelVO.class */ public class OutputStatisticsExcelVO extends TimeUsedExcelVO { @Override // org.springblade.modules.mdc.vo.excel.TimeUsedExcelVO public boolean equals(final Object o) { if (o == this) { return true; } if (o instanceof OutputStatisticsExcelVO) { OutputStatisticsExcelVO other = (OutputStatisticsExcelVO) o; return other.canEqual(this) && super.equals(o); } return false; } @Override // org.springblade.modules.mdc.vo.excel.TimeUsedExcelVO protected boolean canEqual(final Object other) { return other instanceof OutputStatisticsExcelVO; } @Override // org.springblade.modules.mdc.vo.excel.TimeUsedExcelVO public int hashCode() { int result = super.hashCode(); return result; } @Override // org.springblade.modules.mdc.vo.excel.TimeUsedExcelVO public String toString() { return "OutputStatisticsExcelVO()"; } }