// // Source code recreated from a .class file by IntelliJ IDEA // (powered by FernFlower decompiler) // package com.flow.pojo; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; @TableName("card") public class Card { @TableId(type = IdType.AUTO) private Long num; private String company; private String cardnumber; private Integer zflow; private Integer syflow; private String carddate; private String operator; private String bindid; private String location; private String notes; private String enddate; private String enterdate; private String rechargedate; private String rechargemoney; private String none; private String status; private String iccid; private Integer syll; private String flow; private String uptime; private Integer unitprice; private String remainingdays; @TableField(exist = false) private String caozuoname; public Card(Long num, String company, String cardnumber, Integer zflow, Integer syflow, String carddate, String operator, String bindid, String location, String notes, String enddate, String enterdate, String rechargedate, String rechargemoney, String none, String status, String iccid, Integer syll, String uptime,String flow,Integer unitprice,String remainingdays) { this.num = num; this.company = company; this.cardnumber = cardnumber; this.zflow = zflow; this.syflow = syflow; this.carddate = carddate; this.operator = operator; this.bindid = bindid; this.location = location; this.notes = notes; this.enddate = enddate; this.enterdate = enterdate; this.rechargedate = rechargedate; this.rechargemoney = rechargemoney; this.none = none; this.status = status; this.iccid = iccid; this.syll = syll; this.uptime = uptime; this.unitprice = unitprice; this.flow = flow; this.remainingdays = remainingdays; } public Card() { } public boolean equals(Object o) { if (o == this) { return true; } else if (!(o instanceof Card)) { return false; } else { Card other = (Card)o; if (!other.canEqual(this)) { return false; } else { label239: { Object this$num = this.getNum(); Object other$num = other.getNum(); if (this$num == null) { if (other$num == null) { break label239; } } else if (this$num.equals(other$num)) { break label239; } return false; } Object this$zflow = this.getZflow(); Object other$zflow = other.getZflow(); if (this$zflow == null) { if (other$zflow != null) { return false; } } else if (!this$zflow.equals(other$zflow)) { return false; } Object this$syflow = this.getSyflow(); Object other$syflow = other.getSyflow(); if (this$syflow == null) { if (other$syflow != null) { return false; } } else if (!this$syflow.equals(other$syflow)) { return false; } label218: { Object this$syll = this.getSyll(); Object other$syll = other.getSyll(); if (this$syll == null) { if (other$syll == null) { break label218; } } else if (this$syll.equals(other$syll)) { break label218; } return false; } label211: { Object this$company = this.getCompany(); Object other$company = other.getCompany(); if (this$company == null) { if (other$company == null) { break label211; } } else if (this$company.equals(other$company)) { break label211; } return false; } Object this$cardnumber = this.getCardnumber(); Object other$cardnumber = other.getCardnumber(); if (this$cardnumber == null) { if (other$cardnumber != null) { return false; } } else if (!this$cardnumber.equals(other$cardnumber)) { return false; } Object this$carddate = this.getCarddate(); Object other$carddate = other.getCarddate(); if (this$carddate == null) { if (other$carddate != null) { return false; } } else if (!this$carddate.equals(other$carddate)) { return false; } label190: { Object this$operator = this.getOperator(); Object other$operator = other.getOperator(); if (this$operator == null) { if (other$operator == null) { break label190; } } else if (this$operator.equals(other$operator)) { break label190; } return false; } label183: { Object this$bindid = this.getBindid(); Object other$bindid = other.getBindid(); if (this$bindid == null) { if (other$bindid == null) { break label183; } } else if (this$bindid.equals(other$bindid)) { break label183; } return false; } Object this$location = this.getLocation(); Object other$location = other.getLocation(); if (this$location == null) { if (other$location != null) { return false; } } else if (!this$location.equals(other$location)) { return false; } label169: { Object this$notes = this.getNotes(); Object other$notes = other.getNotes(); if (this$notes == null) { if (other$notes == null) { break label169; } } else if (this$notes.equals(other$notes)) { break label169; } return false; } Object this$enddate = this.getEnddate(); Object other$enddate = other.getEnddate(); if (this$enddate == null) { if (other$enddate != null) { return false; } } else if (!this$enddate.equals(other$enddate)) { return false; } label155: { Object this$enterdate = this.getEnterdate(); Object other$enterdate = other.getEnterdate(); if (this$enterdate == null) { if (other$enterdate == null) { break label155; } } else if (this$enterdate.equals(other$enterdate)) { break label155; } return false; } Object this$rechargedate = this.getRechargedate(); Object other$rechargedate = other.getRechargedate(); if (this$rechargedate == null) { if (other$rechargedate != null) { return false; } } else if (!this$rechargedate.equals(other$rechargedate)) { return false; } Object this$rechargemoney = this.getRechargemoney(); Object other$rechargemoney = other.getRechargemoney(); if (this$rechargemoney == null) { if (other$rechargemoney != null) { return false; } } else if (!this$rechargemoney.equals(other$rechargemoney)) { return false; } label134: { Object this$none = this.getNone(); Object other$none = other.getNone(); if (this$none == null) { if (other$none == null) { break label134; } } else if (this$none.equals(other$none)) { break label134; } return false; } label127: { Object this$status = this.getStatus(); Object other$status = other.getStatus(); if (this$status == null) { if (other$status == null) { break label127; } } else if (this$status.equals(other$status)) { break label127; } return false; } Object this$iccid = this.getIccid(); Object other$iccid = other.getIccid(); if (this$iccid == null) { if (other$iccid != null) { return false; } } else if (!this$iccid.equals(other$iccid)) { return false; } Object this$uptime = this.getUptime(); Object other$uptime = other.getUptime(); if (this$uptime == null) { if (other$uptime != null) { return false; } } else if (!this$uptime.equals(other$uptime)) { return false; } Object this$flow = this.getFlow(); Object other$flow = other.getFlow(); if (this$flow == null) { if (other$flow != null) { return false; } } else if (!this$flow.equals(other$flow)) { return false; } Object this$unitprice = this.getUnitprice(); Object other$unitprice = other.getUnitprice(); if (this$unitprice == null) { if (other$unitprice != null) { return false; } } else if (!this$unitprice.equals(other$unitprice)) { return false; } Object this$remainingdays = this.getRemainingdays(); Object other$remainingdays = other.getRemainingdays(); if (this$remainingdays == null) { if (other$remainingdays != null) { return false; } } else if (!this$remainingdays.equals(other$remainingdays)) { return false; } return true; } } } protected boolean canEqual(Object other) { return other instanceof Card; } public int hashCode() { int result = 1; Object $num = this.getNum(); result = result * 59 + ($num == null ? 43 : $num.hashCode()); Object $zflow = this.getZflow(); result = result * 59 + ($zflow == null ? 43 : $zflow.hashCode()); Object $syflow = this.getSyflow(); result = result * 59 + ($syflow == null ? 43 : $syflow.hashCode()); Object $syll = this.getSyll(); result = result * 59 + ($syll == null ? 43 : $syll.hashCode()); Object $company = this.getCompany(); result = result * 59 + ($company == null ? 43 : $company.hashCode()); Object $cardnumber = this.getCardnumber(); result = result * 59 + ($cardnumber == null ? 43 : $cardnumber.hashCode()); Object $carddate = this.getCarddate(); result = result * 59 + ($carddate == null ? 43 : $carddate.hashCode()); Object $operator = this.getOperator(); result = result * 59 + ($operator == null ? 43 : $operator.hashCode()); Object $bindid = this.getBindid(); result = result * 59 + ($bindid == null ? 43 : $bindid.hashCode()); Object $location = this.getLocation(); result = result * 59 + ($location == null ? 43 : $location.hashCode()); Object $notes = this.getNotes(); result = result * 59 + ($notes == null ? 43 : $notes.hashCode()); Object $enddate = this.getEnddate(); result = result * 59 + ($enddate == null ? 43 : $enddate.hashCode()); Object $enterdate = this.getEnterdate(); result = result * 59 + ($enterdate == null ? 43 : $enterdate.hashCode()); Object $rechargedate = this.getRechargedate(); result = result * 59 + ($rechargedate == null ? 43 : $rechargedate.hashCode()); Object $rechargemoney = this.getRechargemoney(); result = result * 59 + ($rechargemoney == null ? 43 : $rechargemoney.hashCode()); Object $none = this.getNone(); result = result * 59 + ($none == null ? 43 : $none.hashCode()); Object $status = this.getStatus(); result = result * 59 + ($status == null ? 43 : $status.hashCode()); Object $iccid = this.getIccid(); result = result * 59 + ($iccid == null ? 43 : $iccid.hashCode()); Object $uptime = this.getUptime(); result = result * 59 + ($uptime == null ? 43 : $uptime.hashCode()); Object $remainingdays = this.getRemainingdays(); result = result * 59 + ($remainingdays == null ? 43 : $remainingdays.hashCode()); Object $unitprice = this.getUnitprice(); result = result * 59 + ($unitprice == null ? 43 : $unitprice.hashCode()); Object $flow = this.getFlow(); result = result * 59 + ($flow == null ? 43 : $flow.hashCode()); return result; } public String toString() { return "Card(num=" + this.getNum() + ", company=" + this.getCompany() + ", cardnumber=" + this.getCardnumber() + ", zflow=" + this.getZflow() + ", syflow=" + this.getSyflow() + ", carddate=" + this.getCarddate() + ", operator=" + this.getOperator() + ", bindid=" + this.getBindid() + ", location=" + this.getLocation() + ", notes=" + this.getNotes() + ", enddate=" + this.getEnddate() + ", enterdate=" + this.getEnterdate() + ", rechargedate=" + this.getRechargedate() + ", rechargemoney=" + this.getRechargemoney() + ", none=" + this.getNone() + ", status=" + this.getStatus() + ", iccid=" + this.getIccid() + ", syll=" + this.getSyll() + ", uptime=" + this.getUptime() +", remainingdays=" + this.getRemainingdays() +", flow=" + this.getFlow() +", unitPrice=" + this.getUnitprice() + ")"; } public void setNum(Long num) { this.num = num; } public void setCompany(String company) { this.company = company; } public void setCardnumber(String cardnumber) { this.cardnumber = cardnumber; } public void setZflow(Integer zflow) { this.zflow = zflow; } public void setSyflow(Integer syflow) { this.syflow = syflow; } public void setCarddate(String carddate) { this.carddate = carddate; } public void setOperator(String operator) { this.operator = operator; } public void setBindid(String bindid) { this.bindid = bindid; } public void setLocation(String location) { this.location = location; } public void setNotes(String notes) { this.notes = notes; } public void setEnddate(String enddate) { this.enddate = enddate; } public void setEnterdate(String enterdate) { this.enterdate = enterdate; } public void setRechargedate(String rechargedate) { this.rechargedate = rechargedate; } public void setRechargemoney(String rechargemoney) { this.rechargemoney = rechargemoney; } public void setNone(String none) { this.none = none; } public void setStatus(String status) { this.status = status; } public void setIccid(String iccid) { this.iccid = iccid; } public void setSyll(Integer syll) { this.syll = syll; } public void setUptime(String uptime) { this.uptime = uptime; } public void setFlow(String flow) { this.flow = flow; } // public void setUnitPrice(Integer unitPrice) { // this.unitPrice = unitPrice; // } public Long getNum() { return this.num; } public String getCompany() { return this.company; } public String getCardnumber() { return this.cardnumber; } public Integer getZflow() { return this.zflow; } public Integer getSyflow() { return this.syflow; } public String getCarddate() { return this.carddate; } public String getOperator() { return this.operator; } public String getBindid() { return this.bindid; } public String getLocation() { return this.location; } public String getNotes() { return this.notes; } public String getEnddate() { return this.enddate; } public String getEnterdate() { return this.enterdate; } public String getRechargedate() { return this.rechargedate; } public String getRechargemoney() { return this.rechargemoney; } public String getNone() { return this.none; } public String getStatus() { return this.status; } public String getIccid() { return this.iccid; } public Integer getSyll() { return this.syll; } public String getUptime() { return this.uptime; } // public Integer getUnitPrice() { // return this.unitPrice; // } public String getFlow() { return this.flow; } public String getRemainingdays() { return remainingdays; } public void setRemainingdays(String remainingdays) { this.remainingdays = remainingdays; } public Integer getUnitprice() { return unitprice; } public void setUnitprice(Integer unitprice) { this.unitprice = unitprice; } public String getCaozuoname() { return caozuoname; } public void setCaozuoname(String caozuoname) { this.caozuoname = caozuoname; } }