zhuguifei
2026-03-10 58402bd5e762361363a0f7d7907153c77dbb819f
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
package com.shlanbao.tzsc.pms.sch.stat.beans;
 
import com.shlanbao.tzsc.base.model.BaseEntity;
import com.shlanbao.tzsc.utils.extents.DateFmtAnnotation;
 
 
/**
 * 工单产出数据 
 * @author Leejean
 * @create 2014年11月18日下午4:21:29
 */
public class OutputBean extends BaseEntity {
    private String id;
    private String eqpType;//设备类型
    private String date;//生产日期
    private String date2;//生产日期第二个时间
    private String shift;//班次
    private String team;//班组
    private String equipment;//设备
    private String eqpCode;//设备code
    private String workShop;//车间代码
    private String workorder;//工单ID
    private String workorderCode;//工单号
    private String bth;//批次号
    private String orderNum;//订单号
    private String matProd;//牌号
    private String matId;//牌号id
    private String orderStat;//工单状态 1-下发  2-开始  4-结束 (工单状态)
    private String feedbackType;//反馈类型 0-结束工单  1-换班
    private Double qty;//产量
    private Double changeQty;//调整产量数
    private Double badQty;//剔除量
    private String unit;//产量单位
    private String unitName;//产量单位
    private String pstim;//计划开始
    private String petim;//计划结束
    @DateFmtAnnotation(fmtPattern="yyyy-MM-dd HH:mm:ss")
    private String stim;//实绩开始时间
    @DateFmtAnnotation(fmtPattern="yyyy-MM-dd HH:mm:ss")
    private String etim;//实绩结束时间
    @DateFmtAnnotation(fmtPattern="yyyy-MM-dd HH:mm:ss")
    private String supplytim;//下发时间
    private Double runTime;//运行时间
    private Double stopTime;//停机时间
    private Long stopTimes;//停机次数
    private String timeunit;//时间单位
    @DateFmtAnnotation(fmtPattern="yyyy-MM-dd HH:mm:ss")
    private String lastRecvTime;//最后数据接收时间
    @DateFmtAnnotation(fmtPattern="yyyy-MM-dd HH:mm:ss")
    private String lastUpdateTime;//数据最后编辑时间
    private Long isFeedback;//是否反馈
    @DateFmtAnnotation(fmtPattern="yyyy-MM-dd HH:mm:ss")
    private String feedbackTime;//反馈时间
    private String feedbackUser;//反馈人
    private Long del;//删除
    private String changeFlag;//产量修改标识
    private String OrderType;
    private String result;//结果类型
    private Double qty1; //1-手动录入在线追溯数据
    private Double qty2; //2-手动录入手动追加数据
    private Double qty3; //3-手动录入成品抽样数据
    private Double qty4; //4-手动录入高架置换数据
    private Double qty5; //5-手动录入1号工程码数据
    private Double qty6; //6-手动录入其他
    private Double qty7; //7-手动录入1号工程码数据(包装机  :  提升机产量) 
    private Double dacQty;//DAc采集数据
    private Double DACqty;
    private Double pbjQty;//排包机产量
    private Double mainQty;//主机产量(小包机)
    private Double mainBadQty;//主机剔除量
    private Double tbjQty;//透包机产量
    private Double tbjGdQty;//主机剔除量
    private Double tbjBadQty;//透包机产量
    private Double recQty1;//接收1
    private Double recQty2;//接收2
    
    //人工发料数--成型滤棒报表,手工发料维护参数 
    private Double cxpz; //成型盘纸
    private Double cxdb; //成型大包
    private Double cxkl; //创库发料
 
 
 
 
    public Double getQty6() {
        return qty6;
    }
    public void setQty6(Double qty6) {
        this.qty6 = qty6;
    }
    public Double getQty7() {
        return qty7;
    }
    public void setQty7(Double qty7) {
        this.qty7 = qty7;
    }
    public Double getPbjQty() {
        return pbjQty;
    }
    public void setPbjQty(Double pbjQty) {
        this.pbjQty = pbjQty;
    }
    public Double getMainQty() {
        return mainQty;
    }
    public void setMainQty(Double mainQty) {
        this.mainQty = mainQty;
    }
    public Double getTbjQty() {
        return tbjQty;
    }
    public void setTbjQty(Double tbjQty) {
        this.tbjQty = tbjQty;
    }
    public Double getDACqty() {
        return DACqty;
    }
    public void setDACqty(Double dACqty) {
        DACqty = dACqty;
    }
    public Double getDacQty() {
        return dacQty;
    }
    public void setDacQty(Double dacQty) {
        this.dacQty = dacQty;
    }
    public String getResult() {
        return result;
    }
    public void setResult(String result) {
        this.result = result;
    }
    public String getOrderType() {
        return OrderType;
    }
    public void setOrderType(String orderType) {
        OrderType = orderType;
    }
    private String sequenceNumber;//批次作业顺序号
    
    public String getSequenceNumber() {
        return sequenceNumber;
    }
    public void setSequenceNumber(String sequenceNumber) {
        this.sequenceNumber = sequenceNumber;
    }
    public String getChangeFlag() {
        return changeFlag;
    }
    public void setChangeFlag(String changeFlag) {
        this.changeFlag = changeFlag;
    }
    public OutputBean() {
        // TODO Auto-generated constructor stub
    }
    public OutputBean(String id, Double qty, Double badQty, Double runTime,
            Double stopTime, Long stopTimes, String lastRecvTime) {
        super();
        this.id = id;
        this.qty = qty;
        this.badQty = badQty;
        this.runTime = runTime;
        this.stopTime = stopTime;
        this.stopTimes = stopTimes;
        this.lastRecvTime = lastRecvTime;
    }
 
 
    public OutputBean(String id, Double qty, Double badQty, Double runTime, Double stopTime,
                      Long stopTimes, Double DACqty,Double mainQty, Double mainBadQty,
                      Double tbjQty, Double tbjGdQty, Double tbjBadQty, Double pbjQty,  Double recQty1, Double recQty2) {
        this.id = id;
        this.qty = qty;
        this.badQty = badQty;
        this.runTime = runTime;
        this.stopTime = stopTime;
        this.stopTimes = stopTimes;
        this.DACqty = DACqty;
        this.pbjQty = pbjQty;
        this.mainQty = mainQty;
        this.mainBadQty = mainBadQty;
        this.tbjQty = tbjQty;
        this.tbjGdQty = tbjGdQty;
        this.tbjBadQty = tbjBadQty;
        this.recQty1 = recQty1;
        this.recQty2 = recQty2;
    }
 
    public String getPstim() {
        return pstim;
    }
    public void setPstim(String pstim) {
        this.pstim = pstim;
    }
    public String getPetim() {
        return petim;
    }
    public void setPetim(String petim) {
        this.petim = petim;
    }
    public String getId() {
        return id;
    }
    public void setId(String id) {
        this.id = id;
    }
    
    public String getEqpType() {
        return eqpType;
    }
    public void setEqpType(String eqpType) {
        this.eqpType = eqpType;
    }
    public String getUnit() {
        return unit;
    }
    public void setUnit(String unit) {
        this.unit = unit;
    }
    public String getWorkorder() {
        return workorder;
    }
    public void setWorkorder(String workorder) {
        this.workorder = workorder;
    }
    public String getMatProd() {
        return matProd;
    }
    public void setMatProd(String matProd) {
        this.matProd = matProd;
    }
    public String getEquipment() {
        return equipment;
    }
    public void setEquipment(String equipment) {
        this.equipment = equipment;
    }
    public String getDate() {
        return date;
    }
    public void setDate(String date) {
        this.date = date;
    }
    public String getShift() {
        return shift;
    }
    public void setShift(String shift) {
        this.shift = shift;
    }
    
    public String getEqpCode() {
        return eqpCode;
    }
    public void setEqpCode(String eqpCode) {
        this.eqpCode = eqpCode;
    }
    public String getBth() {
        return bth;
    }
    public void setBth(String bth) {
        this.bth = bth;
    }
    public String getOrderNum() {
        return orderNum;
    }
    public void setOrderNum(String orderNum) {
        this.orderNum = orderNum;
    }
    public String getMatId() {
        return matId;
    }
    public void setMatId(String matId) {
        this.matId = matId;
    }
    public String getOrderStat() {
        return orderStat;
    }
    public void setOrderStat(String orderStat) {
        this.orderStat = orderStat;
    }
    public String getFeedbackType() {
        return feedbackType;
    }
    public void setFeedbackType(String feedbackType) {
        this.feedbackType = feedbackType;
    }
    public String getSupplytim() {
        return supplytim;
    }
    public void setSupplytim(String supplytim) {
        this.supplytim = supplytim;
    }
    public String getTeam() {
        return team;
    }
    public void setTeam(String team) {
        this.team = team;
    }
    public Double getQty() {
        return qty;
    }
    public void setQty(Double qty) {
        this.qty = qty;
    }
    public Double getBadQty() {
        return badQty;
    }
    public void setBadQty(Double badQty) {
        this.badQty = badQty;
    }
    public String getStim() {
        return stim;
    }
    public void setStim(String stim) {
        this.stim = stim;
    }
    public String getEtim() {
        return etim;
    }
    public void setEtim(String etim) {
        this.etim = etim;
    }
    public Double getRunTime() {
        return runTime;
    }
    public void setRunTime(Double runTime) {
        this.runTime = runTime;
    }
    public Double getStopTime() {
        return stopTime;
    }
    public void setStopTime(Double stopTime) {
        this.stopTime = stopTime;
    }
    public Long getStopTimes() {
        return stopTimes;
    }
    public void setStopTimes(Long stopTimes) {
        this.stopTimes = stopTimes;
    }
    public String getTimeunit() {
        return timeunit;
    }
    public void setTimeunit(String timeunit) {
        this.timeunit = timeunit;
    }
    public String getLastRecvTime() {
        return lastRecvTime;
    }
    public void setLastRecvTime(String lastRecvTime) {
        this.lastRecvTime = lastRecvTime;
    }
    public String getLastUpdateTime() {
        return lastUpdateTime;
    }
    public void setLastUpdateTime(String lastUpdateTime) {
        this.lastUpdateTime = lastUpdateTime;
    }
    public Long getIsFeedback() {
        return isFeedback;
    }
    public void setIsFeedback(Long isFeedback) {
        this.isFeedback = isFeedback;
    }
    public String getFeedbackTime() {
        return feedbackTime;
    }
    public void setFeedbackTime(String feedbackTime) {
        this.feedbackTime = feedbackTime;
    }
    public String getFeedbackUser() {
        return feedbackUser;
    }
    public void setFeedbackUser(String feedbackUser) {
        this.feedbackUser = feedbackUser;
    }
    public Long getDel() {
        return del;
    }
    
    public Double getChangeQty() {
        return changeQty;
    }
    public void setChangeQty(Double changeQty) {
        this.changeQty = changeQty;
    }
    public void setDel(Long del) {
        this.del = del;
    }
    public String getWorkShop() {
        return workShop;
    }
    public void setWorkShop(String workShop) {
        this.workShop = workShop;
    }
    public String getWorkorderCode() {
        return workorderCode;
    }
    public void setWorkorderCode(String workorderCode) {
        this.workorderCode = workorderCode;
    }
    public String getUnitName() {
        return unitName;
    }
    public void setUnitName(String unitName) {
        this.unitName = unitName;
    }
    public String getDate2() {
        return date2;
    }
    public void setDate2(String date2) {
        this.date2 = date2;
    }
    public Double getQty1() {
        return qty1;
    }
    public void setQty1(Double qty1) {
        this.qty1 = qty1;
    }
    public Double getQty2() {
        return qty2;
    }
    public void setQty2(Double qty2) {
        this.qty2 = qty2;
    }
    public Double getQty3() {
        return qty3;
    }
    public void setQty3(Double qty3) {
        this.qty3 = qty3;
    }
    public Double getQty4() {
        return qty4;
    }
    public void setQty4(Double qty4) {
        this.qty4 = qty4;
    }
    public Double getQty5() {
        return qty5;
    }
    public void setQty5(Double qty5) {
        this.qty5 = qty5;
    }
    public Double getCxpz() {
        return cxpz;
    }
    public void setCxpz(Double cxpz) {
        this.cxpz = cxpz;
    }
    public Double getCxdb() {
        return cxdb;
    }
    public void setCxdb(Double cxdb) {
        this.cxdb = cxdb;
    }
    public Double getCxkl() {
        return cxkl;
    }
    public void setCxkl(Double cxkl) {
        this.cxkl = cxkl;
    }
    public Double getRecQty1() {
        return recQty1;
    }
    public void setRecQty1(Double recQty1) {
        this.recQty1 = recQty1;
    }
    public Double getRecQty2() {
        return recQty2;
    }
    public void setRecQty2(Double recQty2) {
        this.recQty2 = recQty2;
    }
 
    public Double getMainBadQty() {
        return mainBadQty;
    }
 
    public void setMainBadQty(Double mainBadQty) {
        this.mainBadQty = mainBadQty;
    }
 
    public Double getTbjGdQty() {
        return tbjGdQty;
    }
 
    public void setTbjGdQty(Double tbjGdQty) {
        this.tbjGdQty = tbjGdQty;
    }
 
    public Double getTbjBadQty() {
        return tbjBadQty;
    }
 
    public void setTbjBadQty(Double tbjBadQty) {
        this.tbjBadQty = tbjBadQty;
    }
}