From 871d4095b07cedacb7fbef4c38d64982f539c404 Mon Sep 17 00:00:00 2001 From: fei.wang <wf18701153496@163.com> Date: 星期四, 09 五月 2024 15:40:15 +0800 Subject: [PATCH] 测试提交 --- src/main/java/com/flow/pojo/Company.java | 365 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 365 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/flow/pojo/Company.java b/src/main/java/com/flow/pojo/Company.java new file mode 100644 index 0000000..4b66d10 --- /dev/null +++ b/src/main/java/com/flow/pojo/Company.java @@ -0,0 +1,365 @@ +// +// Source code recreated from a .class file by IntelliJ IDEA +// (powered by FernFlower decompiler) +// + +package com.flow.pojo; + +import com.baomidou.mybatisplus.annotation.TableField; +import com.baomidou.mybatisplus.annotation.TableName; + +@TableName("company") +public class Company { + private Long companyid; + private String companyname; + private String companyabbname; + private String loginphone; + private String shuinum; + private String address; + private String phone; + private String accountbank; + private String account; + private String company; + private String none; + private String password; + private String enterdate; + + private String rudq; + + @TableField(exist = false) + private String caozuoname; + public Company(Long companyid, String companyname, String companyabbname, String loginphone, String shuinum, String address, String phone, String accountbank, String account, String company, String none, String password) { + this.companyid = companyid; + this.companyname = companyname; + this.companyabbname = companyabbname; + this.loginphone = loginphone; + this.shuinum = shuinum; + this.address = address; + this.phone = phone; + this.accountbank = accountbank; + this.account = account; + this.company = company; + this.none = none; + this.password = password; + } + + public Company() { + } + + public boolean equals(Object o) { + if (o == this) { + return true; + } else if (!(o instanceof Company)) { + return false; + } else { + Company other = (Company)o; + if (!other.canEqual(this)) { + return false; + } else { + label155: { + Object this$companyid = this.getCompanyid(); + Object other$companyid = other.getCompanyid(); + if (this$companyid == null) { + if (other$companyid == null) { + break label155; + } + } else if (this$companyid.equals(other$companyid)) { + break label155; + } + + return false; + } + + Object this$companyname = this.getCompanyname(); + Object other$companyname = other.getCompanyname(); + if (this$companyname == null) { + if (other$companyname != null) { + return false; + } + } else if (!this$companyname.equals(other$companyname)) { + return false; + } + + Object this$companyabbname = this.getCompanyabbname(); + Object other$companyabbname = other.getCompanyabbname(); + if (this$companyabbname == null) { + if (other$companyabbname != null) { + return false; + } + } else if (!this$companyabbname.equals(other$companyabbname)) { + return false; + } + + label134: { + Object this$loginphone = this.getLoginphone(); + Object other$loginphone = other.getLoginphone(); + if (this$loginphone == null) { + if (other$loginphone == null) { + break label134; + } + } else if (this$loginphone.equals(other$loginphone)) { + break label134; + } + + return false; + } + + label127: { + Object this$shuinum = this.getShuinum(); + Object other$shuinum = other.getShuinum(); + if (this$shuinum == null) { + if (other$shuinum == null) { + break label127; + } + } else if (this$shuinum.equals(other$shuinum)) { + break label127; + } + + return false; + } + + label120: { + Object this$address = this.getAddress(); + Object other$address = other.getAddress(); + if (this$address == null) { + if (other$address == null) { + break label120; + } + } else if (this$address.equals(other$address)) { + break label120; + } + + return false; + } + + Object this$phone = this.getPhone(); + Object other$phone = other.getPhone(); + if (this$phone == null) { + if (other$phone != null) { + return false; + } + } else if (!this$phone.equals(other$phone)) { + return false; + } + + label106: { + Object this$accountbank = this.getAccountbank(); + Object other$accountbank = other.getAccountbank(); + if (this$accountbank == null) { + if (other$accountbank == null) { + break label106; + } + } else if (this$accountbank.equals(other$accountbank)) { + break label106; + } + + return false; + } + + Object this$account = this.getAccount(); + Object other$account = other.getAccount(); + if (this$account == null) { + if (other$account != null) { + return false; + } + } else if (!this$account.equals(other$account)) { + return false; + } + + label92: { + Object this$company = this.getCompany(); + Object other$company = other.getCompany(); + if (this$company == null) { + if (other$company == null) { + break label92; + } + } else if (this$company.equals(other$company)) { + break label92; + } + + return false; + } + + Object this$none = this.getNone(); + Object other$none = other.getNone(); + if (this$none == null) { + if (other$none != null) { + return false; + } + } else if (!this$none.equals(other$none)) { + return false; + } + + Object this$password = this.getPassword(); + Object other$password = other.getPassword(); + if (this$password == null) { + if (other$password != null) { + return false; + } + } else if (!this$password.equals(other$password)) { + return false; + } + + return true; + } + } + } + + protected boolean canEqual(Object other) { + return other instanceof Company; + } + + public int hashCode() { + + int result = 1; + Object $companyid = this.getCompanyid(); + result = result * 59 + ($companyid == null ? 43 : $companyid.hashCode()); + Object $companyname = this.getCompanyname(); + result = result * 59 + ($companyname == null ? 43 : $companyname.hashCode()); + Object $companyabbname = this.getCompanyabbname(); + result = result * 59 + ($companyabbname == null ? 43 : $companyabbname.hashCode()); + Object $loginphone = this.getLoginphone(); + result = result * 59 + ($loginphone == null ? 43 : $loginphone.hashCode()); + Object $shuinum = this.getShuinum(); + result = result * 59 + ($shuinum == null ? 43 : $shuinum.hashCode()); + Object $address = this.getAddress(); + result = result * 59 + ($address == null ? 43 : $address.hashCode()); + Object $phone = this.getPhone(); + result = result * 59 + ($phone == null ? 43 : $phone.hashCode()); + Object $accountbank = this.getAccountbank(); + result = result * 59 + ($accountbank == null ? 43 : $accountbank.hashCode()); + Object $account = this.getAccount(); + result = result * 59 + ($account == null ? 43 : $account.hashCode()); + Object $company = this.getCompany(); + result = result * 59 + ($company == null ? 43 : $company.hashCode()); + Object $none = this.getNone(); + result = result * 59 + ($none == null ? 43 : $none.hashCode()); + Object $password = this.getPassword(); + result = result * 59 + ($password == null ? 43 : $password.hashCode()); + return result; + } + + public String toString() { + return "Company(companyid=" + this.getCompanyid() + ", companyname=" + this.getCompanyname() + ", companyabbname=" + this.getCompanyabbname() + ", loginphone=" + this.getLoginphone() + ", shuinum=" + this.getShuinum() + ", address=" + this.getAddress() + ", phone=" + this.getPhone() + ", accountbank=" + this.getAccountbank() + ", account=" + this.getAccount() + ", company=" + this.getCompany() + ", none=" + this.getNone() + ", password=" + this.getPassword() + ")"; + } + + public void setCompanyid(Long companyid) { + this.companyid = companyid; + } + + public void setCompanyname(String companyname) { + this.companyname = companyname; + } + + public void setCompanyabbname(String companyabbname) { + this.companyabbname = companyabbname; + } + + public void setLoginphone(String loginphone) { + this.loginphone = loginphone; + } + + public void setShuinum(String shuinum) { + this.shuinum = shuinum; + } + + public void setAddress(String address) { + this.address = address; + } + + public void setPhone(String phone) { + this.phone = phone; + } + + public void setAccountbank(String accountbank) { + this.accountbank = accountbank; + } + + public void setAccount(String account) { + this.account = account; + } + + public void setCompany(String company) { + this.company = company; + } + + public void setNone(String none) { + this.none = none; + } + + public void setPassword(String password) { + this.password = password; + } + + public Long getCompanyid() { + return this.companyid; + } + + public String getCompanyname() { + return this.companyname; + } + + public String getCompanyabbname() { + return this.companyabbname; + } + + public String getLoginphone() { + return this.loginphone; + } + + public String getShuinum() { + return this.shuinum; + } + + public String getAddress() { + return this.address; + } + + public String getPhone() { + return this.phone; + } + + public String getAccountbank() { + return this.accountbank; + } + + public String getAccount() { + return this.account; + } + + public String getCompany() { + return this.company; + } + + public String getNone() { + return this.none; + } + + public String getPassword() { + return this.password; + } + + public String getRudq() { + return rudq; + } + + public void setRudq(String rudq) { + this.rudq = rudq; + } + + public String getCaozuoname() { + return caozuoname; + } + + public void setCaozuoname(String caozuoname) { + this.caozuoname = caozuoname; + } + + public String getEnterdate() { + return enterdate; + } + + public void setEnterdate(String enterdate) { + this.enterdate = enterdate; + } +} -- Gitblit v1.9.3