1821349743@qq.com
2023-02-20 d36d570014c8dc3b1b8c0608512053769c4aaae8
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
package com.product.lucene.entity;/**
 * Created by Administrator on 2019/11/14/014.
 */
 
import java.util.Date;
 
/**
 * @ClassName Product
 * @Description TODO
 * @Author yb
 * @Date 2019/11/14/0149:57
 * @Version 1.0
 **/
public class Product {
    private Integer id;
 
    private Long cid1;
 
    private String cid1Name;
 
    private Double commission;
 
    private Double commissionShare;
 
    private Integer bindType;
 
    private String brandCode;
 
    private String brandName;
 
    private Long comments;
 
    private Double discount;
 
    private Integer eliteId;
 
    private String eliteName;
 
    private Date getEndTime;
 
    private Date getStartTime;
 
    private String link;
 
    private String materialUrl;
 
    private String owner;
 
    private Double pingouPrice;
 
    private Long pingouTmCount;
 
    private String pingouUrl;
 
    private Double price;
 
    private Double quota;
 
    private Long shopId;
 
    private String shopName;
 
    private Long skuId;
 
    private String skuName;
 
    private Long spuid;
 
    private String url;
 
    private Date useEndTime;
 
    private Date useStartTime;
 
    private String clickurl;
 
    private Double discountRate;
 
    private Date updateTime;
 
    private Date createTime;
    
    private Integer page;
    
    private Integer limit;
    
    private String desc;
    
    
    public Integer getId() {
        return id;
    }
 
    public void setId(Integer id) {
        this.id = id;
    }
 
    public Long getCid1() {
        return cid1;
    }
 
    public void setCid1(Long cid1) {
        this.cid1 = cid1;
    }
 
    public String getCid1Name() {
        return cid1Name;
    }
 
    public void setCid1Name(String cid1Name) {
        this.cid1Name = cid1Name;
    }
 
    public Double getCommission() {
        return commission;
    }
 
    public void setCommission(Double commission) {
        this.commission = commission;
    }
 
    public Double getCommissionShare() {
        return commissionShare;
    }
 
    public void setCommissionShare(Double commissionShare) {
        this.commissionShare = commissionShare;
    }
 
    public Integer getBindType() {
        return bindType;
    }
 
    public void setBindType(Integer bindType) {
        this.bindType = bindType;
    }
 
    public String getBrandCode() {
        return brandCode;
    }
 
    public void setBrandCode(String brandCode) {
        this.brandCode = brandCode;
    }
 
    public String getBrandName() {
        return brandName;
    }
 
    public void setBrandName(String brandName) {
        this.brandName = brandName;
    }
 
    public Long getComments() {
        return comments;
    }
 
    public void setComments(Long comments) {
        this.comments = comments;
    }
 
    public Double getDiscount() {
        return discount;
    }
 
    public void setDiscount(Double discount) {
        this.discount = discount;
    }
 
    public Integer getEliteId() {
        return eliteId;
    }
 
    public void setEliteId(Integer eliteId) {
        this.eliteId = eliteId;
    }
 
    public String getEliteName() {
        return eliteName;
    }
 
    public void setEliteName(String eliteName) {
        this.eliteName = eliteName;
    }
 
    public Date getGetEndTime() {
        return getEndTime;
    }
 
    public void setGetEndTime(Date getEndTime) {
        this.getEndTime = getEndTime;
    }
 
    public Date getGetStartTime() {
        return getStartTime;
    }
 
    public void setGetStartTime(Date getStartTime) {
        this.getStartTime = getStartTime;
    }
 
    public String getLink() {
        return link;
    }
 
    public void setLink(String link) {
        this.link = link;
    }
 
    public String getMaterialUrl() {
        return materialUrl;
    }
 
    public void setMaterialUrl(String materialUrl) {
        this.materialUrl = materialUrl;
    }
 
    public String getOwner() {
        return owner;
    }
 
    public void setOwner(String owner) {
        this.owner = owner;
    }
 
    public Double getPingouPrice() {
        return pingouPrice;
    }
 
    public void setPingouPrice(Double pingouPrice) {
        this.pingouPrice = pingouPrice;
    }
 
    public Long getPingouTmCount() {
        return pingouTmCount;
    }
 
    public void setPingouTmCount(Long pingouTmCount) {
        this.pingouTmCount = pingouTmCount;
    }
 
    public String getPingouUrl() {
        return pingouUrl;
    }
 
    public void setPingouUrl(String pingouUrl) {
        this.pingouUrl = pingouUrl;
    }
 
    public Double getPrice() {
        return price;
    }
 
    public void setPrice(Double price) {
        this.price = price;
    }
 
    public Double getQuota() {
        return quota;
    }
 
    public void setQuota(Double quota) {
        this.quota = quota;
    }
 
    public Long getShopId() {
        return shopId;
    }
 
    public void setShopId(Long shopId) {
        this.shopId = shopId;
    }
 
    public String getShopName() {
        return shopName;
    }
 
    public void setShopName(String shopName) {
        this.shopName = shopName;
    }
 
    public Long getSkuId() {
        return skuId;
    }
 
    public void setSkuId(Long skuId) {
        this.skuId = skuId;
    }
 
    public String getSkuName() {
        return skuName;
    }
 
    public void setSkuName(String skuName) {
        this.skuName = skuName;
    }
 
    public Long getSpuid() {
        return spuid;
    }
 
    public void setSpuid(Long spuid) {
        this.spuid = spuid;
    }
 
    public String getUrl() {
        return url;
    }
 
    public void setUrl(String url) {
        this.url = url;
    }
 
    public Date getUseEndTime() {
        return useEndTime;
    }
 
    public void setUseEndTime(Date useEndTime) {
        this.useEndTime = useEndTime;
    }
 
    public Date getUseStartTime() {
        return useStartTime;
    }
 
    public void setUseStartTime(Date useStartTime) {
        this.useStartTime = useStartTime;
    }
 
    public String getClickurl() {
        return clickurl;
    }
 
    public void setClickurl(String clickurl) {
        this.clickurl = clickurl;
    }
 
    public Double getDiscountRate() {
        return discountRate;
    }
 
    public void setDiscountRate(Double discountRate) {
        this.discountRate = discountRate;
    }
 
    public Date getUpdateTime() {
        return updateTime;
    }
 
    public void setUpdateTime(Date updateTime) {
        this.updateTime = updateTime;
    }
 
    public Date getCreateTime() {
        return createTime;
    }
 
    public void setCreateTime(Date createTime) {
        this.createTime = createTime;
    }
 
    public Integer getPage() {
        return page;
    }
 
    public void setPage(Integer page) {
        this.page = page;
    }
 
    public Integer getLimit() {
        return limit;
    }
 
    public void setLimit(Integer limit) {
        this.limit = limit;
    }
 
    public String getDesc() {
        return desc;
    }
 
    public void setDesc(String desc) {
        this.desc = desc;
    }
    
    
}