fei.wang
2024-04-15 61747a14819075bf6da2c1597b6c22e22e026686
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
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;
    }
}