杨凯
2023-10-18 caf451f76ac30aa222230e0bc2d0d7cb9f420bdf
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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
 
package com.consum.model.po;
 
import com.fasterxml.jackson.annotation.JsonAutoDetect;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.walker.jdbc.BasePo;
 
/**
 * 表名:DEP_FORM_LENDING_MODEL *
 * @author genrator
 */
@JsonAutoDetect(fieldVisibility = JsonAutoDetect.Visibility.ANY)
public class DepFormLendingModel extends BasePo<DepFormLendingModel> {
    // 序列化版本号
    private static final long serialVersionUID = 1L;
 
    // 主键
    private Long id = null;
    @JsonIgnore
    protected boolean isset_id = false;
 
    // 属性列表
    private Integer counts = null;
    @JsonIgnore
    protected boolean isset_counts = false;
 
    private Long depFormLendingGoodsId = null;
    @JsonIgnore
    protected boolean isset_depFormLendingGoodsId = false;
 
    private Long depFormLendingId = null;
    @JsonIgnore
    protected boolean isset_depFormLendingId = false;
 
    private Long whGoodsDetailsId = null;
    @JsonIgnore
    protected boolean isset_whGoodsDetailsId = false;
 
    private Long usingGoodsHisId = null;
    @JsonIgnore
    protected boolean isset_usingGoodsHisId = false;
 
    private Long nowUserPhone = null;
    @JsonIgnore
    protected boolean isset_nowUserPhone = false;
 
    private String nowUserName = null;
    @JsonIgnore
    protected boolean isset_nowUserName = false;
 
    private String beiz = null;
    @JsonIgnore
    protected boolean isset_beiz = false;
 
    private Long whGoodsId = null;
    @JsonIgnore
    protected boolean isset_whGoodsId = false;
 
    private Integer usingCount = null;
    @JsonIgnore
    protected boolean isset_usingCount = false;
 
    private Long warehouseId = null;
    @JsonIgnore
    protected boolean isset_warehouseId = false;
 
    private String warehouseName = null;
    @JsonIgnore
    protected boolean isset_warehouseName = false;
 
    private Long agencyId = null;
    @JsonIgnore
    protected boolean isset_agencyId = false;
 
    private String agencyName = null;
    @JsonIgnore
    protected boolean isset_agencyName = false;
 
    private String departmentId = null;
    @JsonIgnore
    protected boolean isset_departmentId = false;
 
    private Long departmentName = null;
    @JsonIgnore
    protected boolean isset_departmentName = false;
 
    private Long baseGoodsTemplateId = null;
    @JsonIgnore
    protected boolean isset_baseGoodsTemplateId = false;
 
    private String baseGoodsTemplateName = null;
    @JsonIgnore
    protected boolean isset_baseGoodsTemplateName = false;
 
    private String unit = null;
    @JsonIgnore
    protected boolean isset_unit = false;
 
    private Long baseGoodsModelsId = null;
    @JsonIgnore
    protected boolean isset_baseGoodsModelsId = false;
 
    private String baseGoodsModelsName = null;
    @JsonIgnore
    protected boolean isset_baseGoodsModelsName = false;
 
    private Double price = null;
    @JsonIgnore
    protected boolean isset_price = false;
 
    private Long procureDate = null;
    @JsonIgnore
    protected boolean isset_procureDate = false;
 
    /**
     * 默认构造函数
     */
    public DepFormLendingModel() {
    }
 
    /**
     * 根据主键构造对象
     */
    public DepFormLendingModel(Long id) {
        this.setId(id);
    }
 
    /**
     * 设置主键值
     */
    @Override
    public void setPkValue(Object value) {
        this.setId((Long) value);
    }
 
    public Long getId() {
        return this.id;
    }
 
    public void setId(Long id) {
        this.id = id;
        this.isset_id = true;
    }
 
    @JsonIgnore
    public boolean isEmptyId() {
        return this.id == null;
    }
 
    public Integer getCounts() {
        return this.counts;
    }
 
    public void setCounts(Integer counts) {
        this.counts = counts;
        this.isset_counts = true;
    }
 
    @JsonIgnore
    public boolean isEmptyCounts() {
        return this.counts == null;
    }
 
    public Long getDepFormLendingGoodsId() {
        return this.depFormLendingGoodsId;
    }
 
    public void setDepFormLendingGoodsId(Long depFormLendingGoodsId) {
        this.depFormLendingGoodsId = depFormLendingGoodsId;
        this.isset_depFormLendingGoodsId = true;
    }
 
    @JsonIgnore
    public boolean isEmptyDepFormLendingGoodsId() {
        return this.depFormLendingGoodsId == null;
    }
 
    public Long getDepFormLendingId() {
        return this.depFormLendingId;
    }
 
    public void setDepFormLendingId(Long depFormLendingId) {
        this.depFormLendingId = depFormLendingId;
        this.isset_depFormLendingId = true;
    }
 
    @JsonIgnore
    public boolean isEmptyDepFormLendingId() {
        return this.depFormLendingId == null;
    }
 
    public Long getWhGoodsDetailsId() {
        return this.whGoodsDetailsId;
    }
 
    public void setWhGoodsDetailsId(Long whGoodsDetailsId) {
        this.whGoodsDetailsId = whGoodsDetailsId;
        this.isset_whGoodsDetailsId = true;
    }
 
    @JsonIgnore
    public boolean isEmptyWhGoodsDetailsId() {
        return this.whGoodsDetailsId == null;
    }
 
    public Long getUsingGoodsHisId() {
        return this.usingGoodsHisId;
    }
 
    public void setUsingGoodsHisId(Long usingGoodsHisId) {
        this.usingGoodsHisId = usingGoodsHisId;
        this.isset_usingGoodsHisId = true;
    }
 
    @JsonIgnore
    public boolean isEmptyUsingGoodsHisId() {
        return this.usingGoodsHisId == null;
    }
 
    public Long getNowUserPhone() {
        return this.nowUserPhone;
    }
 
    public void setNowUserPhone(Long nowUserPhone) {
        this.nowUserPhone = nowUserPhone;
        this.isset_nowUserPhone = true;
    }
 
    @JsonIgnore
    public boolean isEmptyNowUserPhone() {
        return this.nowUserPhone == null;
    }
 
    public String getNowUserName() {
        return this.nowUserName;
    }
 
    public void setNowUserName(String nowUserName) {
        this.nowUserName = nowUserName;
        this.isset_nowUserName = true;
    }
 
    @JsonIgnore
    public boolean isEmptyNowUserName() {
        return this.nowUserName == null || this.nowUserName.length() == 0;
    }
 
    public String getBeiz() {
        return this.beiz;
    }
 
    public void setBeiz(String beiz) {
        this.beiz = beiz;
        this.isset_beiz = true;
    }
 
    @JsonIgnore
    public boolean isEmptyBeiz() {
        return this.beiz == null || this.beiz.length() == 0;
    }
 
    public Long getWhGoodsId() {
        return this.whGoodsId;
    }
 
    public void setWhGoodsId(Long whGoodsId) {
        this.whGoodsId = whGoodsId;
        this.isset_whGoodsId = true;
    }
 
    @JsonIgnore
    public boolean isEmptyWhGoodsId() {
        return this.whGoodsId == null;
    }
 
    public Integer getUsingCount() {
        return this.usingCount;
    }
 
    public void setUsingCount(Integer usingCount) {
        this.usingCount = usingCount;
        this.isset_usingCount = true;
    }
 
    @JsonIgnore
    public boolean isEmptyUsingCount() {
        return this.usingCount == null;
    }
 
    public Long getWarehouseId() {
        return this.warehouseId;
    }
 
    public void setWarehouseId(Long warehouseId) {
        this.warehouseId = warehouseId;
        this.isset_warehouseId = true;
    }
 
    @JsonIgnore
    public boolean isEmptyWarehouseId() {
        return this.warehouseId == null;
    }
 
    public String getWarehouseName() {
        return this.warehouseName;
    }
 
    public void setWarehouseName(String warehouseName) {
        this.warehouseName = warehouseName;
        this.isset_warehouseName = true;
    }
 
    @JsonIgnore
    public boolean isEmptyWarehouseName() {
        return this.warehouseName == null || this.warehouseName.length() == 0;
    }
 
    public Long getAgencyId() {
        return this.agencyId;
    }
 
    public void setAgencyId(Long agencyId) {
        this.agencyId = agencyId;
        this.isset_agencyId = true;
    }
 
    @JsonIgnore
    public boolean isEmptyAgencyId() {
        return this.agencyId == null;
    }
 
    public String getAgencyName() {
        return this.agencyName;
    }
 
    public void setAgencyName(String agencyName) {
        this.agencyName = agencyName;
        this.isset_agencyName = true;
    }
 
    @JsonIgnore
    public boolean isEmptyAgencyName() {
        return this.agencyName == null || this.agencyName.length() == 0;
    }
 
    public String getDepartmentId() {
        return this.departmentId;
    }
 
    public void setDepartmentId(String departmentId) {
        this.departmentId = departmentId;
        this.isset_departmentId = true;
    }
 
    @JsonIgnore
    public boolean isEmptyDepartmentId() {
        return this.departmentId == null || this.departmentId.length() == 0;
    }
 
    public Long getDepartmentName() {
        return this.departmentName;
    }
 
    public void setDepartmentName(Long departmentName) {
        this.departmentName = departmentName;
        this.isset_departmentName = true;
    }
 
    @JsonIgnore
    public boolean isEmptyDepartmentName() {
        return this.departmentName == null;
    }
 
    public Long getBaseGoodsTemplateId() {
        return this.baseGoodsTemplateId;
    }
 
    public void setBaseGoodsTemplateId(Long baseGoodsTemplateId) {
        this.baseGoodsTemplateId = baseGoodsTemplateId;
        this.isset_baseGoodsTemplateId = true;
    }
 
    @JsonIgnore
    public boolean isEmptyBaseGoodsTemplateId() {
        return this.baseGoodsTemplateId == null;
    }
 
    public String getBaseGoodsTemplateName() {
        return this.baseGoodsTemplateName;
    }
 
    public void setBaseGoodsTemplateName(String baseGoodsTemplateName) {
        this.baseGoodsTemplateName = baseGoodsTemplateName;
        this.isset_baseGoodsTemplateName = true;
    }
 
    @JsonIgnore
    public boolean isEmptyBaseGoodsTemplateName() {
        return this.baseGoodsTemplateName == null || this.baseGoodsTemplateName.length() == 0;
    }
 
    public String getUnit() {
        return this.unit;
    }
 
    public void setUnit(String unit) {
        this.unit = unit;
        this.isset_unit = true;
    }
 
    @JsonIgnore
    public boolean isEmptyUnit() {
        return this.unit == null || this.unit.length() == 0;
    }
 
    public Long getBaseGoodsModelsId() {
        return this.baseGoodsModelsId;
    }
 
    public void setBaseGoodsModelsId(Long baseGoodsModelsId) {
        this.baseGoodsModelsId = baseGoodsModelsId;
        this.isset_baseGoodsModelsId = true;
    }
 
    @JsonIgnore
    public boolean isEmptyBaseGoodsModelsId() {
        return this.baseGoodsModelsId == null;
    }
 
    public String getBaseGoodsModelsName() {
        return this.baseGoodsModelsName;
    }
 
    public void setBaseGoodsModelsName(String baseGoodsModelsName) {
        this.baseGoodsModelsName = baseGoodsModelsName;
        this.isset_baseGoodsModelsName = true;
    }
 
    @JsonIgnore
    public boolean isEmptyBaseGoodsModelsName() {
        return this.baseGoodsModelsName == null || this.baseGoodsModelsName.length() == 0;
    }
 
    public Double getPrice() {
        return this.price;
    }
 
    public void setPrice(Double price) {
        this.price = price;
        this.isset_price = true;
    }
 
    @JsonIgnore
    public boolean isEmptyPrice() {
        return this.price == null;
    }
 
    public Long getProcureDate() {
        return this.procureDate;
    }
 
    public void setProcureDate(Long procureDate) {
        this.procureDate = procureDate;
        this.isset_procureDate = true;
    }
 
    @JsonIgnore
    public boolean isEmptyProcureDate() {
        return this.procureDate == null;
    }
 
    /**
     * 重写 toString() 方法
     */
    @Override
    public String toString() {
        return new StringBuilder()
                .append("id=").append(this.id)
                .append("counts=").append(this.counts)
                .append("depFormLendingGoodsId=").append(this.depFormLendingGoodsId)
                .append("depFormLendingId=").append(this.depFormLendingId)
                .append("whGoodsDetailsId=").append(this.whGoodsDetailsId)
                .append("usingGoodsHisId=").append(this.usingGoodsHisId)
                .append("nowUserPhone=").append(this.nowUserPhone)
                .append("nowUserName=").append(this.nowUserName)
                .append("beiz=").append(this.beiz)
                .append("whGoodsId=").append(this.whGoodsId)
                .append("usingCount=").append(this.usingCount)
                .append("warehouseId=").append(this.warehouseId)
                .append("warehouseName=").append(this.warehouseName)
                .append("agencyId=").append(this.agencyId)
                .append("agencyName=").append(this.agencyName)
                .append("departmentId=").append(this.departmentId)
                .append("departmentName=").append(this.departmentName)
                .append("baseGoodsTemplateId=").append(this.baseGoodsTemplateId)
                .append("baseGoodsTemplateName=").append(this.baseGoodsTemplateName)
                .append("unit=").append(this.unit)
                .append("baseGoodsModelsId=").append(this.baseGoodsModelsId)
                .append("baseGoodsModelsName=").append(this.baseGoodsModelsName)
                .append("price=").append(this.price)
                .append("procureDate=").append(this.procureDate)
                .toString();
    }
 
    /**
     * 克隆
     */
    public DepFormLendingModel $clone() {
        DepFormLendingModel dep_form_lending_model = new DepFormLendingModel();
 
        // 数据库名称
        //dep_form_lending_model.setDatabaseName_(this.getDatabaseName_());
 
        // 主键
        if (this.isset_id) {
            dep_form_lending_model.setId(this.getId());
        }
        // 普通属性
        if (this.isset_counts) {
            dep_form_lending_model.setCounts(this.getCounts());
        }
        if (this.isset_depFormLendingGoodsId) {
            dep_form_lending_model.setDepFormLendingGoodsId(this.getDepFormLendingGoodsId());
        }
        if (this.isset_depFormLendingId) {
            dep_form_lending_model.setDepFormLendingId(this.getDepFormLendingId());
        }
        if (this.isset_whGoodsDetailsId) {
            dep_form_lending_model.setWhGoodsDetailsId(this.getWhGoodsDetailsId());
        }
        if (this.isset_usingGoodsHisId) {
            dep_form_lending_model.setUsingGoodsHisId(this.getUsingGoodsHisId());
        }
        if (this.isset_nowUserPhone) {
            dep_form_lending_model.setNowUserPhone(this.getNowUserPhone());
        }
        if (this.isset_nowUserName) {
            dep_form_lending_model.setNowUserName(this.getNowUserName());
        }
        if (this.isset_beiz) {
            dep_form_lending_model.setBeiz(this.getBeiz());
        }
        if (this.isset_whGoodsId) {
            dep_form_lending_model.setWhGoodsId(this.getWhGoodsId());
        }
        if (this.isset_usingCount) {
            dep_form_lending_model.setUsingCount(this.getUsingCount());
        }
        if (this.isset_warehouseId) {
            dep_form_lending_model.setWarehouseId(this.getWarehouseId());
        }
        if (this.isset_warehouseName) {
            dep_form_lending_model.setWarehouseName(this.getWarehouseName());
        }
        if (this.isset_agencyId) {
            dep_form_lending_model.setAgencyId(this.getAgencyId());
        }
        if (this.isset_agencyName) {
            dep_form_lending_model.setAgencyName(this.getAgencyName());
        }
        if (this.isset_departmentId) {
            dep_form_lending_model.setDepartmentId(this.getDepartmentId());
        }
        if (this.isset_departmentName) {
            dep_form_lending_model.setDepartmentName(this.getDepartmentName());
        }
        if (this.isset_baseGoodsTemplateId) {
            dep_form_lending_model.setBaseGoodsTemplateId(this.getBaseGoodsTemplateId());
        }
        if (this.isset_baseGoodsTemplateName) {
            dep_form_lending_model.setBaseGoodsTemplateName(this.getBaseGoodsTemplateName());
        }
        if (this.isset_unit) {
            dep_form_lending_model.setUnit(this.getUnit());
        }
        if (this.isset_baseGoodsModelsId) {
            dep_form_lending_model.setBaseGoodsModelsId(this.getBaseGoodsModelsId());
        }
        if (this.isset_baseGoodsModelsName) {
            dep_form_lending_model.setBaseGoodsModelsName(this.getBaseGoodsModelsName());
        }
        if (this.isset_price) {
            dep_form_lending_model.setPrice(this.getPrice());
        }
        if (this.isset_procureDate) {
            dep_form_lending_model.setProcureDate(this.getProcureDate());
        }
        return dep_form_lending_model;
    }
}