王佳豪
2021-06-26 718f604deb342b0bee6c588bb44e22ced3371fb8
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
package com.slcf.pojo;
 
/**
 * 输送设备站点实体类
 * @author admin
 * @date 2018年11月6日
 */
public class StationBean {
    private int dev_no;
    private String dec_desc;
    private String dev_mk;
    private String in_enable;
    private String out_enable;
    private String autoing;
    private String loading;
    private String canining;
    private String canouting;
    private String fronting;
    private String rearing;
    private String uping;
    private String downing;
    private String inreq1;
    private String inreq2;
    private int wrk_no;
    private int wrk_no1;
    private int ctn_type;
    private String barcode;
    private int in_qty;
    private int row1;
    private String io_time;
    private String area;
    private String in_ok;
    private String out_ok;
    private String modi_user;
    private String modi_time;
    private String appe_user;
    private String appe_time;
    private double std_qty; 
    private double min_wt;
    private double max_wt;
    private double gross_wt;
    private int cart_pos;
 
 
    public int getDev_no() {
        return dev_no;
    }
    public void setDev_no(int dev_no) {
        this.dev_no = dev_no;
    }
    /**
     * @return the dec_desc
     */
    public String getDec_desc() {
        return dec_desc;
    }
    /**
     * @param dec_desc the dec_desc to set
     */
    public void setDec_desc(String dec_desc) {
        this.dec_desc = dec_desc;
    }
    /**
     * @return the dev_mk
     */
    public String getDev_mk() {
        return dev_mk;
    }
    /**
     * @param dev_mk the dev_mk to set
     */
    public void setDev_mk(String dev_mk) {
        this.dev_mk = dev_mk;
    }
    /**
     * @return the in_enable
     */
    public String getIn_enable() {
        return in_enable;
    }
    /**
     * @param in_enable the in_enable to set
     */
    public void setIn_enable(String in_enable) {
        this.in_enable = in_enable;
    }
    /**
     * @return the out_enable
     */
    public String getOut_enable() {
        return out_enable;
    }
    /**
     * @param out_enable the out_enable to set
     */
    public void setOut_enable(String out_enable) {
        this.out_enable = out_enable;
    }
    /**
     * @return the autoing
     */
    public String getAutoing() {
        return autoing;
    }
    /**
     * @param autoing the autoing to set
     */
    public void setAutoing(String autoing) {
        this.autoing = autoing;
    }
    /**
     * @return the loading
     */
    public String getLoading() {
        return loading;
    }
    /**
     * @param loading the loading to set
     */
    public void setLoading(String loading) {
        this.loading = loading;
    }
    /**
     * @return the canining
     */
    public String getCanining() {
        return canining;
    }
    /**
     * @param canining the canining to set
     */
    public void setCanining(String canining) {
        this.canining = canining;
    }
    /**
     * @return the canouting
     */
    public String getCanouting() {
        return canouting;
    }
    /**
     * @param canouting the canouting to set
     */
    public void setCanouting(String canouting) {
        this.canouting = canouting;
    }
    /**
     * @return the fronting
     */
    public String getFronting() {
        return fronting;
    }
    /**
     * @param fronting the fronting to set
     */
    public void setFronting(String fronting) {
        this.fronting = fronting;
    }
    /**
     * @return the rearing
     */
    public String getRearing() {
        return rearing;
    }
    /**
     * @param rearing the rearing to set
     */
    public void setRearing(String rearing) {
        this.rearing = rearing;
    }
    /**
     * @return the uping
     */
    public String getUping() {
        return uping;
    }
    /**
     * @param uping the uping to set
     */
    public void setUping(String uping) {
        this.uping = uping;
    }
    /**
     * @return the downing
     */
    public String getDowning() {
        return downing;
    }
    /**
     * @param downing the downing to set
     */
    public void setDowning(String downing) {
        this.downing = downing;
    }
    /**
     * @return the inreq1
     */
    public String getInreq1() {
        return inreq1;
    }
    /**
     * @param inreq1 the inreq1 to set
     */
    public void setInreq1(String inreq1) {
        this.inreq1 = inreq1;
    }
    /**
     * @return the inreq2
     */
    public String getInreq2() {
        return inreq2;
    }
    /**
     * @param inreq2 the inreq2 to set
     */
    public void setInreq2(String inreq2) {
        this.inreq2 = inreq2;
    }
    /**
     * @return the wrk_no
     */
    public int getWrk_no() {
        return wrk_no;
    }
    /**
     * @param wrk_no the wrk_no to set
     */
    public void setWrk_no(int wrk_no) {
        this.wrk_no = wrk_no;
    }
    /**
     * @return the wrk_no1
     */
    public int getWrk_no1() {
        return wrk_no1;
    }
    /**
     * @param wrk_no1 the wrk_no1 to set
     */
    public void setWrk_no1(int wrk_no1) {
        this.wrk_no1 = wrk_no1;
    }
    /**
     * @return the ctn_type
     */
    public int getCtn_type() {
        return ctn_type;
    }
    /**
     * @param ctn_type the ctn_type to set
     */
    public void setCtn_type(int ctn_type) {
        this.ctn_type = ctn_type;
    }
    /**
     * @return the barcode
     */
    public String getBarcode() {
        return barcode;
    }
    /**
     * @param barcode the barcode to set
     */
    public void setBarcode(String barcode) {
        this.barcode = barcode;
    }
    /**
     * @return the in_qty
     */
    public int getIn_qty() {
        return in_qty;
    }
    /**
     * @param in_qty the in_qty to set
     */
    public void setIn_qty(int in_qty) {
        this.in_qty = in_qty;
    }
    /**
     * @return the row1
     */
    public int getRow1() {
        return row1;
    }
    /**
     * @param row1 the row1 to set
     */
    public void setRow1(int row1) {
        this.row1 = row1;
    }
    /**
     * @return the io_time
     */
    public String getIo_time() {
        return io_time;
    }
    /**
     * @param io_time the io_time to set
     */
    public void setIo_time(String io_time) {
        this.io_time = io_time;
    }
    /**
     * @return the area
     */
    public String getArea() {
        return area;
    }
    /**
     * @param area the area to set
     */
    public void setArea(String area) {
        this.area = area;
    }
    /**
     * @return the in_ok
     */
    public String getIn_ok() {
        return in_ok;
    }
    /**
     * @param in_ok the in_ok to set
     */
    public void setIn_ok(String in_ok) {
        this.in_ok = in_ok;
    }
    /**
     * @return the out_ok
     */
    public String getOut_ok() {
        return out_ok;
    }
    /**
     * @param out_ok the out_ok to set
     */
    public void setOut_ok(String out_ok) {
        this.out_ok = out_ok;
    }
    /**
     * @return the modi_user
     */
    public String getModi_user() {
        return modi_user;
    }
    /**
     * @param modi_user the modi_user to set
     */
    public void setModi_user(String modi_user) {
        this.modi_user = modi_user;
    }
    /**
     * @return the modi_time
     */
    public String getModi_time() {
        return modi_time;
    }
    /**
     * @param modi_time the modi_time to set
     */
    public void setModi_time(String modi_time) {
        this.modi_time = modi_time;
    }
    /**
     * @return the appe_user
     */
    public String getAppe_user() {
        return appe_user;
    }
    /**
     * @param appe_user the appe_user to set
     */
    public void setAppe_user(String appe_user) {
        this.appe_user = appe_user;
    }
    /**
     * @return the appe_time
     */
    public String getAppe_time() {
        return appe_time;
    }
    /**
     * @param appe_time the appe_time to set
     */
    public void setAppe_time(String appe_time) {
        this.appe_time = appe_time;
    }
    /**
     * @return the std_qty
     */
    public double getStd_qty() {
        return std_qty;
    }
    /**
     * @param std_qty the std_qty to set
     */
    public void setStd_qty(double std_qty) {
        this.std_qty = std_qty;
    }
    /**
     * @return the min_wt
     */
    public double getMin_wt() {
        return min_wt;
    }
    /**
     * @param min_wt the min_wt to set
     */
    public void setMin_wt(double min_wt) {
        this.min_wt = min_wt;
    }
    /**
     * @return the max_wt
     */
    public double getMax_wt() {
        return max_wt;
    }
    /**
     * @param max_wt the max_wt to set
     */
    public void setMax_wt(double max_wt) {
        this.max_wt = max_wt;
    }
    /**
     * @return the gross_wt
     */
    public double getGross_wt() {
        return gross_wt;
    }
    /**
     * @param gross_wt the gross_wt to set
     */
    public void setGross_wt(double gross_wt) {
        this.gross_wt = gross_wt;
    }
    /**
     * @return the cart_pos
     */
    public int getCart_pos() {
        return cart_pos;
    }
    /**
     * @param cart_pos the cart_pos to set
     */
    public void setCart_pos(int cart_pos) {
        this.cart_pos = cart_pos;
    }
    
}