package com.qianwen.smartman.modules.mdc.excel; import com.alibaba.excel.annotation.ExcelProperty; import com.alibaba.excel.annotation.write.style.ColumnWidth; import com.alibaba.excel.annotation.write.style.ContentRowHeight; import com.alibaba.excel.annotation.write.style.HeadRowHeight; import java.io.Serializable; import com.qianwen.smartman.common.cache.RegionCache; @HeadRowHeight(20) @ColumnWidth(16) @ContentRowHeight(18) /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/mdc/excel/EfficiencyAnalysisExport.class */ public class EfficiencyAnalysisExport implements Serializable { private static final long serialVersionUID = 5137988533735539904L; @ExcelProperty(value = {"日期"}, index = 0) private String date; @ExcelProperty(value = {"工位组"}, index = 1) private String groupName; @ExcelProperty(value = {"工位编号"}, index = 2) private String workstationCode; @ExcelProperty(value = {"工位名称"}, index = 3) private String workstationName; @ExcelProperty(value = {"班次1"}, index = 4) private String shift1; @ExcelProperty(value = {"效率"}, index = RegionCache.VILLAGE_LEVEL) private String efficiency1; @ExcelProperty(value = {"班次2"}, index = 6) private String shift2; @ExcelProperty(value = {"效率"}, index = 7) private String efficiency2; @ExcelProperty(value = {"班次3"}, index = 8) private String shift3; @ExcelProperty(value = {"效率"}, index = 9) private String efficiency3; @ExcelProperty(value = {"班次4"}, index = 10) private String shift4; @ExcelProperty(value = {"效率"}, index = 11) private String efficiency4; public EfficiencyAnalysisExport setDate(final String date) { this.date = date; return this; } public EfficiencyAnalysisExport setGroupName(final String groupName) { this.groupName = groupName; return this; } public EfficiencyAnalysisExport setWorkstationCode(final String workstationCode) { this.workstationCode = workstationCode; return this; } public EfficiencyAnalysisExport setWorkstationName(final String workstationName) { this.workstationName = workstationName; return this; } public EfficiencyAnalysisExport setShift1(final String shift1) { this.shift1 = shift1; return this; } public EfficiencyAnalysisExport setEfficiency1(final String efficiency1) { this.efficiency1 = efficiency1; return this; } public EfficiencyAnalysisExport setShift2(final String shift2) { this.shift2 = shift2; return this; } public EfficiencyAnalysisExport setEfficiency2(final String efficiency2) { this.efficiency2 = efficiency2; return this; } public EfficiencyAnalysisExport setShift3(final String shift3) { this.shift3 = shift3; return this; } public EfficiencyAnalysisExport setEfficiency3(final String efficiency3) { this.efficiency3 = efficiency3; return this; } public EfficiencyAnalysisExport setShift4(final String shift4) { this.shift4 = shift4; return this; } public EfficiencyAnalysisExport setEfficiency4(final String efficiency4) { this.efficiency4 = efficiency4; return this; } public boolean equals(final Object o) { if (o == this) { return true; } if (o instanceof EfficiencyAnalysisExport) { EfficiencyAnalysisExport other = (EfficiencyAnalysisExport) o; if (other.canEqual(this)) { Object this$date = getDate(); Object other$date = other.getDate(); if (this$date == null) { if (other$date != null) { return false; } } else if (!this$date.equals(other$date)) { return false; } Object this$groupName = getGroupName(); Object other$groupName = other.getGroupName(); if (this$groupName == null) { if (other$groupName != null) { return false; } } else if (!this$groupName.equals(other$groupName)) { return false; } Object this$workstationCode = getWorkstationCode(); Object other$workstationCode = other.getWorkstationCode(); if (this$workstationCode == null) { if (other$workstationCode != null) { return false; } } else if (!this$workstationCode.equals(other$workstationCode)) { return false; } Object this$workstationName = getWorkstationName(); Object other$workstationName = other.getWorkstationName(); if (this$workstationName == null) { if (other$workstationName != null) { return false; } } else if (!this$workstationName.equals(other$workstationName)) { return false; } Object this$shift1 = getShift1(); Object other$shift1 = other.getShift1(); if (this$shift1 == null) { if (other$shift1 != null) { return false; } } else if (!this$shift1.equals(other$shift1)) { return false; } Object this$efficiency1 = getEfficiency1(); Object other$efficiency1 = other.getEfficiency1(); if (this$efficiency1 == null) { if (other$efficiency1 != null) { return false; } } else if (!this$efficiency1.equals(other$efficiency1)) { return false; } Object this$shift2 = getShift2(); Object other$shift2 = other.getShift2(); if (this$shift2 == null) { if (other$shift2 != null) { return false; } } else if (!this$shift2.equals(other$shift2)) { return false; } Object this$efficiency2 = getEfficiency2(); Object other$efficiency2 = other.getEfficiency2(); if (this$efficiency2 == null) { if (other$efficiency2 != null) { return false; } } else if (!this$efficiency2.equals(other$efficiency2)) { return false; } Object this$shift3 = getShift3(); Object other$shift3 = other.getShift3(); if (this$shift3 == null) { if (other$shift3 != null) { return false; } } else if (!this$shift3.equals(other$shift3)) { return false; } Object this$efficiency3 = getEfficiency3(); Object other$efficiency3 = other.getEfficiency3(); if (this$efficiency3 == null) { if (other$efficiency3 != null) { return false; } } else if (!this$efficiency3.equals(other$efficiency3)) { return false; } Object this$shift4 = getShift4(); Object other$shift4 = other.getShift4(); if (this$shift4 == null) { if (other$shift4 != null) { return false; } } else if (!this$shift4.equals(other$shift4)) { return false; } Object this$efficiency4 = getEfficiency4(); Object other$efficiency4 = other.getEfficiency4(); return this$efficiency4 == null ? other$efficiency4 == null : this$efficiency4.equals(other$efficiency4); } return false; } return false; } protected boolean canEqual(final Object other) { return other instanceof EfficiencyAnalysisExport; } public int hashCode() { Object $date = getDate(); int result = (1 * 59) + ($date == null ? 43 : $date.hashCode()); Object $groupName = getGroupName(); int result2 = (result * 59) + ($groupName == null ? 43 : $groupName.hashCode()); Object $workstationCode = getWorkstationCode(); int result3 = (result2 * 59) + ($workstationCode == null ? 43 : $workstationCode.hashCode()); Object $workstationName = getWorkstationName(); int result4 = (result3 * 59) + ($workstationName == null ? 43 : $workstationName.hashCode()); Object $shift1 = getShift1(); int result5 = (result4 * 59) + ($shift1 == null ? 43 : $shift1.hashCode()); Object $efficiency1 = getEfficiency1(); int result6 = (result5 * 59) + ($efficiency1 == null ? 43 : $efficiency1.hashCode()); Object $shift2 = getShift2(); int result7 = (result6 * 59) + ($shift2 == null ? 43 : $shift2.hashCode()); Object $efficiency2 = getEfficiency2(); int result8 = (result7 * 59) + ($efficiency2 == null ? 43 : $efficiency2.hashCode()); Object $shift3 = getShift3(); int result9 = (result8 * 59) + ($shift3 == null ? 43 : $shift3.hashCode()); Object $efficiency3 = getEfficiency3(); int result10 = (result9 * 59) + ($efficiency3 == null ? 43 : $efficiency3.hashCode()); Object $shift4 = getShift4(); int result11 = (result10 * 59) + ($shift4 == null ? 43 : $shift4.hashCode()); Object $efficiency4 = getEfficiency4(); return (result11 * 59) + ($efficiency4 == null ? 43 : $efficiency4.hashCode()); } public String toString() { return "EfficiencyAnalysisExport(date=" + getDate() + ", groupName=" + getGroupName() + ", workstationCode=" + getWorkstationCode() + ", workstationName=" + getWorkstationName() + ", shift1=" + getShift1() + ", efficiency1=" + getEfficiency1() + ", shift2=" + getShift2() + ", efficiency2=" + getEfficiency2() + ", shift3=" + getShift3() + ", efficiency3=" + getEfficiency3() + ", shift4=" + getShift4() + ", efficiency4=" + getEfficiency4() + ")"; } public EfficiencyAnalysisExport() { } public EfficiencyAnalysisExport(final String date, final String groupName, final String workstationCode, final String workstationName, final String shift1, final String efficiency1, final String shift2, final String efficiency2, final String shift3, final String efficiency3, final String shift4, final String efficiency4) { this.date = date; this.groupName = groupName; this.workstationCode = workstationCode; this.workstationName = workstationName; this.shift1 = shift1; this.efficiency1 = efficiency1; this.shift2 = shift2; this.efficiency2 = efficiency2; this.shift3 = shift3; this.efficiency3 = efficiency3; this.shift4 = shift4; this.efficiency4 = efficiency4; } public String getDate() { return this.date; } public String getGroupName() { return this.groupName; } public String getWorkstationCode() { return this.workstationCode; } public String getWorkstationName() { return this.workstationName; } public String getShift1() { return this.shift1; } public String getEfficiency1() { return this.efficiency1; } public String getShift2() { return this.shift2; } public String getEfficiency2() { return this.efficiency2; } public String getShift3() { return this.shift3; } public String getEfficiency3() { return this.efficiency3; } public String getShift4() { return this.shift4; } public String getEfficiency4() { return this.efficiency4; } }