自动化立体仓库 - WMS系统
#
zjj
2025-09-17 4474cf3c30e6ad06711d2021be15ff82c36bd75a
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
package com.zy.asrs.entity;
 
import com.core.common.Cools;import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.enums.IdType;
import java.text.SimpleDateFormat;
import java.util.Date;
import org.springframework.format.annotation.DateTimeFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.text.SimpleDateFormat;
import java.util.Date;
import com.baomidou.mybatisplus.annotations.TableField;
 
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import com.baomidou.mybatisplus.annotations.TableName;
import java.io.Serializable;
 
@Data
@TableName("POInStock")
public class POInStock implements Serializable {
 
    private static final long serialVersionUID = 1L;
 
    @ApiModelProperty(value= "")
    @TableId(value = "FBrNo", type = IdType.INPUT)
    @TableField("FBrNo")
    private String FBrNo;
 
    @ApiModelProperty(value= "")
    @TableId(value = "FInterID", type = IdType.INPUT)
    @TableField("FInterID")
    private Integer FInterID;
 
    @ApiModelProperty(value= "")
    @TableField("FBillNo")
    private String FBillNo;
 
    @ApiModelProperty(value= "")
    @TableField("FCurrencyID")
    private Integer FCurrencyID;
 
    @ApiModelProperty(value= "")
    @TableField("FTranType")
    private Short FTranType;
 
    @ApiModelProperty(value= "")
    @TableField("FSupplyID")
    private Integer FSupplyID;
 
    @ApiModelProperty(value= "")
    @TableField("FDeptID")
    private Integer FDeptID;
 
    @ApiModelProperty(value= "")
    @TableField("FEmpID")
    private Integer FEmpID;
 
    @ApiModelProperty(value= "")
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
    @TableField("FDate")
    private Date FDate;
 
    @ApiModelProperty(value= "")
    @TableField("FStockID")
    private Integer FStockID;
 
    @ApiModelProperty(value= "")
    @TableField("FPosterID")
    private Integer FPosterID;
 
    @ApiModelProperty(value= "")
    @TableField("FCheckerID")
    private Integer FCheckerID;
 
    @ApiModelProperty(value= "")
    @TableField("FBillerID")
    private Integer FBillerID;
 
    @ApiModelProperty(value= "")
    @TableField("FFManagerID")
    private Integer FFManagerID;
 
    @ApiModelProperty(value= "")
    @TableField("FSManagerID")
    private Integer FSManagerID;
 
    @ApiModelProperty(value= "")
    @TableField("FCnnBillNo")
    private String FCnnBillNo;
 
    @ApiModelProperty(value= "")
    @TableField("FClosed")
    private Short FClosed;
 
    @ApiModelProperty(value= "")
    @TableField("FNote")
    private String FNote;
 
    @ApiModelProperty(value= "")
    @TableField("FInvoiceClosed")
    private Short FInvoiceClosed;
 
    @ApiModelProperty(value= "")
    @TableField("FBClosed")
    private Short FBClosed;
 
    @ApiModelProperty(value= "")
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
    @TableField("FCreateDate")
    private Date FCreateDate;
 
    @ApiModelProperty(value= "")
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
    @TableField("FCheckDate")
    private Date FCheckDate;
 
    @ApiModelProperty(value= "")
    @TableField("FExchangeRate")
    private Double FExchangeRate;
 
    @ApiModelProperty(value= "")
    @TableField("FStatus")
    private Short FStatus;
 
    @ApiModelProperty(value= "")
    @TableField("FCancellation")
    private Boolean FCancellation;
 
    @ApiModelProperty(value= "")
    @TableField("FUpStockWhenSave")
    private Boolean FUpStockWhenSave;
 
    @ApiModelProperty(value= "")
    @TableField("FPOStyle")
    private Integer FPOStyle;
 
    @ApiModelProperty(value= "")
    @TableField("FMultiCheckLevel1")
    private Integer FMultiCheckLevel1;
 
    @ApiModelProperty(value= "")
    @TableField("FMultiCheckLevel2")
    private Integer FMultiCheckLevel2;
 
    @ApiModelProperty(value= "")
    @TableField("FMultiCheckLevel3")
    private Integer FMultiCheckLevel3;
 
    @ApiModelProperty(value= "")
    @TableField("FMultiCheckLevel4")
    private Integer FMultiCheckLevel4;
 
    @ApiModelProperty(value= "")
    @TableField("FMultiCheckLevel5")
    private Integer FMultiCheckLevel5;
 
    @ApiModelProperty(value= "")
    @TableField("FMultiCheckLevel6")
    private Integer FMultiCheckLevel6;
 
    @ApiModelProperty(value= "")
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
    @TableField("FMultiCheckDate1")
    private Date FMultiCheckDate1;
 
    @ApiModelProperty(value= "")
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
    @TableField("FMultiCheckDate2")
    private Date FMultiCheckDate2;
 
    @ApiModelProperty(value= "")
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
    @TableField("FMultiCheckDate3")
    private Date FMultiCheckDate3;
 
    @ApiModelProperty(value= "")
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
    @TableField("FMultiCheckDate4")
    private Date FMultiCheckDate4;
 
    @ApiModelProperty(value= "")
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
    @TableField("FMultiCheckDate5")
    private Date FMultiCheckDate5;
 
    @ApiModelProperty(value= "")
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
    @TableField("FMultiCheckDate6")
    private Date FMultiCheckDate6;
 
    @ApiModelProperty(value= "")
    @TableField("FCurCheckLevel")
    private Integer FCurCheckLevel;
 
    @ApiModelProperty(value= "")
    @TableField("FRelateBrID")
    private Integer FRelateBrID;
 
    @ApiModelProperty(value= "")
    @TableField("FExplanation")
    private String FExplanation;
 
    @ApiModelProperty(value= "")
    @TableField("FFetchAdd")
    private String FFetchAdd;
 
    @ApiModelProperty(value= "")
    @TableField("FSelectBillNo")
    private String FSelectBillNo;
 
    @ApiModelProperty(value= "")
    @TableField("FSelTranType")
    private Integer FSelTranType;
 
    @ApiModelProperty(value= "")
    @TableField("FChildren")
    private Integer FChildren;
 
    @ApiModelProperty(value= "")
    @TableField("FBrID")
    private Integer FBrID;
 
    @ApiModelProperty(value= "")
    @TableField("FTranStatus")
    private Integer FTranStatus;
 
    @ApiModelProperty(value= "")
    @TableField("FAreaPS")
    private Integer FAreaPS;
 
    @ApiModelProperty(value= "")
    @TableField("FReStatus")
    private String FReStatus;
 
    @ApiModelProperty(value= "")
    @TableField("FPOOrdBillNo")
    private String FPOOrdBillNo;
 
    @ApiModelProperty(value= "")
    @TableField("FManageType")
    private Integer FManageType;
 
    @ApiModelProperty(value= "")
    @TableField("FBizType")
    private Integer FBizType;
 
    @ApiModelProperty(value= "")
    @TableField("FWWType")
    private Integer FWWType;
 
    @ApiModelProperty(value= "")
    @TableField("FPrintCount")
    private Short FPrintCount;
 
    @ApiModelProperty(value= "")
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
    @TableField("FHeadSelfP0338")
    private Date FHeadSelfP0338;
 
    @ApiModelProperty(value= "")
    @TableField("FHeadSelfP0339")
    private String FHeadSelfP0339;
 
    @ApiModelProperty(value= "")
    @TableField("same_id")
    private String sameId;
 
    public POInStock() {}
 
    public POInStock(String FBrNo,Integer FInterID,String FBillNo,Integer FCurrencyID,Short FTranType,Integer FSupplyID,Integer FDeptID,Integer FEmpID,Date FDate,Integer FStockID,Integer FPosterID,Integer FCheckerID,Integer FBillerID,Integer FFManagerID,Integer FSManagerID,String FCnnBillNo,Short FClosed,String FNote,Short FInvoiceClosed,Short FBClosed,Date FCreateDate,Date FCheckDate,Double FExchangeRate,Short FStatus,Boolean FCancellation,Boolean FUpStockWhenSave,Integer FPOStyle,Integer FMultiCheckLevel1,Integer FMultiCheckLevel2,Integer FMultiCheckLevel3,Integer FMultiCheckLevel4,Integer FMultiCheckLevel5,Integer FMultiCheckLevel6,Date FMultiCheckDate1,Date FMultiCheckDate2,Date FMultiCheckDate3,Date FMultiCheckDate4,Date FMultiCheckDate5,Date FMultiCheckDate6,Integer FCurCheckLevel,Integer FRelateBrID,String FExplanation,String FFetchAdd,String FSelectBillNo,Integer FSelTranType,Integer FChildren,Integer FBrID,Integer FTranStatus,Integer FAreaPS,String FReStatus,String FPOOrdBillNo,Integer FManageType,Integer FBizType,Integer FWWType,Short FPrintCount,Date FHeadSelfP0338,String FHeadSelfP0339,String sameId) {
        this.FBrNo = FBrNo;
        this.FInterID = FInterID;
        this.FBillNo = FBillNo;
        this.FCurrencyID = FCurrencyID;
        this.FTranType = FTranType;
        this.FSupplyID = FSupplyID;
        this.FDeptID = FDeptID;
        this.FEmpID = FEmpID;
        this.FDate = FDate;
        this.FStockID = FStockID;
        this.FPosterID = FPosterID;
        this.FCheckerID = FCheckerID;
        this.FBillerID = FBillerID;
        this.FFManagerID = FFManagerID;
        this.FSManagerID = FSManagerID;
        this.FCnnBillNo = FCnnBillNo;
        this.FClosed = FClosed;
        this.FNote = FNote;
        this.FInvoiceClosed = FInvoiceClosed;
        this.FBClosed = FBClosed;
        this.FCreateDate = FCreateDate;
        this.FCheckDate = FCheckDate;
        this.FExchangeRate = FExchangeRate;
        this.FStatus = FStatus;
        this.FCancellation = FCancellation;
        this.FUpStockWhenSave = FUpStockWhenSave;
        this.FPOStyle = FPOStyle;
        this.FMultiCheckLevel1 = FMultiCheckLevel1;
        this.FMultiCheckLevel2 = FMultiCheckLevel2;
        this.FMultiCheckLevel3 = FMultiCheckLevel3;
        this.FMultiCheckLevel4 = FMultiCheckLevel4;
        this.FMultiCheckLevel5 = FMultiCheckLevel5;
        this.FMultiCheckLevel6 = FMultiCheckLevel6;
        this.FMultiCheckDate1 = FMultiCheckDate1;
        this.FMultiCheckDate2 = FMultiCheckDate2;
        this.FMultiCheckDate3 = FMultiCheckDate3;
        this.FMultiCheckDate4 = FMultiCheckDate4;
        this.FMultiCheckDate5 = FMultiCheckDate5;
        this.FMultiCheckDate6 = FMultiCheckDate6;
        this.FCurCheckLevel = FCurCheckLevel;
        this.FRelateBrID = FRelateBrID;
        this.FExplanation = FExplanation;
        this.FFetchAdd = FFetchAdd;
        this.FSelectBillNo = FSelectBillNo;
        this.FSelTranType = FSelTranType;
        this.FChildren = FChildren;
        this.FBrID = FBrID;
        this.FTranStatus = FTranStatus;
        this.FAreaPS = FAreaPS;
        this.FReStatus = FReStatus;
        this.FPOOrdBillNo = FPOOrdBillNo;
        this.FManageType = FManageType;
        this.FBizType = FBizType;
        this.FWWType = FWWType;
        this.FPrintCount = FPrintCount;
        this.FHeadSelfP0338 = FHeadSelfP0338;
        this.FHeadSelfP0339 = FHeadSelfP0339;
        this.sameId = sameId;
    }
 
//    POInStock pOInStock = new POInStock(
//            null,    // [非空]
//            null,    // [非空]
//            null,    // [非空]
//            null,    // 
//            null,    // [非空]
//            null,    // [非空]
//            null,    // 
//            null,    // 
//            null,    // [非空]
//            null,    // 
//            null,    // 
//            null,    // 
//            null,    // 
//            null,    // 
//            null,    // 
//            null,    // 
//            null,    // [非空]
//            null,    // 
//            null,    // 
//            null,    // [非空]
//            null,    // 
//            null,    // 
//            null,    // 
//            null,    // [非空]
//            null,    // [非空]
//            null,    // [非空]
//            null,    // 
//            null,    // 
//            null,    // 
//            null,    // 
//            null,    // 
//            null,    // 
//            null,    // 
//            null,    // 
//            null,    // 
//            null,    // 
//            null,    // 
//            null,    // 
//            null,    // 
//            null,    // 
//            null,    // 
//            null,    // [非空]
//            null,    // [非空]
//            null,    // [非空]
//            null,    // [非空]
//            null,    // [非空]
//            null,    // 
//            null,    // [非空]
//            null,    // [非空]
//            null,    // [非空]
//            null,    // 
//            null,    // 
//            null,    // [非空]
//            null,    // [非空]
//            null,    // 
//            null,    // 
//            null,    // 
//            null    // 
//    );
 
    public String getFDate$(){
        if (Cools.isEmpty(this.FDate)){
            return "";
        }
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.FDate);
    }
 
    public String getFCreateDate$(){
        if (Cools.isEmpty(this.FCreateDate)){
            return "";
        }
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.FCreateDate);
    }
 
    public String getFCheckDate$(){
        if (Cools.isEmpty(this.FCheckDate)){
            return "";
        }
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.FCheckDate);
    }
 
    public String getFMultiCheckDate1$(){
        if (Cools.isEmpty(this.FMultiCheckDate1)){
            return "";
        }
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.FMultiCheckDate1);
    }
 
    public String getFMultiCheckDate2$(){
        if (Cools.isEmpty(this.FMultiCheckDate2)){
            return "";
        }
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.FMultiCheckDate2);
    }
 
    public String getFMultiCheckDate3$(){
        if (Cools.isEmpty(this.FMultiCheckDate3)){
            return "";
        }
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.FMultiCheckDate3);
    }
 
    public String getFMultiCheckDate4$(){
        if (Cools.isEmpty(this.FMultiCheckDate4)){
            return "";
        }
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.FMultiCheckDate4);
    }
 
    public String getFMultiCheckDate5$(){
        if (Cools.isEmpty(this.FMultiCheckDate5)){
            return "";
        }
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.FMultiCheckDate5);
    }
 
    public String getFMultiCheckDate6$(){
        if (Cools.isEmpty(this.FMultiCheckDate6)){
            return "";
        }
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.FMultiCheckDate6);
    }
 
    public String getFHeadSelfP0338$(){
        if (Cools.isEmpty(this.FHeadSelfP0338)){
            return "";
        }
        return new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(this.FHeadSelfP0338);
    }
 
 
}