liuxiaolong
2019-05-09 0d1d88cdb668e75ea8609417ac18ae19947e9525
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
package com.landy.gum.base.query;
 
import java.util.Date;
 
import javax.persistence.Column;
import javax.persistence.Entity;
 
import com.landy.framework.core.query.BaseQueryItem;
 
@Entity
public class ProductKucunListQueryItem extends BaseQueryItem {
 
    private String bbprId;
    private String bbprSn;
    private String bbprName;
    private String bbprEnName;
    private String bbprUnit;
    private String bbprStyle;
    private String bbprBrand;
    private String bbprAttribute;
    private Double bbprPurchaseMax;
    private Double bbprInventoryMax;
    private Double bbprInventoryMin;
    private Double bbprSalePrice;
    private String bbprIntoSocialSecurity;
    private String bbprState;
    private String bbprPickable;
    private String bbprDesc;
    private String bbprSyaccIds;
    private Integer bbprLocationid;
    private Integer bbprBbbrId;
    private String creator;
    private Date createTime;
    private String modifier;
    private Date modifyTime;
    private Integer bbprSydiId;
    private String bbprManagementModel;
    private String bbprIntoInventoryManage;
    private String bbprCode;
    private String bbprCode1;
    private String bbprCode2;
    private String bbprIntoBarcode;
    private Integer bbprPickMax;
    private Double bbprSize;
    private String bbbrName;
    private String bbprSydiName;
    private Double bbppPrice;
    
    private Double size;
    
    @Column(name = "size")
    public Double getSize() {
        return size;
    }
 
    public void setSize(Double size) {
        this.size = size;
        addValidField("size");
    }
 
    @Column(name = "bbpr_id")
    public String getBbprId() {
        return bbprId;
    }
 
    public void setBbprId(String bbprId) {
        this.bbprId = bbprId;
        addValidField("bbprId");
    }
 
    @Column(name = "bbpr_sn")
    public String getBbprSn() {
        return bbprSn;
    }
 
    public void setBbprSn(String bbprSn) {
        this.bbprSn = bbprSn;
        addValidField("bbprSn");
    }
 
    @Column(name = "bbpr_name")
    public String getBbprName() {
        return bbprName;
    }
 
    public void setBbprName(String bbprName) {
        this.bbprName = bbprName;
        addValidField("bbprName");
    }
 
    @Column(name = "bbpr_en_name")
    public String getBbprEnName() {
        return bbprEnName;
    }
 
    public void setBbprEnName(String bbprEnName) {
        this.bbprEnName = bbprEnName;
        addValidField("bbprEnName");
    }
 
    @Column(name = "bbpr_unit")
    public String getBbprUnit() {
        return bbprUnit;
    }
 
    public void setBbprUnit(String bbprUnit) {
        this.bbprUnit = bbprUnit;
        addValidField("bbprUnit");
    }
 
    @Column(name = "bbpr_style")
    public String getBbprStyle() {
        return bbprStyle;
    }
 
    public void setBbprStyle(String bbprStyle) {
        this.bbprStyle = bbprStyle;
        addValidField("bbprStyle");
    }
 
    @Column(name = "bbpr_brand")
    public String getBbprBrand() {
        return bbprBrand;
    }
 
    public void setBbprBrand(String bbprBrand) {
        this.bbprBrand = bbprBrand;
        addValidField("bbprBrand");
    }
 
    @Column(name = "bbpr_attribute")
    public String getBbprAttribute() {
        return bbprAttribute;
    }
 
    public void setBbprAttribute(String bbprAttribute) {
        this.bbprAttribute = bbprAttribute;
        addValidField("bbprAttribute");
    }
 
    @Column(name = "bbpr_purchase_max")
    public Double getBbprPurchaseMax() {
        return bbprPurchaseMax;
    }
 
    public void setBbprPurchaseMax(Double bbprPurchaseMax) {
        this.bbprPurchaseMax = bbprPurchaseMax;
        addValidField("bbprPurchaseMax");
    }
 
    @Column(name = "bbpr_inventory_max")
    public Double getBbprInventoryMax() {
        return bbprInventoryMax;
    }
 
    public void setBbprInventoryMax(Double bbprInventoryMax) {
        this.bbprInventoryMax = bbprInventoryMax;
        addValidField("bbprInventoryMax");
    }
 
    @Column(name = "bbpr_inventory_min")
    public Double getBbprInventoryMin() {
        return bbprInventoryMin;
    }
 
    public void setBbprInventoryMin(Double bbprInventoryMin) {
        this.bbprInventoryMin = bbprInventoryMin;
        addValidField("bbprInventoryMin");
    }
 
    @Column(name = "bbpr_sale_price")
    public Double getBbprSalePrice() {
        return bbprSalePrice;
    }
 
    public void setBbprSalePrice(Double bbprSalePrice) {
        this.bbprSalePrice = bbprSalePrice;
        addValidField("bbprSalePrice");
    }
 
    @Column(name = "bbpr_into_social_security")
    public String getBbprIntoSocialSecurity() {
        return bbprIntoSocialSecurity;
    }
 
    public void setBbprIntoSocialSecurity(String bbprIntoSocialSecurity) {
        this.bbprIntoSocialSecurity = bbprIntoSocialSecurity;
        addValidField("bbprIntoSocialSecurity");
    }
 
    @Column(name = "bbpr_state")
    public String getBbprState() {
        return bbprState;
    }
 
    public void setBbprState(String bbprState) {
        this.bbprState = bbprState;
        addValidField("bbprState");
    }
 
    @Column(name = "bbpr_pickable")
    public String getBbprPickable() {
        return bbprPickable;
    }
 
    public void setBbprPickable(String bbprPickable) {
        this.bbprPickable = bbprPickable;
        addValidField("bbprPickable");
    }
 
    @Column(name = "bbpr_desc")
    public String getBbprDesc() {
        return bbprDesc;
    }
 
    public void setBbprDesc(String bbprDesc) {
        this.bbprDesc = bbprDesc;
        addValidField("bbprDesc");
    }
 
    @Column(name = "bbpr_syacc_ids")
    public String getBbprSyaccIds() {
        return bbprSyaccIds;
    }
 
    public void setBbprSyaccIds(String bbprSyaccIds) {
        this.bbprSyaccIds = bbprSyaccIds;
        addValidField("bbprSyaccIds");
    }
 
    @Column(name = "bbpr_locationid")
    public Integer getBbprLocationid() {
        return bbprLocationid;
    }
 
    public void setBbprLocationid(Integer bbprLocationid) {
        this.bbprLocationid = bbprLocationid;
        addValidField("bbprLocationid");
    }
 
    @Column(name = "bbpr_bbbr_id")
    public Integer getBbprBbbrId() {
        return bbprBbbrId;
    }
 
    public void setBbprBbbrId(Integer bbprBbbrId) {
        this.bbprBbbrId = bbprBbbrId;
        addValidField("bbprBbbrId");
    }
 
    @Column(name = "creator")
    public String getCreator() {
        return creator;
    }
 
    public void setCreator(String creator) {
        this.creator = creator;
        addValidField("creator");
    }
 
    @Column(name = "create_time")
    public Date getCreateTime() {
        return createTime;
    }
 
    public void setCreateTime(Date createTime) {
        this.createTime = createTime;
        addValidField("createTime");
    }
 
    @Column(name = "modifier")
    public String getModifier() {
        return modifier;
    }
 
    public void setModifier(String modifier) {
        this.modifier = modifier;
        addValidField("modifier");
    }
 
    @Column(name = "modify_time")
    public Date getModifyTime() {
        return modifyTime;
    }
 
    public void setModifyTime(Date modifyTime) {
        this.modifyTime = modifyTime;
        addValidField("modifyTime");
    }
 
    @Column(name = "bbpr_sydi_id")
    public Integer getBbprSydiId() {
        return bbprSydiId;
    }
 
    public void setBbprSydiId(Integer bbprSydiId) {
        this.bbprSydiId = bbprSydiId;
        addValidField("bbprSydiId");
    }
 
    @Column(name = "bbpr_management_model")
    public String getBbprManagementModel() {
        return bbprManagementModel;
    }
 
    public void setBbprManagementModel(String bbprManagementModel) {
        this.bbprManagementModel = bbprManagementModel;
        addValidField("bbprManagementModel");
    }
 
    @Column(name = "bbpr_into_inventory_manage")
    public String getBbprIntoInventoryManage() {
        return bbprIntoInventoryManage;
    }
 
    public void setBbprIntoInventoryManage(String bbprIntoInventoryManage) {
        this.bbprIntoInventoryManage = bbprIntoInventoryManage;
        addValidField("bbprIntoInventoryManage");
    }
 
    @Column(name = "bbpr_code")
    public String getBbprCode() {
        return bbprCode;
    }
 
    public void setBbprCode(String bbprCode) {
        this.bbprCode = bbprCode;
        addValidField("bbprCode");
    }
 
    @Column(name = "bbpr_code1")
    public String getBbprCode1() {
        return bbprCode1;
    }
 
    public void setBbprCode1(String bbprCode1) {
        this.bbprCode1 = bbprCode1;
        addValidField("bbprCode1");
    }
 
    @Column(name = "bbpr_code2")
    public String getBbprCode2() {
        return bbprCode2;
    }
 
    public void setBbprCode2(String bbprCode2) {
        this.bbprCode2 = bbprCode2;
        addValidField("bbprCode2");
    }
 
    @Column(name = "bbpr_into_barcode")
    public String getBbprIntoBarcode() {
        return bbprIntoBarcode;
    }
 
    public void setBbprIntoBarcode(String bbprIntoBarcode) {
        this.bbprIntoBarcode = bbprIntoBarcode;
        addValidField("bbprIntoBarcode");
    }
 
    @Column(name = "bbpr_pick_max")
    public Integer getBbprPickMax() {
        return bbprPickMax;
    }
 
    public void setBbprPickMax(Integer bbprPickMax) {
        this.bbprPickMax = bbprPickMax;
        addValidField("bbprPickMax");
    }
 
    @Column(name = "bbpr_size")
    public Double getBbprSize() {
        return bbprSize;
    }
 
    public void setBbprSize(Double bbprSize) {
        this.bbprSize = bbprSize;
        addValidField("bbprSize");
    }
 
    @Column(name = "bbbr_name")
    public String getBbbrName() {
        return bbbrName;
    }
 
    public void setBbbrName(String bbbrName) {
        this.bbbrName = bbbrName;
        addValidField("bbbrName");
    }
 
    @Column(name = "bbpr_sydi_name")
    public String getBbprSydiName() {
        return bbprSydiName;
    }
 
    public void setBbprSydiName(String bbprSydiName) {
        this.bbprSydiName = bbprSydiName;
        addValidField("bbprSydiName");
    }
 
    @Column(name = "bbpp_price")
    public Double getBbppPrice() {
        return bbppPrice;
    }
 
    public void setBbppPrice(Double bbppPrice) {
        this.bbppPrice = bbppPrice;
        addValidField("bbppPrice");
    }
 
 
}