jt
2021-06-10 5d0d028456874576560552f5a5c4e8b801786f11
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
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
//------------------------------------------------------------------------------
// <auto-generated>
//     此代码由工具生成。
//     运行时版本:4.0.30319.42000
//
//     对此文件的更改可能会导致不正确的行为,并且如果
//     重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
 
namespace HH.WMS.TaskService.JXJobReference {
    using System.Data;
    
    
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    [System.ServiceModel.ServiceContractAttribute(Namespace="http://www.greatstar.com/", ConfigurationName="JXJobReference.WebServiceSoap")]
    public interface WebServiceSoap {
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetSysLanguage", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        System.Data.DataSet GetSysLanguage(string clientKey1, string clientKey2, string cn);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetSysLanguage", ReplyAction="*")]
        System.Threading.Tasks.Task<System.Data.DataSet> GetSysLanguageAsync(string clientKey1, string clientKey2, string cn);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/Login", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        HH.WMS.TaskService.JXJobReference.LoginResponse Login(HH.WMS.TaskService.JXJobReference.LoginRequest request);
        
        // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/Login", ReplyAction="*")]
        System.Threading.Tasks.Task<HH.WMS.TaskService.JXJobReference.LoginResponse> LoginAsync(HH.WMS.TaskService.JXJobReference.LoginRequest request);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetWarehouse", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        System.Data.DataSet GetWarehouse(string clientKey1, string clientKey2, string code);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetWarehouse", ReplyAction="*")]
        System.Threading.Tasks.Task<System.Data.DataSet> GetWarehouseAsync(string clientKey1, string clientKey2, string code);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetArea", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        System.Data.DataSet GetArea(string clientKey1, string clientKey2, string areaCode, string warehouseCode);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetArea", ReplyAction="*")]
        System.Threading.Tasks.Task<System.Data.DataSet> GetAreaAsync(string clientKey1, string clientKey2, string areaCode, string warehouseCode);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetStorage", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        System.Data.DataSet GetStorage(string clientKey1, string clientKey2, string locationCode, string areaCode, string warehouseCode);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetStorage", ReplyAction="*")]
        System.Threading.Tasks.Task<System.Data.DataSet> GetStorageAsync(string clientKey1, string clientKey2, string locationCode, string areaCode, string warehouseCode);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetLocationDetail", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        HH.WMS.TaskService.JXJobReference.GetLocationDetailResponse GetLocationDetail(HH.WMS.TaskService.JXJobReference.GetLocationDetailRequest request);
        
        // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetLocationDetail", ReplyAction="*")]
        System.Threading.Tasks.Task<HH.WMS.TaskService.JXJobReference.GetLocationDetailResponse> GetLocationDetailAsync(HH.WMS.TaskService.JXJobReference.GetLocationDetailRequest request);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetRFIDLocationDetail", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        HH.WMS.TaskService.JXJobReference.GetRFIDLocationDetailResponse GetRFIDLocationDetail(HH.WMS.TaskService.JXJobReference.GetRFIDLocationDetailRequest request);
        
        // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetRFIDLocationDetail", ReplyAction="*")]
        System.Threading.Tasks.Task<HH.WMS.TaskService.JXJobReference.GetRFIDLocationDetailResponse> GetRFIDLocationDetailAsync(HH.WMS.TaskService.JXJobReference.GetRFIDLocationDetailRequest request);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetLoclDetailByPalletAndLot", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        HH.WMS.TaskService.JXJobReference.GetLoclDetailByPalletAndLotResponse GetLoclDetailByPalletAndLot(HH.WMS.TaskService.JXJobReference.GetLoclDetailByPalletAndLotRequest request);
        
        // CODEGEN: 正在生成消息协定,应为该操作具有多个返回值。
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetLoclDetailByPalletAndLot", ReplyAction="*")]
        System.Threading.Tasks.Task<HH.WMS.TaskService.JXJobReference.GetLoclDetailByPalletAndLotResponse> GetLoclDetailByPalletAndLotAsync(HH.WMS.TaskService.JXJobReference.GetLoclDetailByPalletAndLotRequest request);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetLoclDetailByCode", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        System.Data.DataSet GetLoclDetailByCode(string clientKey1, string clientKey2, string code);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetLoclDetailByCode", ReplyAction="*")]
        System.Threading.Tasks.Task<System.Data.DataSet> GetLoclDetailByCodeAsync(string clientKey1, string clientKey2, string code);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetReturnOfMaterial", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        System.Data.DataSet GetReturnOfMaterial(string clientKey1, string clientKey2, string docNo, int docLineNo, string lotNo, string status);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetReturnOfMaterial", ReplyAction="*")]
        System.Threading.Tasks.Task<System.Data.DataSet> GetReturnOfMaterialAsync(string clientKey1, string clientKey2, string docNo, int docLineNo, string lotNo, string status);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetInboundDetail", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        System.Data.DataSet GetInboundDetail(string clientKey1, string clientKey2, string docNo, int docLineNo, string lotNo, string status);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetInboundDetail", ReplyAction="*")]
        System.Threading.Tasks.Task<System.Data.DataSet> GetInboundDetailAsync(string clientKey1, string clientKey2, string docNo, int docLineNo, string lotNo, string status);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetJobDetail", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        System.Data.DataSet GetJobDetail(string clientKey1, string clientKey2, string trnType, string sourcePallet, string docNo, string transferType, string itemStatus, string startTime, string endTime);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetJobDetail", ReplyAction="*")]
        System.Threading.Tasks.Task<System.Data.DataSet> GetJobDetailAsync(string clientKey1, string clientKey2, string trnType, string sourcePallet, string docNo, string transferType, string itemStatus, string startTime, string endTime);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetJobOutbond", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        System.Data.DataSet GetJobOutbond(string clientKey1, string clientKey2, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/GetJobOutbond", ReplyAction="*")]
        System.Threading.Tasks.Task<System.Data.DataSet> GetJobOutbondAsync(string clientKey1, string clientKey2, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/Tally", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        string Tally(string clientKey1, string clientKey2, string sourcePallet, string lotNo, double qty, string destPallet, string destStorage, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/Tally", ReplyAction="*")]
        System.Threading.Tasks.Task<string> TallyAsync(string clientKey1, string clientKey2, string sourcePallet, string lotNo, double qty, string destPallet, string destStorage, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/TallyToAll", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        string TallyToAll(string clientKey1, string clientKey2, string sourcePallet, string destPallet, string destStorage, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/TallyToAll", ReplyAction="*")]
        System.Threading.Tasks.Task<string> TallyToAllAsync(string clientKey1, string clientKey2, string sourcePallet, string destPallet, string destStorage, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/HandReturnOfMaterial", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        string HandReturnOfMaterial(string clientKey1, string clientKey2, string docNo, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/HandReturnOfMaterial", ReplyAction="*")]
        System.Threading.Tasks.Task<string> HandReturnOfMaterialAsync(string clientKey1, string clientKey2, string docNo, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/BindReturnOfMaterial", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        string BindReturnOfMaterial(string clientKey1, string clientKey2, string docNo, int docLineNo, double qty, double packingQty, double packagingCount, string palletNo, string areaCode, string locationCode, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/BindReturnOfMaterial", ReplyAction="*")]
        System.Threading.Tasks.Task<string> BindReturnOfMaterialAsync(string clientKey1, string clientKey2, string docNo, int docLineNo, double qty, double packingQty, double packagingCount, string palletNo, string areaCode, string locationCode, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/ConfReturnOfMaterial", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        string ConfReturnOfMaterial(string clientKey1, string clientKey2, string docNo, int docLineNo, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/ConfReturnOfMaterial", ReplyAction="*")]
        System.Threading.Tasks.Task<string> ConfReturnOfMaterialAsync(string clientKey1, string clientKey2, string docNo, int docLineNo, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/ConfInboundDetail", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        string ConfInboundDetail(string clientKey1, string clientKey2, string docNo, int docLineNo, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/ConfInboundDetail", ReplyAction="*")]
        System.Threading.Tasks.Task<string> ConfInboundDetailAsync(string clientKey1, string clientKey2, string docNo, int docLineNo, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/BindByInbound", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        string BindByInbound(string clientKey1, string clientKey2, string docNo, int docLineNo, double qty, double packingQty, double packagingCount, string palletNo, string areaCode, string locationCode, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/BindByInbound", ReplyAction="*")]
        System.Threading.Tasks.Task<string> BindByInboundAsync(string clientKey1, string clientKey2, string docNo, int docLineNo, double qty, double packingQty, double packagingCount, string palletNo, string areaCode, string locationCode, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/SetAGVInbound", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        string SetAGVInbound(string clientKey1, string clientKey2, string docNo, int docLineNo, double qty, double packingQty, double packagingCount, string palletNo, string locationCode, string callArea, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/SetAGVInbound", ReplyAction="*")]
        System.Threading.Tasks.Task<string> SetAGVInboundAsync(string clientKey1, string clientKey2, string docNo, int docLineNo, double qty, double packingQty, double packagingCount, string palletNo, string locationCode, string callArea, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/SetGZAGVInbound", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        string SetGZAGVInbound(string clientKey1, string clientKey2, string docNo, int docLineNo, double qty, double packingQty, double packagingCount, string palletNo, string locationCode, string destLocationCode, int callArea, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/SetGZAGVInbound", ReplyAction="*")]
        System.Threading.Tasks.Task<string> SetGZAGVInboundAsync(string clientKey1, string clientKey2, string docNo, int docLineNo, double qty, double packingQty, double packagingCount, string palletNo, string locationCode, string destLocationCode, int callArea, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/PutOn", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        string PutOn(string clientKey1, string clientKey2, bool inAuto, string sourcePallet, string destStorage, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/PutOn", ReplyAction="*")]
        System.Threading.Tasks.Task<string> PutOnAsync(string clientKey1, string clientKey2, bool inAuto, string sourcePallet, string destStorage, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/SetRFIDJobStatus", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        string SetRFIDJobStatus(string clientKey1, string clientKey2, string palletNo, string destLocationCode, string destAreaCode, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/SetRFIDJobStatus", ReplyAction="*")]
        System.Threading.Tasks.Task<string> SetRFIDJobStatusAsync(string clientKey1, string clientKey2, string palletNo, string destLocationCode, string destAreaCode, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/SetAGVJobStatus", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        string SetAGVJobStatus(string clientKey1, string clientKey2, string palletNo, string destLocationCode, string destAreaCode, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/SetAGVJobStatus", ReplyAction="*")]
        System.Threading.Tasks.Task<string> SetAGVJobStatusAsync(string clientKey1, string clientKey2, string palletNo, string destLocationCode, string destAreaCode, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/SetLocation", ReplyAction="*")]
        [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
        string SetLocation(string clientKey1, string clientKey2, string palletNo, string locationCode, string destLocationCode, string model, string oper);
        
        [System.ServiceModel.OperationContractAttribute(Action="http://www.greatstar.com/SetLocation", ReplyAction="*")]
        System.Threading.Tasks.Task<string> SetLocationAsync(string clientKey1, string clientKey2, string palletNo, string locationCode, string destLocationCode, string model, string oper);
    }
    
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    [System.ServiceModel.MessageContractAttribute(WrapperName="Login", WrapperNamespace="http://www.greatstar.com/", IsWrapped=true)]
    public partial class LoginRequest {
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=0)]
        public string clientKey1;
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=1)]
        public string clientKey2;
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=2)]
        public string userId;
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=3)]
        public string password;
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=4)]
        public string warehouse;
        
        public LoginRequest() {
        }
        
        public LoginRequest(string clientKey1, string clientKey2, string userId, string password, string warehouse) {
            this.clientKey1 = clientKey1;
            this.clientKey2 = clientKey2;
            this.userId = userId;
            this.password = password;
            this.warehouse = warehouse;
        }
    }
    
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    [System.ServiceModel.MessageContractAttribute(WrapperName="LoginResponse", WrapperNamespace="http://www.greatstar.com/", IsWrapped=true)]
    public partial class LoginResponse {
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=0)]
        public string LoginResult;
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=1)]
        public string userName;
        
        public LoginResponse() {
        }
        
        public LoginResponse(string LoginResult, string userName) {
            this.LoginResult = LoginResult;
            this.userName = userName;
        }
    }
    
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    [System.ServiceModel.MessageContractAttribute(WrapperName="GetLocationDetail", WrapperNamespace="http://www.greatstar.com/", IsWrapped=true)]
    public partial class GetLocationDetailRequest {
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=0)]
        public string clientKey1;
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=1)]
        public string clientKey2;
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=2)]
        public string pallet;
        
        public GetLocationDetailRequest() {
        }
        
        public GetLocationDetailRequest(string clientKey1, string clientKey2, string pallet) {
            this.clientKey1 = clientKey1;
            this.clientKey2 = clientKey2;
            this.pallet = pallet;
        }
    }
    
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    [System.ServiceModel.MessageContractAttribute(WrapperName="GetLocationDetailResponse", WrapperNamespace="http://www.greatstar.com/", IsWrapped=true)]
    public partial class GetLocationDetailResponse {
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=0)]
        public System.Data.DataSet GetLocationDetailResult;
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=1)]
        public double avlQty;
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=2)]
        public string storage;
        
        public GetLocationDetailResponse() {
        }
        
        public GetLocationDetailResponse(System.Data.DataSet GetLocationDetailResult, double avlQty, string storage) {
            this.GetLocationDetailResult = GetLocationDetailResult;
            this.avlQty = avlQty;
            this.storage = storage;
        }
    }
    
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    [System.ServiceModel.MessageContractAttribute(WrapperName="GetRFIDLocationDetail", WrapperNamespace="http://www.greatstar.com/", IsWrapped=true)]
    public partial class GetRFIDLocationDetailRequest {
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=0)]
        public string clientKey1;
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=1)]
        public string clientKey2;
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=2)]
        public string pallet;
        
        public GetRFIDLocationDetailRequest() {
        }
        
        public GetRFIDLocationDetailRequest(string clientKey1, string clientKey2, string pallet) {
            this.clientKey1 = clientKey1;
            this.clientKey2 = clientKey2;
            this.pallet = pallet;
        }
    }
    
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    [System.ServiceModel.MessageContractAttribute(WrapperName="GetRFIDLocationDetailResponse", WrapperNamespace="http://www.greatstar.com/", IsWrapped=true)]
    public partial class GetRFIDLocationDetailResponse {
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=0)]
        public System.Data.DataSet GetRFIDLocationDetailResult;
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=1)]
        public double avlQty;
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=2)]
        public string storage;
        
        public GetRFIDLocationDetailResponse() {
        }
        
        public GetRFIDLocationDetailResponse(System.Data.DataSet GetRFIDLocationDetailResult, double avlQty, string storage) {
            this.GetRFIDLocationDetailResult = GetRFIDLocationDetailResult;
            this.avlQty = avlQty;
            this.storage = storage;
        }
    }
    
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    [System.ServiceModel.MessageContractAttribute(WrapperName="GetLoclDetailByPalletAndLot", WrapperNamespace="http://www.greatstar.com/", IsWrapped=true)]
    public partial class GetLoclDetailByPalletAndLotRequest {
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=0)]
        public string clientKey1;
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=1)]
        public string clientKey2;
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=2)]
        public string pallet;
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=3)]
        public string lotNo;
        
        public GetLoclDetailByPalletAndLotRequest() {
        }
        
        public GetLoclDetailByPalletAndLotRequest(string clientKey1, string clientKey2, string pallet, string lotNo) {
            this.clientKey1 = clientKey1;
            this.clientKey2 = clientKey2;
            this.pallet = pallet;
            this.lotNo = lotNo;
        }
    }
    
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    [System.ServiceModel.MessageContractAttribute(WrapperName="GetLoclDetailByPalletAndLotResponse", WrapperNamespace="http://www.greatstar.com/", IsWrapped=true)]
    public partial class GetLoclDetailByPalletAndLotResponse {
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=0)]
        public System.Data.DataSet GetLoclDetailByPalletAndLotResult;
        
        [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://www.greatstar.com/", Order=1)]
        public double avlQty;
        
        public GetLoclDetailByPalletAndLotResponse() {
        }
        
        public GetLoclDetailByPalletAndLotResponse(System.Data.DataSet GetLoclDetailByPalletAndLotResult, double avlQty) {
            this.GetLoclDetailByPalletAndLotResult = GetLoclDetailByPalletAndLotResult;
            this.avlQty = avlQty;
        }
    }
    
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    public interface WebServiceSoapChannel : HH.WMS.TaskService.JXJobReference.WebServiceSoap, System.ServiceModel.IClientChannel {
    }
    
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
    public partial class WebServiceSoapClient : System.ServiceModel.ClientBase<HH.WMS.TaskService.JXJobReference.WebServiceSoap>, HH.WMS.TaskService.JXJobReference.WebServiceSoap {
        
        public WebServiceSoapClient() {
        }
        
        public WebServiceSoapClient(string endpointConfigurationName) : 
                base(endpointConfigurationName) {
        }
        
        public WebServiceSoapClient(string endpointConfigurationName, string remoteAddress) : 
                base(endpointConfigurationName, remoteAddress) {
        }
        
        public WebServiceSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) : 
                base(endpointConfigurationName, remoteAddress) {
        }
        
        public WebServiceSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : 
                base(binding, remoteAddress) {
        }
        
        public System.Data.DataSet GetSysLanguage(string clientKey1, string clientKey2, string cn) {
            return base.Channel.GetSysLanguage(clientKey1, clientKey2, cn);
        }
        
        public System.Threading.Tasks.Task<System.Data.DataSet> GetSysLanguageAsync(string clientKey1, string clientKey2, string cn) {
            return base.Channel.GetSysLanguageAsync(clientKey1, clientKey2, cn);
        }
        
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
        HH.WMS.TaskService.JXJobReference.LoginResponse HH.WMS.TaskService.JXJobReference.WebServiceSoap.Login(HH.WMS.TaskService.JXJobReference.LoginRequest request) {
            return base.Channel.Login(request);
        }
        
        public string Login(string clientKey1, string clientKey2, string userId, string password, string warehouse, out string userName) {
            HH.WMS.TaskService.JXJobReference.LoginRequest inValue = new HH.WMS.TaskService.JXJobReference.LoginRequest();
            inValue.clientKey1 = clientKey1;
            inValue.clientKey2 = clientKey2;
            inValue.userId = userId;
            inValue.password = password;
            inValue.warehouse = warehouse;
            HH.WMS.TaskService.JXJobReference.LoginResponse retVal = ((HH.WMS.TaskService.JXJobReference.WebServiceSoap)(this)).Login(inValue);
            userName = retVal.userName;
            return retVal.LoginResult;
        }
        
        public System.Threading.Tasks.Task<HH.WMS.TaskService.JXJobReference.LoginResponse> LoginAsync(HH.WMS.TaskService.JXJobReference.LoginRequest request) {
            return base.Channel.LoginAsync(request);
        }
        
        public System.Data.DataSet GetWarehouse(string clientKey1, string clientKey2, string code) {
            return base.Channel.GetWarehouse(clientKey1, clientKey2, code);
        }
        
        public System.Threading.Tasks.Task<System.Data.DataSet> GetWarehouseAsync(string clientKey1, string clientKey2, string code) {
            return base.Channel.GetWarehouseAsync(clientKey1, clientKey2, code);
        }
        
        public System.Data.DataSet GetArea(string clientKey1, string clientKey2, string areaCode, string warehouseCode) {
            return base.Channel.GetArea(clientKey1, clientKey2, areaCode, warehouseCode);
        }
        
        public System.Threading.Tasks.Task<System.Data.DataSet> GetAreaAsync(string clientKey1, string clientKey2, string areaCode, string warehouseCode) {
            return base.Channel.GetAreaAsync(clientKey1, clientKey2, areaCode, warehouseCode);
        }
        
        public System.Data.DataSet GetStorage(string clientKey1, string clientKey2, string locationCode, string areaCode, string warehouseCode) {
            return base.Channel.GetStorage(clientKey1, clientKey2, locationCode, areaCode, warehouseCode);
        }
        
        public System.Threading.Tasks.Task<System.Data.DataSet> GetStorageAsync(string clientKey1, string clientKey2, string locationCode, string areaCode, string warehouseCode) {
            return base.Channel.GetStorageAsync(clientKey1, clientKey2, locationCode, areaCode, warehouseCode);
        }
        
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
        HH.WMS.TaskService.JXJobReference.GetLocationDetailResponse HH.WMS.TaskService.JXJobReference.WebServiceSoap.GetLocationDetail(HH.WMS.TaskService.JXJobReference.GetLocationDetailRequest request) {
            return base.Channel.GetLocationDetail(request);
        }
        
        public System.Data.DataSet GetLocationDetail(string clientKey1, string clientKey2, string pallet, out double avlQty, out string storage) {
            HH.WMS.TaskService.JXJobReference.GetLocationDetailRequest inValue = new HH.WMS.TaskService.JXJobReference.GetLocationDetailRequest();
            inValue.clientKey1 = clientKey1;
            inValue.clientKey2 = clientKey2;
            inValue.pallet = pallet;
            HH.WMS.TaskService.JXJobReference.GetLocationDetailResponse retVal = ((HH.WMS.TaskService.JXJobReference.WebServiceSoap)(this)).GetLocationDetail(inValue);
            avlQty = retVal.avlQty;
            storage = retVal.storage;
            return retVal.GetLocationDetailResult;
        }
        
        public System.Threading.Tasks.Task<HH.WMS.TaskService.JXJobReference.GetLocationDetailResponse> GetLocationDetailAsync(HH.WMS.TaskService.JXJobReference.GetLocationDetailRequest request) {
            return base.Channel.GetLocationDetailAsync(request);
        }
        
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
        HH.WMS.TaskService.JXJobReference.GetRFIDLocationDetailResponse HH.WMS.TaskService.JXJobReference.WebServiceSoap.GetRFIDLocationDetail(HH.WMS.TaskService.JXJobReference.GetRFIDLocationDetailRequest request) {
            return base.Channel.GetRFIDLocationDetail(request);
        }
        
        public System.Data.DataSet GetRFIDLocationDetail(string clientKey1, string clientKey2, string pallet, out double avlQty, out string storage) {
            HH.WMS.TaskService.JXJobReference.GetRFIDLocationDetailRequest inValue = new HH.WMS.TaskService.JXJobReference.GetRFIDLocationDetailRequest();
            inValue.clientKey1 = clientKey1;
            inValue.clientKey2 = clientKey2;
            inValue.pallet = pallet;
            HH.WMS.TaskService.JXJobReference.GetRFIDLocationDetailResponse retVal = ((HH.WMS.TaskService.JXJobReference.WebServiceSoap)(this)).GetRFIDLocationDetail(inValue);
            avlQty = retVal.avlQty;
            storage = retVal.storage;
            return retVal.GetRFIDLocationDetailResult;
        }
        
        public System.Threading.Tasks.Task<HH.WMS.TaskService.JXJobReference.GetRFIDLocationDetailResponse> GetRFIDLocationDetailAsync(HH.WMS.TaskService.JXJobReference.GetRFIDLocationDetailRequest request) {
            return base.Channel.GetRFIDLocationDetailAsync(request);
        }
        
        [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
        HH.WMS.TaskService.JXJobReference.GetLoclDetailByPalletAndLotResponse HH.WMS.TaskService.JXJobReference.WebServiceSoap.GetLoclDetailByPalletAndLot(HH.WMS.TaskService.JXJobReference.GetLoclDetailByPalletAndLotRequest request) {
            return base.Channel.GetLoclDetailByPalletAndLot(request);
        }
        
        public System.Data.DataSet GetLoclDetailByPalletAndLot(string clientKey1, string clientKey2, string pallet, string lotNo, out double avlQty) {
            HH.WMS.TaskService.JXJobReference.GetLoclDetailByPalletAndLotRequest inValue = new HH.WMS.TaskService.JXJobReference.GetLoclDetailByPalletAndLotRequest();
            inValue.clientKey1 = clientKey1;
            inValue.clientKey2 = clientKey2;
            inValue.pallet = pallet;
            inValue.lotNo = lotNo;
            HH.WMS.TaskService.JXJobReference.GetLoclDetailByPalletAndLotResponse retVal = ((HH.WMS.TaskService.JXJobReference.WebServiceSoap)(this)).GetLoclDetailByPalletAndLot(inValue);
            avlQty = retVal.avlQty;
            return retVal.GetLoclDetailByPalletAndLotResult;
        }
        
        public System.Threading.Tasks.Task<HH.WMS.TaskService.JXJobReference.GetLoclDetailByPalletAndLotResponse> GetLoclDetailByPalletAndLotAsync(HH.WMS.TaskService.JXJobReference.GetLoclDetailByPalletAndLotRequest request) {
            return base.Channel.GetLoclDetailByPalletAndLotAsync(request);
        }
        
        public System.Data.DataSet GetLoclDetailByCode(string clientKey1, string clientKey2, string code) {
            return base.Channel.GetLoclDetailByCode(clientKey1, clientKey2, code);
        }
        
        public System.Threading.Tasks.Task<System.Data.DataSet> GetLoclDetailByCodeAsync(string clientKey1, string clientKey2, string code) {
            return base.Channel.GetLoclDetailByCodeAsync(clientKey1, clientKey2, code);
        }
        
        public System.Data.DataSet GetReturnOfMaterial(string clientKey1, string clientKey2, string docNo, int docLineNo, string lotNo, string status) {
            return base.Channel.GetReturnOfMaterial(clientKey1, clientKey2, docNo, docLineNo, lotNo, status);
        }
        
        public System.Threading.Tasks.Task<System.Data.DataSet> GetReturnOfMaterialAsync(string clientKey1, string clientKey2, string docNo, int docLineNo, string lotNo, string status) {
            return base.Channel.GetReturnOfMaterialAsync(clientKey1, clientKey2, docNo, docLineNo, lotNo, status);
        }
        
        public System.Data.DataSet GetInboundDetail(string clientKey1, string clientKey2, string docNo, int docLineNo, string lotNo, string status) {
            return base.Channel.GetInboundDetail(clientKey1, clientKey2, docNo, docLineNo, lotNo, status);
        }
        
        public System.Threading.Tasks.Task<System.Data.DataSet> GetInboundDetailAsync(string clientKey1, string clientKey2, string docNo, int docLineNo, string lotNo, string status) {
            return base.Channel.GetInboundDetailAsync(clientKey1, clientKey2, docNo, docLineNo, lotNo, status);
        }
        
        public System.Data.DataSet GetJobDetail(string clientKey1, string clientKey2, string trnType, string sourcePallet, string docNo, string transferType, string itemStatus, string startTime, string endTime) {
            return base.Channel.GetJobDetail(clientKey1, clientKey2, trnType, sourcePallet, docNo, transferType, itemStatus, startTime, endTime);
        }
        
        public System.Threading.Tasks.Task<System.Data.DataSet> GetJobDetailAsync(string clientKey1, string clientKey2, string trnType, string sourcePallet, string docNo, string transferType, string itemStatus, string startTime, string endTime) {
            return base.Channel.GetJobDetailAsync(clientKey1, clientKey2, trnType, sourcePallet, docNo, transferType, itemStatus, startTime, endTime);
        }
        
        public System.Data.DataSet GetJobOutbond(string clientKey1, string clientKey2, string oper) {
            return base.Channel.GetJobOutbond(clientKey1, clientKey2, oper);
        }
        
        public System.Threading.Tasks.Task<System.Data.DataSet> GetJobOutbondAsync(string clientKey1, string clientKey2, string oper) {
            return base.Channel.GetJobOutbondAsync(clientKey1, clientKey2, oper);
        }
        
        public string Tally(string clientKey1, string clientKey2, string sourcePallet, string lotNo, double qty, string destPallet, string destStorage, string oper) {
            return base.Channel.Tally(clientKey1, clientKey2, sourcePallet, lotNo, qty, destPallet, destStorage, oper);
        }
        
        public System.Threading.Tasks.Task<string> TallyAsync(string clientKey1, string clientKey2, string sourcePallet, string lotNo, double qty, string destPallet, string destStorage, string oper) {
            return base.Channel.TallyAsync(clientKey1, clientKey2, sourcePallet, lotNo, qty, destPallet, destStorage, oper);
        }
        
        public string TallyToAll(string clientKey1, string clientKey2, string sourcePallet, string destPallet, string destStorage, string oper) {
            return base.Channel.TallyToAll(clientKey1, clientKey2, sourcePallet, destPallet, destStorage, oper);
        }
        
        public System.Threading.Tasks.Task<string> TallyToAllAsync(string clientKey1, string clientKey2, string sourcePallet, string destPallet, string destStorage, string oper) {
            return base.Channel.TallyToAllAsync(clientKey1, clientKey2, sourcePallet, destPallet, destStorage, oper);
        }
        
        public string HandReturnOfMaterial(string clientKey1, string clientKey2, string docNo, string oper) {
            return base.Channel.HandReturnOfMaterial(clientKey1, clientKey2, docNo, oper);
        }
        
        public System.Threading.Tasks.Task<string> HandReturnOfMaterialAsync(string clientKey1, string clientKey2, string docNo, string oper) {
            return base.Channel.HandReturnOfMaterialAsync(clientKey1, clientKey2, docNo, oper);
        }
        
        public string BindReturnOfMaterial(string clientKey1, string clientKey2, string docNo, int docLineNo, double qty, double packingQty, double packagingCount, string palletNo, string areaCode, string locationCode, string oper) {
            return base.Channel.BindReturnOfMaterial(clientKey1, clientKey2, docNo, docLineNo, qty, packingQty, packagingCount, palletNo, areaCode, locationCode, oper);
        }
        
        public System.Threading.Tasks.Task<string> BindReturnOfMaterialAsync(string clientKey1, string clientKey2, string docNo, int docLineNo, double qty, double packingQty, double packagingCount, string palletNo, string areaCode, string locationCode, string oper) {
            return base.Channel.BindReturnOfMaterialAsync(clientKey1, clientKey2, docNo, docLineNo, qty, packingQty, packagingCount, palletNo, areaCode, locationCode, oper);
        }
        
        public string ConfReturnOfMaterial(string clientKey1, string clientKey2, string docNo, int docLineNo, string oper) {
            return base.Channel.ConfReturnOfMaterial(clientKey1, clientKey2, docNo, docLineNo, oper);
        }
        
        public System.Threading.Tasks.Task<string> ConfReturnOfMaterialAsync(string clientKey1, string clientKey2, string docNo, int docLineNo, string oper) {
            return base.Channel.ConfReturnOfMaterialAsync(clientKey1, clientKey2, docNo, docLineNo, oper);
        }
        
        public string ConfInboundDetail(string clientKey1, string clientKey2, string docNo, int docLineNo, string oper) {
            return base.Channel.ConfInboundDetail(clientKey1, clientKey2, docNo, docLineNo, oper);
        }
        
        public System.Threading.Tasks.Task<string> ConfInboundDetailAsync(string clientKey1, string clientKey2, string docNo, int docLineNo, string oper) {
            return base.Channel.ConfInboundDetailAsync(clientKey1, clientKey2, docNo, docLineNo, oper);
        }
        
        public string BindByInbound(string clientKey1, string clientKey2, string docNo, int docLineNo, double qty, double packingQty, double packagingCount, string palletNo, string areaCode, string locationCode, string oper) {
            return base.Channel.BindByInbound(clientKey1, clientKey2, docNo, docLineNo, qty, packingQty, packagingCount, palletNo, areaCode, locationCode, oper);
        }
        
        public System.Threading.Tasks.Task<string> BindByInboundAsync(string clientKey1, string clientKey2, string docNo, int docLineNo, double qty, double packingQty, double packagingCount, string palletNo, string areaCode, string locationCode, string oper) {
            return base.Channel.BindByInboundAsync(clientKey1, clientKey2, docNo, docLineNo, qty, packingQty, packagingCount, palletNo, areaCode, locationCode, oper);
        }
        
        public string SetAGVInbound(string clientKey1, string clientKey2, string docNo, int docLineNo, double qty, double packingQty, double packagingCount, string palletNo, string locationCode, string callArea, string oper) {
            return base.Channel.SetAGVInbound(clientKey1, clientKey2, docNo, docLineNo, qty, packingQty, packagingCount, palletNo, locationCode, callArea, oper);
        }
        
        public System.Threading.Tasks.Task<string> SetAGVInboundAsync(string clientKey1, string clientKey2, string docNo, int docLineNo, double qty, double packingQty, double packagingCount, string palletNo, string locationCode, string callArea, string oper) {
            return base.Channel.SetAGVInboundAsync(clientKey1, clientKey2, docNo, docLineNo, qty, packingQty, packagingCount, palletNo, locationCode, callArea, oper);
        }
        
        public string SetGZAGVInbound(string clientKey1, string clientKey2, string docNo, int docLineNo, double qty, double packingQty, double packagingCount, string palletNo, string locationCode, string destLocationCode, int callArea, string oper) {
            return base.Channel.SetGZAGVInbound(clientKey1, clientKey2, docNo, docLineNo, qty, packingQty, packagingCount, palletNo, locationCode, destLocationCode, callArea, oper);
        }
        
        public System.Threading.Tasks.Task<string> SetGZAGVInboundAsync(string clientKey1, string clientKey2, string docNo, int docLineNo, double qty, double packingQty, double packagingCount, string palletNo, string locationCode, string destLocationCode, int callArea, string oper) {
            return base.Channel.SetGZAGVInboundAsync(clientKey1, clientKey2, docNo, docLineNo, qty, packingQty, packagingCount, palletNo, locationCode, destLocationCode, callArea, oper);
        }
        
        public string PutOn(string clientKey1, string clientKey2, bool inAuto, string sourcePallet, string destStorage, string oper) {
            return base.Channel.PutOn(clientKey1, clientKey2, inAuto, sourcePallet, destStorage, oper);
        }
        
        public System.Threading.Tasks.Task<string> PutOnAsync(string clientKey1, string clientKey2, bool inAuto, string sourcePallet, string destStorage, string oper) {
            return base.Channel.PutOnAsync(clientKey1, clientKey2, inAuto, sourcePallet, destStorage, oper);
        }
        
        public string SetRFIDJobStatus(string clientKey1, string clientKey2, string palletNo, string destLocationCode, string destAreaCode, string oper) {
            return base.Channel.SetRFIDJobStatus(clientKey1, clientKey2, palletNo, destLocationCode, destAreaCode, oper);
        }
        
        public System.Threading.Tasks.Task<string> SetRFIDJobStatusAsync(string clientKey1, string clientKey2, string palletNo, string destLocationCode, string destAreaCode, string oper) {
            return base.Channel.SetRFIDJobStatusAsync(clientKey1, clientKey2, palletNo, destLocationCode, destAreaCode, oper);
        }
        
        public string SetAGVJobStatus(string clientKey1, string clientKey2, string palletNo, string destLocationCode, string destAreaCode, string oper) {
            return base.Channel.SetAGVJobStatus(clientKey1, clientKey2, palletNo, destLocationCode, destAreaCode, oper);
        }
        
        public System.Threading.Tasks.Task<string> SetAGVJobStatusAsync(string clientKey1, string clientKey2, string palletNo, string destLocationCode, string destAreaCode, string oper) {
            return base.Channel.SetAGVJobStatusAsync(clientKey1, clientKey2, palletNo, destLocationCode, destAreaCode, oper);
        }
        
        public string SetLocation(string clientKey1, string clientKey2, string palletNo, string locationCode, string destLocationCode, string model, string oper) {
            return base.Channel.SetLocation(clientKey1, clientKey2, palletNo, locationCode, destLocationCode, model, oper);
        }
        
        public System.Threading.Tasks.Task<string> SetLocationAsync(string clientKey1, string clientKey2, string palletNo, string locationCode, string destLocationCode, string model, string oper) {
            return base.Channel.SetLocationAsync(clientKey1, clientKey2, palletNo, locationCode, destLocationCode, model, oper);
        }
    }
}