fei.wang
2024-05-13 b9b58b9ef261cb290d93465f88a2cbd814b576f0
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
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by FernFlower decompiler)
//
 
package com.flow.pojo;
 
import com.baomidou.mybatisplus.annotation.TableName;
 
@TableName("bangzhu")
public class Bangzhu {
    private Long num;
    private String fkwt;
    private String fkdata;
    private String clff;
    private String sfwj;
    private String clsj;
    private String Company;
 
    public Bangzhu(Long num, String fkwt, String fkdata, String clff, String sfwj, String clsj, String Company) {
        this.num = num;
        this.fkwt = fkwt;
        this.fkdata = fkdata;
        this.clff = clff;
        this.sfwj = sfwj;
        this.clsj = clsj;
        this.Company = Company;
    }
 
    public Bangzhu() {
    }
 
    public boolean equals(Object o) {
        if (o == this) {
            return true;
        } else if (!(o instanceof Bangzhu)) {
            return false;
        } else {
            Bangzhu other = (Bangzhu)o;
            if (!other.canEqual(this)) {
                return false;
            } else {
                label95: {
                    Object this$num = this.getNum();
                    Object other$num = other.getNum();
                    if (this$num == null) {
                        if (other$num == null) {
                            break label95;
                        }
                    } else if (this$num.equals(other$num)) {
                        break label95;
                    }
 
                    return false;
                }
 
                Object this$fkwt = this.getFkwt();
                Object other$fkwt = other.getFkwt();
                if (this$fkwt == null) {
                    if (other$fkwt != null) {
                        return false;
                    }
                } else if (!this$fkwt.equals(other$fkwt)) {
                    return false;
                }
 
                Object this$fkdata = this.getFkdata();
                Object other$fkdata = other.getFkdata();
                if (this$fkdata == null) {
                    if (other$fkdata != null) {
                        return false;
                    }
                } else if (!this$fkdata.equals(other$fkdata)) {
                    return false;
                }
 
                label74: {
                    Object this$clff = this.getClff();
                    Object other$clff = other.getClff();
                    if (this$clff == null) {
                        if (other$clff == null) {
                            break label74;
                        }
                    } else if (this$clff.equals(other$clff)) {
                        break label74;
                    }
 
                    return false;
                }
 
                label67: {
                    Object this$sfwj = this.getSfwj();
                    Object other$sfwj = other.getSfwj();
                    if (this$sfwj == null) {
                        if (other$sfwj == null) {
                            break label67;
                        }
                    } else if (this$sfwj.equals(other$sfwj)) {
                        break label67;
                    }
 
                    return false;
                }
 
                Object this$clsj = this.getClsj();
                Object other$clsj = other.getClsj();
                if (this$clsj == null) {
                    if (other$clsj != null) {
                        return false;
                    }
                } else if (!this$clsj.equals(other$clsj)) {
                    return false;
                }
 
                Object this$Company = this.getCompany();
                Object other$Company = other.getCompany();
                if (this$Company == null) {
                    if (other$Company != null) {
                        return false;
                    }
                } else if (!this$Company.equals(other$Company)) {
                    return false;
                }
 
                return true;
            }
        }
    }
 
    protected boolean canEqual(Object other) {
        return other instanceof Bangzhu;
    }
 
    public int hashCode() {
 
        int result = 1;
        Object $num = this.getNum();
        result = result * 59 + ($num == null ? 43 : $num.hashCode());
        Object $fkwt = this.getFkwt();
        result = result * 59 + ($fkwt == null ? 43 : $fkwt.hashCode());
        Object $fkdata = this.getFkdata();
        result = result * 59 + ($fkdata == null ? 43 : $fkdata.hashCode());
        Object $clff = this.getClff();
        result = result * 59 + ($clff == null ? 43 : $clff.hashCode());
        Object $sfwj = this.getSfwj();
        result = result * 59 + ($sfwj == null ? 43 : $sfwj.hashCode());
        Object $clsj = this.getClsj();
        result = result * 59 + ($clsj == null ? 43 : $clsj.hashCode());
        Object $Company = this.getCompany();
        result = result * 59 + ($Company == null ? 43 : $Company.hashCode());
        return result;
    }
 
    public String toString() {
        return "Bangzhu(num=" + this.getNum() + ", fkwt=" + this.getFkwt() + ", fkdata=" + this.getFkdata() + ", clff=" + this.getClff() + ", sfwj=" + this.getSfwj() + ", clsj=" + this.getClsj() + ", Company=" + this.getCompany() + ")";
    }
 
    public void setNum(Long num) {
        this.num = num;
    }
 
    public void setFkwt(String fkwt) {
        this.fkwt = fkwt;
    }
 
    public void setFkdata(String fkdata) {
        this.fkdata = fkdata;
    }
 
    public void setClff(String clff) {
        this.clff = clff;
    }
 
    public void setSfwj(String sfwj) {
        this.sfwj = sfwj;
    }
 
    public void setClsj(String clsj) {
        this.clsj = clsj;
    }
 
    public void setCompany(String Company) {
        this.Company = Company;
    }
 
    public Long getNum() {
        return this.num;
    }
 
    public String getFkwt() {
        return this.fkwt;
    }
 
    public String getFkdata() {
        return this.fkdata;
    }
 
    public String getClff() {
        return this.clff;
    }
 
    public String getSfwj() {
        return this.sfwj;
    }
 
    public String getClsj() {
        return this.clsj;
    }
 
    public String getCompany() {
        return this.Company;
    }
}