riku
2025-10-17 fbae5f3ea74727ccadc48314a864a1ea0099a945
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
package cn.flightfeather.thirdappmodule.bean.entity;
 
import org.greenrobot.greendao.annotation.Entity;
import org.greenrobot.greendao.annotation.Id;
import org.greenrobot.greendao.annotation.Property;
 
import java.io.Serializable;
import java.util.Date;
import org.greenrobot.greendao.annotation.Generated;
 
/**
 * Created by note_ff_1602 on 2017/12/26.
 */
@Entity
public class Inspection implements Serializable {
    private static final long serialVersionUID = 12L;
    @Id
    private String guid;
    @Property
    private String stguid;
    @Property
    private String sguid;
    @Property
    private String scensename;
    @Property
    private String scenseaddress;
    @Property
    private Boolean istogether;
    @Property
    private String entouraget;
    @Property
    private String entouragewx;
    @Property
    private String entourage;
    @Property
    private Date executionstarttime;
    @Property
    private Date executionendtime;
    @Property
    private Integer problemcount;
    @Property
    private Boolean isrechecked;
    @Property
    private Integer recheckcount;
    @Property
    private Integer promissednum;
    @Property
    private Integer changednum;
    @Property
    private Boolean ischanged;
    @Property
    private Boolean isrvaluated;
    @Property
    private Boolean ispromissed;
    @Property
    private Date promissedtime;
    @Property
    private String promisseduserguid;
    @Property
    private String promissedusername;
    @Property
    private String promisseduserrealname;
    @Property
    private String promissedway;
    @Property
    private Date promisseddeadline;
    @Property
    private String promissbookpath;
    @Property
    private String signpath;
    @Property
    private String extension1;
    @Property
    private String extension2;
    @Property
    private String extension3;
    @Property
    private String remark;
    @Generated(hash = 857521794)
    public Inspection(String guid, String stguid, String sguid, String scensename,
            String scenseaddress, Boolean istogether, String entouraget,
            String entouragewx, String entourage, Date executionstarttime,
            Date executionendtime, Integer problemcount, Boolean isrechecked,
            Integer recheckcount, Integer promissednum, Integer changednum,
            Boolean ischanged, Boolean isrvaluated, Boolean ispromissed,
            Date promissedtime, String promisseduserguid, String promissedusername,
            String promisseduserrealname, String promissedway,
            Date promisseddeadline, String promissbookpath, String signpath,
            String extension1, String extension2, String extension3,
            String remark) {
        this.guid = guid;
        this.stguid = stguid;
        this.sguid = sguid;
        this.scensename = scensename;
        this.scenseaddress = scenseaddress;
        this.istogether = istogether;
        this.entouraget = entouraget;
        this.entouragewx = entouragewx;
        this.entourage = entourage;
        this.executionstarttime = executionstarttime;
        this.executionendtime = executionendtime;
        this.problemcount = problemcount;
        this.isrechecked = isrechecked;
        this.recheckcount = recheckcount;
        this.promissednum = promissednum;
        this.changednum = changednum;
        this.ischanged = ischanged;
        this.isrvaluated = isrvaluated;
        this.ispromissed = ispromissed;
        this.promissedtime = promissedtime;
        this.promisseduserguid = promisseduserguid;
        this.promissedusername = promissedusername;
        this.promisseduserrealname = promisseduserrealname;
        this.promissedway = promissedway;
        this.promisseddeadline = promisseddeadline;
        this.promissbookpath = promissbookpath;
        this.signpath = signpath;
        this.extension1 = extension1;
        this.extension2 = extension2;
        this.extension3 = extension3;
        this.remark = remark;
    }
    @Generated(hash = 56451862)
    public Inspection() {
    }
    public String getGuid() {
        return this.guid;
    }
    public void setGuid(String guid) {
        this.guid = guid;
    }
    public String getStguid() {
        return this.stguid;
    }
    public void setStguid(String stguid) {
        this.stguid = stguid;
    }
    public String getSguid() {
        return this.sguid;
    }
    public void setSguid(String sguid) {
        this.sguid = sguid;
    }
    public String getScensename() {
        return this.scensename;
    }
    public void setScensename(String scensename) {
        this.scensename = scensename;
    }
    public String getScenseaddress() {
        return this.scenseaddress;
    }
    public void setScenseaddress(String scenseaddress) {
        this.scenseaddress = scenseaddress;
    }
    public Boolean getIstogether() {
        return this.istogether;
    }
    public void setIstogether(Boolean istogether) {
        this.istogether = istogether;
    }
    public String getEntouraget() {
        return this.entouraget;
    }
    public void setEntouraget(String entouraget) {
        this.entouraget = entouraget;
    }
    public String getEntouragewx() {
        return this.entouragewx;
    }
    public void setEntouragewx(String entouragewx) {
        this.entouragewx = entouragewx;
    }
    public String getEntourage() {
        return this.entourage;
    }
    public void setEntourage(String entourage) {
        this.entourage = entourage;
    }
    public Date getExecutionstarttime() {
        return this.executionstarttime;
    }
    public void setExecutionstarttime(Date executionstarttime) {
        this.executionstarttime = executionstarttime;
    }
    public Date getExecutionendtime() {
        return this.executionendtime;
    }
    public void setExecutionendtime(Date executionendtime) {
        this.executionendtime = executionendtime;
    }
    public Integer getProblemcount() {
        return this.problemcount;
    }
    public void setProblemcount(Integer problemcount) {
        this.problemcount = problemcount;
    }
    public Boolean getIsrechecked() {
        return this.isrechecked;
    }
    public void setIsrechecked(Boolean isrechecked) {
        this.isrechecked = isrechecked;
    }
    public Integer getRecheckcount() {
        return this.recheckcount;
    }
    public void setRecheckcount(Integer recheckcount) {
        this.recheckcount = recheckcount;
    }
    public Integer getPromissednum() {
        return this.promissednum;
    }
    public void setPromissednum(Integer promissednum) {
        this.promissednum = promissednum;
    }
    public Integer getChangednum() {
        return this.changednum;
    }
    public void setChangednum(Integer changednum) {
        this.changednum = changednum;
    }
    public Boolean getIschanged() {
        return this.ischanged;
    }
    public void setIschanged(Boolean ischanged) {
        this.ischanged = ischanged;
    }
    public Boolean getIsrvaluated() {
        return this.isrvaluated;
    }
    public void setIsrvaluated(Boolean isrvaluated) {
        this.isrvaluated = isrvaluated;
    }
    public Boolean getIspromissed() {
        return this.ispromissed;
    }
    public void setIspromissed(Boolean ispromissed) {
        this.ispromissed = ispromissed;
    }
    public Date getPromissedtime() {
        return this.promissedtime;
    }
    public void setPromissedtime(Date promissedtime) {
        this.promissedtime = promissedtime;
    }
    public String getPromisseduserguid() {
        return this.promisseduserguid;
    }
    public void setPromisseduserguid(String promisseduserguid) {
        this.promisseduserguid = promisseduserguid;
    }
    public String getPromissedusername() {
        return this.promissedusername;
    }
    public void setPromissedusername(String promissedusername) {
        this.promissedusername = promissedusername;
    }
    public String getPromisseduserrealname() {
        return this.promisseduserrealname;
    }
    public void setPromisseduserrealname(String promisseduserrealname) {
        this.promisseduserrealname = promisseduserrealname;
    }
    public String getPromissedway() {
        return this.promissedway;
    }
    public void setPromissedway(String promissedway) {
        this.promissedway = promissedway;
    }
    public Date getPromisseddeadline() {
        return this.promisseddeadline;
    }
    public void setPromisseddeadline(Date promisseddeadline) {
        this.promisseddeadline = promisseddeadline;
    }
    public String getPromissbookpath() {
        return this.promissbookpath;
    }
    public void setPromissbookpath(String promissbookpath) {
        this.promissbookpath = promissbookpath;
    }
    public String getSignpath() {
        return this.signpath;
    }
    public void setSignpath(String signpath) {
        this.signpath = signpath;
    }
    public String getExtension1() {
        return this.extension1;
    }
    public void setExtension1(String extension1) {
        this.extension1 = extension1;
    }
    public String getExtension2() {
        return this.extension2;
    }
    public void setExtension2(String extension2) {
        this.extension2 = extension2;
    }
    public String getExtension3() {
        return this.extension3;
    }
    public void setExtension3(String extension3) {
        this.extension3 = extension3;
    }
    public String getRemark() {
        return this.remark;
    }
    public void setRemark(String remark) {
        this.remark = remark;
    }
 
}