dengjunjie
2024-12-05 46e98339480d853fc78a014c34d7ff9fcaf13890
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
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
--------------------------------
2024/11/26 20:30:05|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:03 899","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetLocationCodes","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"438ms","ResponseTime":"2024-11-26 08:30:05 338","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":[\"001-001-003\",\"001-002-002\",\"001-002-003\",\"001-003-002\",\"001-003-003\",\"001-004-001\",\"001-004-002\",\"001-004-003\",\"001-005-001\",\"001-005-002\",\"001-005-003\",\"001-006-001\",\"001-006-002\",\"001-006-003\",\"001-007-001\",\"001-007-002\",\"001-007-003\",\"001-008-001\",\"001-008-002\",\"001-008-003\",\"001-009-001\",\"001-009-002\",\"001-009-003\",\"001-010-001\",\"001-010-002\",\"001-010-003\",\"001-011-001\",\"001-011-002\",\"001-011-003\",\"001-012-001\",\"001-012-002\",\"001-012-003\",\"001-013-001\",\"001-013-002\",\"001-013-003\",\"001-014-001\",\"001-014-002\",\"001-014-003\",\"001-015-001\",\"001-015-002\",\"001-015-003\",\"001-016-001\",\"001-016-002\",\"001-016-003\",\"001-017-001\",\"001-017-002\",\"001-017-003\",\"001-018-001\",\"001-018-002\",\"001-018-003\",\"001-019-001\",\"001-019-002\",\"001-019-003\",\"001-020-001\",\"001-020-002\",\"001-020-003\",\"001-021-001\",\"001-021-002\",\"001-021-003\",\"001-022-001\",\"001-022-002\",\"001-022-003\",\"001-023-001\",\"001-023-002\",\"001-023-003\",\"001-024-001\",\"001-024-002\",\"001-024-003\",\"001-025-001\",\"001-025-002\",\"001-025-003\",\"001-026-001\",\"001-026-002\",\"001-026-003\",\"001-027-001\",\"001-027-002\",\"001-027-003\",\"001-028-001\",\"001-028-002\",\"001-028-003\",\"001-029-001\",\"001-029-002\",\"001-029-003\",\"001-030-001\",\"001-030-002\",\"001-030-003\",\"001-031-001\",\"001-031-002\",\"001-031-003\",\"001-032-001\",\"001-032-002\",\"001-032-003\",\"001-033-001\",\"001-033-002\",\"001-033-003\",\"001-034-001\",\"001-034-002\",\"001-034-003\",\"001-035-001\",\"001-035-002\",\"001-035-003\",\"001-036-001\",\"001-036-002\",\"001-036-003\",\"001-037-001\",\"001-037-002\",\"001-037-003\",\"001-038-001\",\"001-038-002\",\"001-038-003\",\"001-039-001\",\"001-039-002\",\"001-039-003\",\"001-040-001\",\"001-040-002\",\"001-040-003\",\"001-041-001\",\"001-041-002\",\"001-041-003\",\"001-042-001\",\"001-042-002\",\"001-042-003\",\"001-043-001\",\"001-043-002\",\"001-043-003\",\"001-044-001\",\"001-044-002\",\"001-044-003\",\"001-045-001\",\"001-045-002\",\"001-045-003\",\"001-046-001\",\"001-046-002\",\"001-046-003\",\"002-001-002\",\"002-001-003\",\"002-002-001\",\"002-002-002\",\"002-002-003\",\"002-003-001\",\"002-003-002\",\"002-003-003\",\"002-004-001\",\"002-004-002\",\"002-004-003\",\"002-005-001\",\"002-005-002\",\"002-005-003\",\"002-006-001\",\"002-006-002\",\"002-006-003\",\"002-007-001\",\"002-007-002\",\"002-007-003\",\"002-008-001\",\"002-008-002\",\"002-008-003\",\"002-009-001\",\"002-009-002\",\"002-009-003\",\"002-010-001\",\"002-010-002\",\"002-010-003\",\"002-011-001\",\"002-011-002\",\"002-011-003\",\"002-012-001\",\"002-012-002\",\"002-012-003\",\"002-013-001\",\"002-013-002\",\"002-013-003\",\"002-014-001\",\"002-014-002\",\"002-014-003\",\"002-015-001\",\"002-015-002\",\"002-015-003\",\"002-016-001\",\"002-016-002\",\"002-016-003\",\"002-017-001\",\"002-017-002\",\"002-017-003\",\"002-018-001\",\"002-018-002\",\"002-018-003\",\"002-019-001\",\"002-019-002\",\"002-019-003\",\"002-020-001\",\"002-020-002\",\"002-020-003\",\"002-021-001\",\"002-021-002\",\"002-021-003\",\"002-022-001\",\"002-022-002\",\"002-022-003\",\"002-023-001\",\"002-023-002\",\"002-023-003\",\"002-024-001\",\"002-024-002\",\"002-024-003\",\"002-025-001\",\"002-025-002\",\"002-025-003\",\"002-026-001\",\"002-026-002\",\"002-026-003\",\"002-027-001\",\"002-027-002\",\"002-027-003\",\"002-028-001\",\"002-028-002\",\"002-028-003\",\"002-029-001\",\"002-029-002\",\"002-029-003\",\"002-030-001\",\"002-030-002\",\"002-030-003\",\"002-031-001\",\"002-031-002\",\"002-031-003\",\"002-032-001\",\"002-032-002\",\"002-032-003\",\"002-033-001\",\"002-033-002\",\"002-033-003\",\"002-034-001\",\"002-034-002\",\"002-034-003\",\"002-035-001\",\"002-035-002\",\"002-035-003\",\"002-036-001\",\"002-036-002\",\"002-036-003\",\"002-037-001\",\"002-037-002\",\"002-037-003\",\"002-038-001\",\"002-038-002\",\"002-038-003\",\"002-039-001\",\"002-039-002\",\"002-039-003\",\"002-040-001\",\"002-040-002\",\"002-040-003\",\"002-041-001\",\"002-041-002\",\"002-041-003\",\"002-042-001\",\"002-042-002\",\"002-042-003\",\"002-043-001\",\"002-043-002\",\"002-043-003\",\"002-044-001\",\"002-044-002\",\"002-044-003\",\"002-045-001\",\"002-045-002\",\"002-045-003\",\"002-046-001\",\"002-046-002\",\"002-046-003\"],\"DevMessage\":null}"}
--------------------------------
2024/11/26 20:30:10|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:10 212","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"1\"}]","ResponseIntervalTime":"143ms","ResponseTime":"2024-11-26 08:30:10 355","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":5,\"AreaId\":2,\"MaterielCode\":\"1\",\"MaterielName\":\"1\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T17:23:20.983\",\"Modifier\":null,\"ModifyDate\":null},\"DevMessage\":null}"}
--------------------------------
2024/11/26 20:30:10|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:10 772","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"56ms","ResponseTime":"2024-11-26 08:30:10 828","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:10|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:10 772","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"56ms","ResponseTime":"2024-11-26 08:30:10 828","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:10|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:10 755","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"73ms","ResponseTime":"2024-11-26 08:30:10 829","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:10|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:10 755","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"74ms","ResponseTime":"2024-11-26 08:30:10 830","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:15|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:15 581","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"2\"}]","ResponseIntervalTime":"6ms","ResponseTime":"2024-11-26 08:30:15 588","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":4,\"AreaId\":1,\"MaterielCode\":\"2\",\"MaterielName\":\"2\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T08:54:11.873\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T16:47:30.67\"},\"DevMessage\":null}"}
--------------------------------
2024/11/26 20:30:15|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:15 689","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"5ms","ResponseTime":"2024-11-26 08:30:15 695","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:15|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:15 689","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"6ms","ResponseTime":"2024-11-26 08:30:15 696","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:17|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:17 576","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"3\"}]","ResponseIntervalTime":"2ms","ResponseTime":"2024-11-26 08:30:17 579","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":6,\"AreaId\":3,\"MaterielCode\":\"3\",\"MaterielName\":\"3\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"3\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T21:00:45.617\",\"Modifier\":null,\"ModifyDate\":null},\"DevMessage\":null}"}
--------------------------------
2024/11/26 20:30:17|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:17 631","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"9ms","ResponseTime":"2024-11-26 08:30:17 640","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:17|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:17 631","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"10ms","ResponseTime":"2024-11-26 08:30:17 641","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:18|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:18 858","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"1\"}]","ResponseIntervalTime":"2ms","ResponseTime":"2024-11-26 08:30:18 861","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":5,\"AreaId\":2,\"MaterielCode\":\"1\",\"MaterielName\":\"1\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T17:23:20.983\",\"Modifier\":null,\"ModifyDate\":null},\"DevMessage\":null}"}
--------------------------------
2024/11/26 20:30:18|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:18 934","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"7ms","ResponseTime":"2024-11-26 08:30:18 941","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:18|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:18 933","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"8ms","ResponseTime":"2024-11-26 08:30:18 942","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:19|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:19 981","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"2\"}]","ResponseIntervalTime":"8ms","ResponseTime":"2024-11-26 08:30:19 989","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":4,\"AreaId\":1,\"MaterielCode\":\"2\",\"MaterielName\":\"2\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T08:54:11.873\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T16:47:30.67\"},\"DevMessage\":null}"}
--------------------------------
2024/11/26 20:30:20|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:20 128","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"8ms","ResponseTime":"2024-11-26 08:30:20 136","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:20|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:20 128","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"11ms","ResponseTime":"2024-11-26 08:30:20 139","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:21|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:21 114","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"3\"}]","ResponseIntervalTime":"8ms","ResponseTime":"2024-11-26 08:30:21 123","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":6,\"AreaId\":3,\"MaterielCode\":\"3\",\"MaterielName\":\"3\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"3\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T21:00:45.617\",\"Modifier\":null,\"ModifyDate\":null},\"DevMessage\":null}"}
--------------------------------
2024/11/26 20:30:21|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:21 208","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"4ms","ResponseTime":"2024-11-26 08:30:21 212","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:21|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:21 208","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"5ms","ResponseTime":"2024-11-26 08:30:21 213","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:26|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:26 750","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.EnableStatus == Convert(Normal, Object).ObjToInt())","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"6ms","ResponseTime":"2024-11-26 08:30:26 756","ResponseJsonData":"[{\"Id\":3,\"AreaId\":1,\"LocationCode\":\"001-001-003\",\"LocationName\":\"001行001列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":1,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":98,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.687\",\"Modifier\":\"Test1\",\"ModifyDate\":\"2024-11-21T09:14:14.83\"},{\"Id\":5,\"AreaId\":1,\"LocationCode\":\"001-002-002\",\"LocationName\":\"001行002列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":2,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.687\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":6,\"AreaId\":1,\"LocationCode\":\"001-002-003\",\"LocationName\":\"001行002列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":2,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.687\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":8,\"AreaId\":1,\"LocationCode\":\"001-003-002\",\"LocationName\":\"001行003列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":9,\"AreaId\":1,\"LocationCode\":\"001-003-003\",\"LocationName\":\"001行003列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":3,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":10,\"AreaId\":1,\"LocationCode\":\"001-004-001\",\"LocationName\":\"001行004列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11,\"AreaId\":1,\"LocationCode\":\"001-004-002\",\"LocationName\":\"001行004列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12,\"AreaId\":1,\"LocationCode\":\"001-004-003\",\"LocationName\":\"001行004列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":4,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13,\"AreaId\":1,\"LocationCode\":\"001-005-001\",\"LocationName\":\"001行005列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":14,\"AreaId\":1,\"LocationCode\":\"001-005-002\",\"LocationName\":\"001行005列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":15,\"AreaId\":1,\"LocationCode\":\"001-005-003\",\"LocationName\":\"001行005列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":5,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":16,\"AreaId\":1,\"LocationCode\":\"001-006-001\",\"LocationName\":\"001行006列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":17,\"AreaId\":1,\"LocationCode\":\"001-006-002\",\"LocationName\":\"001行006列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":18,\"AreaId\":1,\"LocationCode\":\"001-006-003\",\"LocationName\":\"001行006列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":6,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":19,\"AreaId\":1,\"LocationCode\":\"001-007-001\",\"LocationName\":\"001行007列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":20,\"AreaId\":1,\"LocationCode\":\"001-007-002\",\"LocationName\":\"001行007列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":7,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":21,\"AreaId\":1,\"LocationCode\":\"001-007-003\",\"LocationName\":\"001行007列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":7,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":22,\"AreaId\":1,\"LocationCode\":\"001-008-001\",\"LocationName\":\"001行008列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":23,\"AreaId\":1,\"LocationCode\":\"001-008-002\",\"LocationName\":\"001行008列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":8,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":24,\"AreaId\":1,\"LocationCode\":\"001-008-003\",\"LocationName\":\"001行008列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":8,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":25,\"AreaId\":1,\"LocationCode\":\"001-009-001\",\"LocationName\":\"001行009列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":26,\"AreaId\":1,\"LocationCode\":\"001-009-002\",\"LocationName\":\"001行009列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":9,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"AreaId\":1,\"LocationCode\":\"001-009-003\",\"LocationName\":\"001行009列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":9,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":28,\"AreaId\":1,\"LocationCode\":\"001-010-001\",\"LocationName\":\"001行010列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":29,\"AreaId\":1,\"LocationCode\":\"001-010-002\",\"LocationName\":\"001行010列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":10,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":30,\"AreaId\":1,\"LocationCode\":\"001-010-003\",\"LocationName\":\"001行010列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":10,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":31,\"AreaId\":1,\"LocationCode\":\"001-011-001\",\"LocationName\":\"001行011列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":32,\"AreaId\":1,\"LocationCode\":\"001-011-002\",\"LocationName\":\"001行011列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":11,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":33,\"AreaId\":1,\"LocationCode\":\"001-011-003\",\"LocationName\":\"001行011列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":11,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":34,\"AreaId\":1,\"LocationCode\":\"001-012-001\",\"LocationName\":\"001行012列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":35,\"AreaId\":1,\"LocationCode\":\"001-012-002\",\"LocationName\":\"001行012列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":12,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":36,\"AreaId\":1,\"LocationCode\":\"001-012-003\",\"LocationName\":\"001行012列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":12,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":37,\"AreaId\":1,\"LocationCode\":\"001-013-001\",\"LocationName\":\"001行013列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":38,\"AreaId\":1,\"LocationCode\":\"001-013-002\",\"LocationName\":\"001行013列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":13,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":39,\"AreaId\":1,\"LocationCode\":\"001-013-003\",\"LocationName\":\"001行013列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":13,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":40,\"AreaId\":1,\"LocationCode\":\"001-014-001\",\"LocationName\":\"001行014列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":41,\"AreaId\":1,\"LocationCode\":\"001-014-002\",\"LocationName\":\"001行014列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":14,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":42,\"AreaId\":1,\"LocationCode\":\"001-014-003\",\"LocationName\":\"001行014列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":14,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":43,\"AreaId\":1,\"LocationCode\":\"001-015-001\",\"LocationName\":\"001行015列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":44,\"AreaId\":1,\"LocationCode\":\"001-015-002\",\"LocationName\":\"001行015列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":15,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":45,\"AreaId\":1,\"LocationCode\":\"001-015-003\",\"LocationName\":\"001行015列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":15,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":46,\"AreaId\":1,\"LocationCode\":\"001-016-001\",\"LocationName\":\"001行016列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":47,\"AreaId\":1,\"LocationCode\":\"001-016-002\",\"LocationName\":\"001行016列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":16,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":48,\"AreaId\":1,\"LocationCode\":\"001-016-003\",\"LocationName\":\"001行016列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":16,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":49,\"AreaId\":1,\"LocationCode\":\"001-017-001\",\"LocationName\":\"001行017列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":50,\"AreaId\":1,\"LocationCode\":\"001-017-002\",\"LocationName\":\"001行017列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":17,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":51,\"AreaId\":1,\"LocationCode\":\"001-017-003\",\"LocationName\":\"001行017列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":17,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":52,\"AreaId\":1,\"LocationCode\":\"001-018-001\",\"LocationName\":\"001行018列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":53,\"AreaId\":1,\"LocationCode\":\"001-018-002\",\"LocationName\":\"001行018列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":18,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":54,\"AreaId\":1,\"LocationCode\":\"001-018-003\",\"LocationName\":\"001行018列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":18,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":55,\"AreaId\":1,\"LocationCode\":\"001-019-001\",\"LocationName\":\"001行019列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":56,\"AreaId\":1,\"LocationCode\":\"001-019-002\",\"LocationName\":\"001行019列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":19,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":57,\"AreaId\":1,\"LocationCode\":\"001-019-003\",\"LocationName\":\"001行019列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":19,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":58,\"AreaId\":1,\"LocationCode\":\"001-020-001\",\"LocationName\":\"001行020列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":20,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":59,\"AreaId\":1,\"LocationCode\":\"001-020-002\",\"LocationName\":\"001行020列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":20,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":60,\"AreaId\":1,\"LocationCode\":\"001-020-003\",\"LocationName\":\"001行020列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":20,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":61,\"AreaId\":1,\"LocationCode\":\"001-021-001\",\"LocationName\":\"001行021列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":21,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":62,\"AreaId\":1,\"LocationCode\":\"001-021-002\",\"LocationName\":\"001行021列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":21,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":63,\"AreaId\":1,\"LocationCode\":\"001-021-003\",\"LocationName\":\"001行021列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":21,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":64,\"AreaId\":1,\"LocationCode\":\"001-022-001\",\"LocationName\":\"001行022列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":22,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":65,\"AreaId\":1,\"LocationCode\":\"001-022-002\",\"LocationName\":\"001行022列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":22,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":66,\"AreaId\":1,\"LocationCode\":\"001-022-003\",\"LocationName\":\"001行022列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":22,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":67,\"AreaId\":1,\"LocationCode\":\"001-023-001\",\"LocationName\":\"001行023列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":23,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":68,\"AreaId\":1,\"LocationCode\":\"001-023-002\",\"LocationName\":\"001行023列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":23,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":69,\"AreaId\":1,\"LocationCode\":\"001-023-003\",\"LocationName\":\"001行023列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":23,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":70,\"AreaId\":1,\"LocationCode\":\"001-024-001\",\"LocationName\":\"001行024列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":24,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":71,\"AreaId\":1,\"LocationCode\":\"001-024-002\",\"LocationName\":\"001行024列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":24,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":72,\"AreaId\":1,\"LocationCode\":\"001-024-003\",\"LocationName\":\"001行024列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":24,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":73,\"AreaId\":1,\"LocationCode\":\"001-025-001\",\"LocationName\":\"001行025列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":25,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":74,\"AreaId\":1,\"LocationCode\":\"001-025-002\",\"LocationName\":\"001行025列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":25,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":75,\"AreaId\":1,\"LocationCode\":\"001-025-003\",\"LocationName\":\"001行025列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":25,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":76,\"AreaId\":1,\"LocationCode\":\"001-026-001\",\"LocationName\":\"001行026列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":26,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":77,\"AreaId\":1,\"LocationCode\":\"001-026-002\",\"LocationName\":\"001行026列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":26,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":78,\"AreaId\":1,\"LocationCode\":\"001-026-003\",\"LocationName\":\"001行026列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":26,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":79,\"AreaId\":1,\"LocationCode\":\"001-027-001\",\"LocationName\":\"001行027列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":27,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":80,\"AreaId\":1,\"LocationCode\":\"001-027-002\",\"LocationName\":\"001行027列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":27,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":81,\"AreaId\":1,\"LocationCode\":\"001-027-003\",\"LocationName\":\"001行027列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":27,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":82,\"AreaId\":1,\"LocationCode\":\"001-028-001\",\"LocationName\":\"001行028列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":28,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":83,\"AreaId\":1,\"LocationCode\":\"001-028-002\",\"LocationName\":\"001行028列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":28,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":84,\"AreaId\":1,\"LocationCode\":\"001-028-003\",\"LocationName\":\"001行028列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":28,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":85,\"AreaId\":1,\"LocationCode\":\"001-029-001\",\"LocationName\":\"001行029列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":29,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":86,\"AreaId\":1,\"LocationCode\":\"001-029-002\",\"LocationName\":\"001行029列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":29,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":87,\"AreaId\":1,\"LocationCode\":\"001-029-003\",\"LocationName\":\"001行029列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":29,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":88,\"AreaId\":1,\"LocationCode\":\"001-030-001\",\"LocationName\":\"001行030列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":30,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":89,\"AreaId\":1,\"LocationCode\":\"001-030-002\",\"LocationName\":\"001行030列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":30,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":90,\"AreaId\":1,\"LocationCode\":\"001-030-003\",\"LocationName\":\"001行030列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":30,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":91,\"AreaId\":1,\"LocationCode\":\"001-031-001\",\"LocationName\":\"001行031列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":31,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":92,\"AreaId\":1,\"LocationCode\":\"001-031-002\",\"LocationName\":\"001行031列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":31,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":93,\"AreaId\":1,\"LocationCode\":\"001-031-003\",\"LocationName\":\"001行031列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":31,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":94,\"AreaId\":1,\"LocationCode\":\"001-032-001\",\"LocationName\":\"001行032列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":32,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":95,\"AreaId\":1,\"LocationCode\":\"001-032-002\",\"LocationName\":\"001行032列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":32,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":96,\"AreaId\":1,\"LocationCode\":\"001-032-003\",\"LocationName\":\"001行032列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":32,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":97,\"AreaId\":1,\"LocationCode\":\"001-033-001\",\"LocationName\":\"001行033列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":33,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":98,\"AreaId\":1,\"LocationCode\":\"001-033-002\",\"LocationName\":\"001行033列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":33,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":99,\"AreaId\":1,\"LocationCode\":\"001-033-003\",\"LocationName\":\"001行033列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":33,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":100,\"AreaId\":1,\"LocationCode\":\"001-034-001\",\"LocationName\":\"001行034列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":34,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":101,\"AreaId\":1,\"LocationCode\":\"001-034-002\",\"LocationName\":\"001行034列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":34,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":102,\"AreaId\":1,\"LocationCode\":\"001-034-003\",\"LocationName\":\"001行034列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":34,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":103,\"AreaId\":1,\"LocationCode\":\"001-035-001\",\"LocationName\":\"001行035列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":35,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":104,\"AreaId\":1,\"LocationCode\":\"001-035-002\",\"LocationName\":\"001行035列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":35,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.757\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":105,\"AreaId\":1,\"LocationCode\":\"001-035-003\",\"LocationName\":\"001行035列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":35,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.757\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":106,\"AreaId\":1,\"LocationCode\":\"001-036-001\",\"LocationName\":\"001行036列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":36,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.757\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":107,\"AreaId\":1,\"LocationCode\":\"001-036-002\",\"LocationName\":\"001行036列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":36,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.76\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":108,\"AreaId\":1,\"LocationCode\":\"001-036-003\",\"LocationName\":\"001行036列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":36,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.76\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":109,\"AreaId\":1,\"LocationCode\":\"001-037-001\",\"LocationName\":\"001行037列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":37,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.76\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":110,\"AreaId\":1,\"LocationCode\":\"001-037-002\",\"LocationName\":\"001行037列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":37,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":111,\"AreaId\":1,\"LocationCode\":\"001-037-003\",\"LocationName\":\"001行037列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":37,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":112,\"AreaId\":1,\"LocationCode\":\"001-038-001\",\"LocationName\":\"001行038列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":38,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":113,\"AreaId\":1,\"LocationCode\":\"001-038-002\",\"LocationName\":\"001行038列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":38,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":114,\"AreaId\":1,\"LocationCode\":\"001-038-003\",\"LocationName\":\"001行038列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":38,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":115,\"AreaId\":1,\"LocationCode\":\"001-039-001\",\"LocationName\":\"001行039列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":39,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":116,\"AreaId\":1,\"LocationCode\":\"001-039-002\",\"LocationName\":\"001行039列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":39,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":117,\"AreaId\":1,\"LocationCode\":\"001-039-003\",\"LocationName\":\"001行039列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":39,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":118,\"AreaId\":1,\"LocationCode\":\"001-040-001\",\"LocationName\":\"001行040列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":40,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.77\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":119,\"AreaId\":1,\"LocationCode\":\"001-040-002\",\"LocationName\":\"001行040列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":40,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.773\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":120,\"AreaId\":1,\"LocationCode\":\"001-040-003\",\"LocationName\":\"001行040列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":40,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.777\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":121,\"AreaId\":1,\"LocationCode\":\"001-041-001\",\"LocationName\":\"001行041列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":41,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.777\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":122,\"AreaId\":1,\"LocationCode\":\"001-041-002\",\"LocationName\":\"001行041列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":41,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.777\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":123,\"AreaId\":1,\"LocationCode\":\"001-041-003\",\"LocationName\":\"001行041列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":41,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":124,\"AreaId\":1,\"LocationCode\":\"001-042-001\",\"LocationName\":\"001行042列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":42,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":125,\"AreaId\":1,\"LocationCode\":\"001-042-002\",\"LocationName\":\"001行042列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":42,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":126,\"AreaId\":1,\"LocationCode\":\"001-042-003\",\"LocationName\":\"001行042列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":42,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.783\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":127,\"AreaId\":1,\"LocationCode\":\"001-043-001\",\"LocationName\":\"001行043列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":43,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.783\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":128,\"AreaId\":1,\"LocationCode\":\"001-043-002\",\"LocationName\":\"001行043列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":43,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.787\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":129,\"AreaId\":1,\"LocationCode\":\"001-043-003\",\"LocationName\":\"001行043列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":43,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.79\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":130,\"AreaId\":1,\"LocationCode\":\"001-044-001\",\"LocationName\":\"001行044列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":44,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.793\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":131,\"AreaId\":1,\"LocationCode\":\"001-044-002\",\"LocationName\":\"001行044列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":44,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.793\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":132,\"AreaId\":1,\"LocationCode\":\"001-044-003\",\"LocationName\":\"001行044列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":44,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.793\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":133,\"AreaId\":1,\"LocationCode\":\"001-045-001\",\"LocationName\":\"001行045列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":45,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":134,\"AreaId\":1,\"LocationCode\":\"001-045-002\",\"LocationName\":\"001行045列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":45,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":135,\"AreaId\":1,\"LocationCode\":\"001-045-003\",\"LocationName\":\"001行045列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":45,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":136,\"AreaId\":1,\"LocationCode\":\"001-046-001\",\"LocationName\":\"001行046列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":46,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":137,\"AreaId\":1,\"LocationCode\":\"001-046-002\",\"LocationName\":\"001行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.8\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":138,\"AreaId\":1,\"LocationCode\":\"001-046-003\",\"LocationName\":\"001行046列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":46,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.8\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":140,\"AreaId\":2,\"LocationCode\":\"002-001-002\",\"LocationName\":\"002行001列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":1,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":141,\"AreaId\":2,\"LocationCode\":\"002-001-003\",\"LocationName\":\"002行001列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":1,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":142,\"AreaId\":2,\"LocationCode\":\"002-002-001\",\"LocationName\":\"002行002列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:23:39.26\"},{\"Id\":143,\"AreaId\":2,\"LocationCode\":\"002-002-002\",\"LocationName\":\"002行002列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":144,\"AreaId\":2,\"LocationCode\":\"002-002-003\",\"LocationName\":\"002行002列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":2,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":145,\"AreaId\":2,\"LocationCode\":\"002-003-001\",\"LocationName\":\"002行003列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":146,\"AreaId\":2,\"LocationCode\":\"002-003-002\",\"LocationName\":\"002行003列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":147,\"AreaId\":2,\"LocationCode\":\"002-003-003\",\"LocationName\":\"002行003列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":3,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":148,\"AreaId\":2,\"LocationCode\":\"002-004-001\",\"LocationName\":\"002行004列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":149,\"AreaId\":2,\"LocationCode\":\"002-004-002\",\"LocationName\":\"002行004列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":150,\"AreaId\":2,\"LocationCode\":\"002-004-003\",\"LocationName\":\"002行004列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":4,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":151,\"AreaId\":2,\"LocationCode\":\"002-005-001\",\"LocationName\":\"002行005列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":152,\"AreaId\":2,\"LocationCode\":\"002-005-002\",\"LocationName\":\"002行005列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.813\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":153,\"AreaId\":2,\"LocationCode\":\"002-005-003\",\"LocationName\":\"002行005列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":5,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.813\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":154,\"AreaId\":2,\"LocationCode\":\"002-006-001\",\"LocationName\":\"002行006列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.813\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":155,\"AreaId\":2,\"LocationCode\":\"002-006-002\",\"LocationName\":\"002行006列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":6,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":156,\"AreaId\":2,\"LocationCode\":\"002-006-003\",\"LocationName\":\"002行006列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":6,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":157,\"AreaId\":2,\"LocationCode\":\"002-007-001\",\"LocationName\":\"002行007列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":158,\"AreaId\":2,\"LocationCode\":\"002-007-002\",\"LocationName\":\"002行007列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":7,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":159,\"AreaId\":2,\"LocationCode\":\"002-007-003\",\"LocationName\":\"002行007列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":7,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":160,\"AreaId\":2,\"LocationCode\":\"002-008-001\",\"LocationName\":\"002行008列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":161,\"AreaId\":2,\"LocationCode\":\"002-008-002\",\"LocationName\":\"002行008列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":8,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":162,\"AreaId\":2,\"LocationCode\":\"002-008-003\",\"LocationName\":\"002行008列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":8,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":163,\"AreaId\":2,\"LocationCode\":\"002-009-001\",\"LocationName\":\"002行009列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.823\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":164,\"AreaId\":2,\"LocationCode\":\"002-009-002\",\"LocationName\":\"002行009列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":9,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.823\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":165,\"AreaId\":2,\"LocationCode\":\"002-009-003\",\"LocationName\":\"002行009列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":9,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.823\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":166,\"AreaId\":2,\"LocationCode\":\"002-010-001\",\"LocationName\":\"002行010列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":167,\"AreaId\":2,\"LocationCode\":\"002-010-002\",\"LocationName\":\"002行010列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":10,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":168,\"AreaId\":2,\"LocationCode\":\"002-010-003\",\"LocationName\":\"002行010列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":10,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":169,\"AreaId\":2,\"LocationCode\":\"002-011-001\",\"LocationName\":\"002行011列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":170,\"AreaId\":2,\"LocationCode\":\"002-011-002\",\"LocationName\":\"002行011列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":11,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":171,\"AreaId\":2,\"LocationCode\":\"002-011-003\",\"LocationName\":\"002行011列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":11,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.83\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":172,\"AreaId\":2,\"LocationCode\":\"002-012-001\",\"LocationName\":\"002行012列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.83\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":173,\"AreaId\":2,\"LocationCode\":\"002-012-002\",\"LocationName\":\"002行012列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":12,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.833\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":174,\"AreaId\":2,\"LocationCode\":\"002-012-003\",\"LocationName\":\"002行012列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":12,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.837\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":175,\"AreaId\":2,\"LocationCode\":\"002-013-001\",\"LocationName\":\"002行013列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.84\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":176,\"AreaId\":2,\"LocationCode\":\"002-013-002\",\"LocationName\":\"002行013列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":13,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.843\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":177,\"AreaId\":2,\"LocationCode\":\"002-013-003\",\"LocationName\":\"002行013列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":13,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.843\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":178,\"AreaId\":2,\"LocationCode\":\"002-014-001\",\"LocationName\":\"002行014列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.85\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":179,\"AreaId\":2,\"LocationCode\":\"002-014-002\",\"LocationName\":\"002行014列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":14,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.853\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":180,\"AreaId\":2,\"LocationCode\":\"002-014-003\",\"LocationName\":\"002行014列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":14,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.853\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":181,\"AreaId\":2,\"LocationCode\":\"002-015-001\",\"LocationName\":\"002行015列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":182,\"AreaId\":2,\"LocationCode\":\"002-015-002\",\"LocationName\":\"002行015列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":15,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":183,\"AreaId\":2,\"LocationCode\":\"002-015-003\",\"LocationName\":\"002行015列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":15,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":184,\"AreaId\":2,\"LocationCode\":\"002-016-001\",\"LocationName\":\"002行016列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":185,\"AreaId\":2,\"LocationCode\":\"002-016-002\",\"LocationName\":\"002行016列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":16,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":186,\"AreaId\":2,\"LocationCode\":\"002-016-003\",\"LocationName\":\"002行016列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":16,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.86\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":187,\"AreaId\":2,\"LocationCode\":\"002-017-001\",\"LocationName\":\"002行017列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.86\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":188,\"AreaId\":2,\"LocationCode\":\"002-017-002\",\"LocationName\":\"002行017列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":17,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.86\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":189,\"AreaId\":2,\"LocationCode\":\"002-017-003\",\"LocationName\":\"002行017列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":17,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":190,\"AreaId\":2,\"LocationCode\":\"002-018-001\",\"LocationName\":\"002行018列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":191,\"AreaId\":2,\"LocationCode\":\"002-018-002\",\"LocationName\":\"002行018列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":18,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":192,\"AreaId\":2,\"LocationCode\":\"002-018-003\",\"LocationName\":\"002行018列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":18,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":193,\"AreaId\":2,\"LocationCode\":\"002-019-001\",\"LocationName\":\"002行019列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":194,\"AreaId\":2,\"LocationCode\":\"002-019-002\",\"LocationName\":\"002行019列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":19,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":195,\"AreaId\":2,\"LocationCode\":\"002-019-003\",\"LocationName\":\"002行019列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":19,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":196,\"AreaId\":2,\"LocationCode\":\"002-020-001\",\"LocationName\":\"002行020列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":20,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.87\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":197,\"AreaId\":2,\"LocationCode\":\"002-020-002\",\"LocationName\":\"002行020列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":20,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.87\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":198,\"AreaId\":2,\"LocationCode\":\"002-020-003\",\"LocationName\":\"002行020列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":20,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.87\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":199,\"AreaId\":2,\"LocationCode\":\"002-021-001\",\"LocationName\":\"002行021列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":21,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.873\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":200,\"AreaId\":2,\"LocationCode\":\"002-021-002\",\"LocationName\":\"002行021列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":21,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.873\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":201,\"AreaId\":2,\"LocationCode\":\"002-021-003\",\"LocationName\":\"002行021列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":21,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":202,\"AreaId\":2,\"LocationCode\":\"002-022-001\",\"LocationName\":\"002行022列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":22,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":203,\"AreaId\":2,\"LocationCode\":\"002-022-002\",\"LocationName\":\"002行022列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":22,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":204,\"AreaId\":2,\"LocationCode\":\"002-022-003\",\"LocationName\":\"002行022列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":22,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":205,\"AreaId\":2,\"LocationCode\":\"002-023-001\",\"LocationName\":\"002行023列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":23,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":206,\"AreaId\":2,\"LocationCode\":\"002-023-002\",\"LocationName\":\"002行023列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":23,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":207,\"AreaId\":2,\"LocationCode\":\"002-023-003\",\"LocationName\":\"002行023列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":23,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":208,\"AreaId\":2,\"LocationCode\":\"002-024-001\",\"LocationName\":\"002行024列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":24,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":209,\"AreaId\":2,\"LocationCode\":\"002-024-002\",\"LocationName\":\"002行024列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":24,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":210,\"AreaId\":2,\"LocationCode\":\"002-024-003\",\"LocationName\":\"002行024列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":24,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":211,\"AreaId\":2,\"LocationCode\":\"002-025-001\",\"LocationName\":\"002行025列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":25,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":212,\"AreaId\":2,\"LocationCode\":\"002-025-002\",\"LocationName\":\"002行025列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":25,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":213,\"AreaId\":2,\"LocationCode\":\"002-025-003\",\"LocationName\":\"002行025列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":25,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":214,\"AreaId\":2,\"LocationCode\":\"002-026-001\",\"LocationName\":\"002行026列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":26,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":215,\"AreaId\":2,\"LocationCode\":\"002-026-002\",\"LocationName\":\"002行026列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":26,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":216,\"AreaId\":2,\"LocationCode\":\"002-026-003\",\"LocationName\":\"002行026列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":26,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":217,\"AreaId\":2,\"LocationCode\":\"002-027-001\",\"LocationName\":\"002行027列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":27,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":218,\"AreaId\":2,\"LocationCode\":\"002-027-002\",\"LocationName\":\"002行027列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":27,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":219,\"AreaId\":2,\"LocationCode\":\"002-027-003\",\"LocationName\":\"002行027列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":27,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":220,\"AreaId\":2,\"LocationCode\":\"002-028-001\",\"LocationName\":\"002行028列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":28,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":221,\"AreaId\":2,\"LocationCode\":\"002-028-002\",\"LocationName\":\"002行028列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":28,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":222,\"AreaId\":2,\"LocationCode\":\"002-028-003\",\"LocationName\":\"002行028列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":28,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":223,\"AreaId\":2,\"LocationCode\":\"002-029-001\",\"LocationName\":\"002行029列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":29,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":224,\"AreaId\":2,\"LocationCode\":\"002-029-002\",\"LocationName\":\"002行029列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":29,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":225,\"AreaId\":2,\"LocationCode\":\"002-029-003\",\"LocationName\":\"002行029列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":29,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":226,\"AreaId\":2,\"LocationCode\":\"002-030-001\",\"LocationName\":\"002行030列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":30,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":227,\"AreaId\":2,\"LocationCode\":\"002-030-002\",\"LocationName\":\"002行030列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":30,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":228,\"AreaId\":2,\"LocationCode\":\"002-030-003\",\"LocationName\":\"002行030列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":30,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":229,\"AreaId\":2,\"LocationCode\":\"002-031-001\",\"LocationName\":\"002行031列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":31,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":230,\"AreaId\":2,\"LocationCode\":\"002-031-002\",\"LocationName\":\"002行031列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":31,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":231,\"AreaId\":2,\"LocationCode\":\"002-031-003\",\"LocationName\":\"002行031列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":31,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":232,\"AreaId\":2,\"LocationCode\":\"002-032-001\",\"LocationName\":\"002行032列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":32,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.91\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":233,\"AreaId\":2,\"LocationCode\":\"002-032-002\",\"LocationName\":\"002行032列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":32,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.91\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":234,\"AreaId\":2,\"LocationCode\":\"002-032-003\",\"LocationName\":\"002行032列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":32,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.91\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":235,\"AreaId\":2,\"LocationCode\":\"002-033-001\",\"LocationName\":\"002行033列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":33,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":236,\"AreaId\":2,\"LocationCode\":\"002-033-002\",\"LocationName\":\"002行033列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":33,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":237,\"AreaId\":2,\"LocationCode\":\"002-033-003\",\"LocationName\":\"002行033列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":33,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":238,\"AreaId\":2,\"LocationCode\":\"002-034-001\",\"LocationName\":\"002行034列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":34,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":239,\"AreaId\":2,\"LocationCode\":\"002-034-002\",\"LocationName\":\"002行034列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":34,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":240,\"AreaId\":2,\"LocationCode\":\"002-034-003\",\"LocationName\":\"002行034列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":34,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":241,\"AreaId\":2,\"LocationCode\":\"002-035-001\",\"LocationName\":\"002行035列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":35,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":242,\"AreaId\":2,\"LocationCode\":\"002-035-002\",\"LocationName\":\"002行035列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":35,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.933\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":243,\"AreaId\":2,\"LocationCode\":\"002-035-003\",\"LocationName\":\"002行035列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":35,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.933\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":244,\"AreaId\":2,\"LocationCode\":\"002-036-001\",\"LocationName\":\"002行036列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":36,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.933\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":245,\"AreaId\":2,\"LocationCode\":\"002-036-002\",\"LocationName\":\"002行036列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":36,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":246,\"AreaId\":2,\"LocationCode\":\"002-036-003\",\"LocationName\":\"002行036列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":36,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":247,\"AreaId\":2,\"LocationCode\":\"002-037-001\",\"LocationName\":\"002行037列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":37,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":248,\"AreaId\":2,\"LocationCode\":\"002-037-002\",\"LocationName\":\"002行037列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":37,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":249,\"AreaId\":2,\"LocationCode\":\"002-037-003\",\"LocationName\":\"002行037列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":37,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":250,\"AreaId\":2,\"LocationCode\":\"002-038-001\",\"LocationName\":\"002行038列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":38,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":251,\"AreaId\":2,\"LocationCode\":\"002-038-002\",\"LocationName\":\"002行038列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":38,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":252,\"AreaId\":2,\"LocationCode\":\"002-038-003\",\"LocationName\":\"002行038列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":38,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":253,\"AreaId\":2,\"LocationCode\":\"002-039-001\",\"LocationName\":\"002行039列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":39,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":254,\"AreaId\":2,\"LocationCode\":\"002-039-002\",\"LocationName\":\"002行039列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":39,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":255,\"AreaId\":2,\"LocationCode\":\"002-039-003\",\"LocationName\":\"002行039列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":39,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":256,\"AreaId\":2,\"LocationCode\":\"002-040-001\",\"LocationName\":\"002行040列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":40,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":257,\"AreaId\":2,\"LocationCode\":\"002-040-002\",\"LocationName\":\"002行040列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":40,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":258,\"AreaId\":2,\"LocationCode\":\"002-040-003\",\"LocationName\":\"002行040列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":40,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":259,\"AreaId\":2,\"LocationCode\":\"002-041-001\",\"LocationName\":\"002行041列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":41,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":260,\"AreaId\":2,\"LocationCode\":\"002-041-002\",\"LocationName\":\"002行041列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":41,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":261,\"AreaId\":2,\"LocationCode\":\"002-041-003\",\"LocationName\":\"002行041列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":41,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":262,\"AreaId\":2,\"LocationCode\":\"002-042-001\",\"LocationName\":\"002行042列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":42,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":263,\"AreaId\":2,\"LocationCode\":\"002-042-002\",\"LocationName\":\"002行042列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":42,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":264,\"AreaId\":2,\"LocationCode\":\"002-042-003\",\"LocationName\":\"002行042列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":42,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":265,\"AreaId\":2,\"LocationCode\":\"002-043-001\",\"LocationName\":\"002行043列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":43,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":266,\"AreaId\":2,\"LocationCode\":\"002-043-002\",\"LocationName\":\"002行043列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":43,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":267,\"AreaId\":2,\"LocationCode\":\"002-043-003\",\"LocationName\":\"002行043列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":43,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":268,\"AreaId\":2,\"LocationCode\":\"002-044-001\",\"LocationName\":\"002行044列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":44,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":269,\"AreaId\":2,\"LocationCode\":\"002-044-002\",\"LocationName\":\"002行044列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":44,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":270,\"AreaId\":2,\"LocationCode\":\"002-044-003\",\"LocationName\":\"002行044列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":44,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":271,\"AreaId\":2,\"LocationCode\":\"002-045-001\",\"LocationName\":\"002行045列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":45,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":272,\"AreaId\":2,\"LocationCode\":\"002-045-002\",\"LocationName\":\"002行045列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":45,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":273,\"AreaId\":2,\"LocationCode\":\"002-045-003\",\"LocationName\":\"002行045列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":45,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":274,\"AreaId\":2,\"LocationCode\":\"002-046-001\",\"LocationName\":\"002行046列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":275,\"AreaId\":2,\"LocationCode\":\"002-046-002\",\"LocationName\":\"002行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":276,\"AreaId\":2,\"LocationCode\":\"002-046-003\",\"LocationName\":\"002行046列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2024/11/26 20:30:26|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:26 082","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetLocationCodes","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"676ms","ResponseTime":"2024-11-26 08:30:26 759","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":[\"001-001-003\",\"001-002-002\",\"001-002-003\",\"001-003-002\",\"001-003-003\",\"001-004-001\",\"001-004-002\",\"001-004-003\",\"001-005-001\",\"001-005-002\",\"001-005-003\",\"001-006-001\",\"001-006-002\",\"001-006-003\",\"001-007-001\",\"001-007-002\",\"001-007-003\",\"001-008-001\",\"001-008-002\",\"001-008-003\",\"001-009-001\",\"001-009-002\",\"001-009-003\",\"001-010-001\",\"001-010-002\",\"001-010-003\",\"001-011-001\",\"001-011-002\",\"001-011-003\",\"001-012-001\",\"001-012-002\",\"001-012-003\",\"001-013-001\",\"001-013-002\",\"001-013-003\",\"001-014-001\",\"001-014-002\",\"001-014-003\",\"001-015-001\",\"001-015-002\",\"001-015-003\",\"001-016-001\",\"001-016-002\",\"001-016-003\",\"001-017-001\",\"001-017-002\",\"001-017-003\",\"001-018-001\",\"001-018-002\",\"001-018-003\",\"001-019-001\",\"001-019-002\",\"001-019-003\",\"001-020-001\",\"001-020-002\",\"001-020-003\",\"001-021-001\",\"001-021-002\",\"001-021-003\",\"001-022-001\",\"001-022-002\",\"001-022-003\",\"001-023-001\",\"001-023-002\",\"001-023-003\",\"001-024-001\",\"001-024-002\",\"001-024-003\",\"001-025-001\",\"001-025-002\",\"001-025-003\",\"001-026-001\",\"001-026-002\",\"001-026-003\",\"001-027-001\",\"001-027-002\",\"001-027-003\",\"001-028-001\",\"001-028-002\",\"001-028-003\",\"001-029-001\",\"001-029-002\",\"001-029-003\",\"001-030-001\",\"001-030-002\",\"001-030-003\",\"001-031-001\",\"001-031-002\",\"001-031-003\",\"001-032-001\",\"001-032-002\",\"001-032-003\",\"001-033-001\",\"001-033-002\",\"001-033-003\",\"001-034-001\",\"001-034-002\",\"001-034-003\",\"001-035-001\",\"001-035-002\",\"001-035-003\",\"001-036-001\",\"001-036-002\",\"001-036-003\",\"001-037-001\",\"001-037-002\",\"001-037-003\",\"001-038-001\",\"001-038-002\",\"001-038-003\",\"001-039-001\",\"001-039-002\",\"001-039-003\",\"001-040-001\",\"001-040-002\",\"001-040-003\",\"001-041-001\",\"001-041-002\",\"001-041-003\",\"001-042-001\",\"001-042-002\",\"001-042-003\",\"001-043-001\",\"001-043-002\",\"001-043-003\",\"001-044-001\",\"001-044-002\",\"001-044-003\",\"001-045-001\",\"001-045-002\",\"001-045-003\",\"001-046-001\",\"001-046-002\",\"001-046-003\",\"002-001-002\",\"002-001-003\",\"002-002-001\",\"002-002-002\",\"002-002-003\",\"002-003-001\",\"002-003-002\",\"002-003-003\",\"002-004-001\",\"002-004-002\",\"002-004-003\",\"002-005-001\",\"002-005-002\",\"002-005-003\",\"002-006-001\",\"002-006-002\",\"002-006-003\",\"002-007-001\",\"002-007-002\",\"002-007-003\",\"002-008-001\",\"002-008-002\",\"002-008-003\",\"002-009-001\",\"002-009-002\",\"002-009-003\",\"002-010-001\",\"002-010-002\",\"002-010-003\",\"002-011-001\",\"002-011-002\",\"002-011-003\",\"002-012-001\",\"002-012-002\",\"002-012-003\",\"002-013-001\",\"002-013-002\",\"002-013-003\",\"002-014-001\",\"002-014-002\",\"002-014-003\",\"002-015-001\",\"002-015-002\",\"002-015-003\",\"002-016-001\",\"002-016-002\",\"002-016-003\",\"002-017-001\",\"002-017-002\",\"002-017-003\",\"002-018-001\",\"002-018-002\",\"002-018-003\",\"002-019-001\",\"002-019-002\",\"002-019-003\",\"002-020-001\",\"002-020-002\",\"002-020-003\",\"002-021-001\",\"002-021-002\",\"002-021-003\",\"002-022-001\",\"002-022-002\",\"002-022-003\",\"002-023-001\",\"002-023-002\",\"002-023-003\",\"002-024-001\",\"002-024-002\",\"002-024-003\",\"002-025-001\",\"002-025-002\",\"002-025-003\",\"002-026-001\",\"002-026-002\",\"002-026-003\",\"002-027-001\",\"002-027-002\",\"002-027-003\",\"002-028-001\",\"002-028-002\",\"002-028-003\",\"002-029-001\",\"002-029-002\",\"002-029-003\",\"002-030-001\",\"002-030-002\",\"002-030-003\",\"002-031-001\",\"002-031-002\",\"002-031-003\",\"002-032-001\",\"002-032-002\",\"002-032-003\",\"002-033-001\",\"002-033-002\",\"002-033-003\",\"002-034-001\",\"002-034-002\",\"002-034-003\",\"002-035-001\",\"002-035-002\",\"002-035-003\",\"002-036-001\",\"002-036-002\",\"002-036-003\",\"002-037-001\",\"002-037-002\",\"002-037-003\",\"002-038-001\",\"002-038-002\",\"002-038-003\",\"002-039-001\",\"002-039-002\",\"002-039-003\",\"002-040-001\",\"002-040-002\",\"002-040-003\",\"002-041-001\",\"002-041-002\",\"002-041-003\",\"002-042-001\",\"002-042-002\",\"002-042-003\",\"002-043-001\",\"002-043-002\",\"002-043-003\",\"002-044-001\",\"002-044-002\",\"002-044-003\",\"002-045-001\",\"002-045-002\",\"002-045-003\",\"002-046-001\",\"002-046-002\",\"002-046-003\"],\"DevMessage\":null}"}
--------------------------------
2024/11/26 20:30:26|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:26 893","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"8ms","ResponseTime":"2024-11-26 08:30:26 901","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:26|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:26 893","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"9ms","ResponseTime":"2024-11-26 08:30:26 903","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:29|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:29 605","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"1\"}]","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 08:30:29 608","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":5,\"AreaId\":2,\"MaterielCode\":\"1\",\"MaterielName\":\"1\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T17:23:20.983\",\"Modifier\":null,\"ModifyDate\":null},\"DevMessage\":null}"}
--------------------------------
2024/11/26 20:30:29|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:29 663","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"6ms","ResponseTime":"2024-11-26 08:30:29 669","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:29|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:29 663","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"9ms","ResponseTime":"2024-11-26 08:30:29 672","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:31|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:31 315","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"3\"}]","ResponseIntervalTime":"6ms","ResponseTime":"2024-11-26 08:30:31 322","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":6,\"AreaId\":3,\"MaterielCode\":\"3\",\"MaterielName\":\"3\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"3\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T21:00:45.617\",\"Modifier\":null,\"ModifyDate\":null},\"DevMessage\":null}"}
--------------------------------
2024/11/26 20:30:31|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:31 441","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"4ms","ResponseTime":"2024-11-26 08:30:31 446","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:31|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:31 441","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"7ms","ResponseTime":"2024-11-26 08:30:31 448","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:32 411","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"2\"}]","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 08:30:32 414","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":4,\"AreaId\":1,\"MaterielCode\":\"2\",\"MaterielName\":\"2\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T08:54:11.873\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T16:47:30.67\"},\"DevMessage\":null}"}
--------------------------------
2024/11/26 20:30:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:32 508","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"4ms","ResponseTime":"2024-11-26 08:30:32 513","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:32 508","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"5ms","ResponseTime":"2024-11-26 08:30:32 514","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:43|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:43 476","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"1\"}]","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 08:30:43 479","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":5,\"AreaId\":2,\"MaterielCode\":\"1\",\"MaterielName\":\"1\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T17:23:20.983\",\"Modifier\":null,\"ModifyDate\":null},\"DevMessage\":null}"}
--------------------------------
2024/11/26 20:30:43|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:43 575","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"5ms","ResponseTime":"2024-11-26 08:30:43 580","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:43|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:43 575","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"6ms","ResponseTime":"2024-11-26 08:30:43 581","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:53|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:53 413","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"2\"}]","ResponseIntervalTime":"5ms","ResponseTime":"2024-11-26 08:30:53 419","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":4,\"AreaId\":1,\"MaterielCode\":\"2\",\"MaterielName\":\"2\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T08:54:11.873\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T16:47:30.67\"},\"DevMessage\":null}"}
--------------------------------
2024/11/26 20:30:53|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:53 512","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"4ms","ResponseTime":"2024-11-26 08:30:53 516","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:30:53|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:30:53 512","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"7ms","ResponseTime":"2024-11-26 08:30:53 519","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:33:58|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:33:57 592","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetSuperAdminMenu","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"119ms","ResponseTime":"2024-11-26 08:33:58 712","ResponseJsonData":"[{\"id\":29,\"name\":\"库存信息\",\"url\":\"/stockInfo\",\"parentId\":20,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_StockInfo\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":25,\"name\":\"入库单\",\"url\":\"/inboundOrder\",\"parentId\":19,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_InboundOrder\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":21,\"name\":\"仓库信息\",\"url\":\"/warehouse\",\"parentId\":17,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_Warehouse\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\",\"Enable\",\"Disable\"]},{\"id\":17,\"name\":\"基础管理\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-notebook-2\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":30,\"name\":\"库存信息明细\",\"url\":\"stockInfoDetail\",\"parentId\":20,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_StockInfoDetail\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":32,\"name\":\"库存视图\",\"url\":\"/stockView\",\"parentId\":20,\"icon\":\"\",\"Enable\":1,\"TableName\":\"StockView\",\"permission\":[\"Search\"]},{\"id\":22,\"name\":\"区域信息\",\"url\":\"areaInfo\",\"parentId\":17,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_AreaInfo\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\",\"Enable\",\"Disable\"]},{\"id\":12,\"name\":\"任务管理\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-shopping-bag-2\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":31,\"name\":\"巷道信息\",\"url\":\"/roadwayInfo\",\"parentId\":17,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_RoadwayInfo\",\"permission\":[\"Search\",\"Update\",\"Export\",\"enableStatus\"]},{\"id\":27,\"name\":\"出库单\",\"url\":\"/outboundOrder\",\"parentId\":19,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_OutboundOrder\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":23,\"name\":\"货位信息\",\"url\":\"/locationInfo\",\"parentId\":17,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_LocationInfo\",\"permission\":[\"Search\",\"enableStatus\"]},{\"id\":19,\"name\":\"单据管理\",\"url\":\"\",\"parentId\":0,\"icon\":\"el-icon-document\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\"]},{\"id\":24,\"name\":\"物料信息\",\"url\":\"/materielInfo\",\"parentId\":17,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_MaterielInfo\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":20,\"name\":\"库存管理\",\"url\":\"\",\"parentId\":0,\"icon\":\"el-icon-discount\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\"]},{\"id\":1,\"name\":\"用户管理\",\"url\":null,\"parentId\":0,\"icon\":\"el-icon-user\",\"Enable\":1,\"TableName\":\".\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":2,\"name\":\"用户管理\",\"url\":\"/Sys_User\",\"parentId\":1,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_User\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":3,\"name\":\"权限管理\",\"url\":\"/permission\",\"parentId\":1,\"icon\":\"ivu-icon ivu-icon-ios-boat\",\"Enable\":1,\"TableName\":\",\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":4,\"name\":\"角色管理\",\"url\":\"/Sys_Role\",\"parentId\":1,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Role\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":13,\"name\":\"任务信息\",\"url\":\"/task\",\"parentId\":12,\"icon\":null,\"Enable\":1,\"TableName\":\"Dt_Task\",\"permission\":[\"Search\"]},{\"id\":8,\"name\":\"日志管理\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-date\",\"Enable\":1,\"TableName\":\"xxx\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":6,\"name\":\"菜单设置\",\"url\":\"/sysmenu\",\"parentId\":5,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Menu\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":7,\"name\":\"下拉框绑定设置\",\"url\":\"/Sys_Dictionary\",\"parentId\":5,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Dictionary\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":43,\"name\":\"入库单历史\",\"url\":\"/inboundOrder_hty\",\"parentId\":19,\"icon\":\"\",\"Enable\":1,\"TableName\":\"inboundOrder_hty\",\"permission\":[\"Search\"]},{\"id\":45,\"name\":\"出库单历史\",\"url\":\"/outboundOrder_hty\",\"parentId\":19,\"icon\":\"\",\"Enable\":1,\"TableName\":\"outboundOrder_hty\",\"permission\":[\"Search\"]},{\"id\":42,\"name\":\"任务历史信息\",\"url\":\"/Task_Hty\",\"parentId\":12,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_Task_Hty\",\"permission\":[\"Search\"]},{\"id\":9,\"name\":\"接口日志\",\"url\":\"/Sys_Log/Manager\",\"parentId\":8,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Log\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":5,\"name\":\"系统设置\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-setting\",\"Enable\":1,\"TableName\":\"系统设置\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]}]"}
--------------------------------
2024/11/26 20:33:58|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:33:57 589","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetCurrentMenuActionList","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"128ms","ResponseTime":"2024-11-26 08:33:58 718","ResponseJsonData":"[{\"id\":29,\"name\":\"库存信息\",\"url\":\"/stockInfo\",\"parentId\":20,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_StockInfo\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":25,\"name\":\"入库单\",\"url\":\"/inboundOrder\",\"parentId\":19,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_InboundOrder\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":21,\"name\":\"仓库信息\",\"url\":\"/warehouse\",\"parentId\":17,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_Warehouse\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\",\"Enable\",\"Disable\"]},{\"id\":17,\"name\":\"基础管理\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-notebook-2\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":30,\"name\":\"库存信息明细\",\"url\":\"stockInfoDetail\",\"parentId\":20,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_StockInfoDetail\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":32,\"name\":\"库存视图\",\"url\":\"/stockView\",\"parentId\":20,\"icon\":\"\",\"Enable\":1,\"TableName\":\"StockView\",\"permission\":[\"Search\"]},{\"id\":22,\"name\":\"区域信息\",\"url\":\"areaInfo\",\"parentId\":17,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_AreaInfo\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\",\"Enable\",\"Disable\"]},{\"id\":12,\"name\":\"任务管理\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-shopping-bag-2\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":31,\"name\":\"巷道信息\",\"url\":\"/roadwayInfo\",\"parentId\":17,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_RoadwayInfo\",\"permission\":[\"Search\",\"Update\",\"Export\",\"enableStatus\"]},{\"id\":27,\"name\":\"出库单\",\"url\":\"/outboundOrder\",\"parentId\":19,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_OutboundOrder\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":23,\"name\":\"货位信息\",\"url\":\"/locationInfo\",\"parentId\":17,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_LocationInfo\",\"permission\":[\"Search\",\"enableStatus\"]},{\"id\":19,\"name\":\"单据管理\",\"url\":\"\",\"parentId\":0,\"icon\":\"el-icon-document\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\"]},{\"id\":24,\"name\":\"物料信息\",\"url\":\"/materielInfo\",\"parentId\":17,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_MaterielInfo\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":20,\"name\":\"库存管理\",\"url\":\"\",\"parentId\":0,\"icon\":\"el-icon-discount\",\"Enable\":1,\"TableName\":\"/\",\"permission\":[\"Search\"]},{\"id\":1,\"name\":\"用户管理\",\"url\":null,\"parentId\":0,\"icon\":\"el-icon-user\",\"Enable\":1,\"TableName\":\".\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":2,\"name\":\"用户管理\",\"url\":\"/Sys_User\",\"parentId\":1,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_User\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":3,\"name\":\"权限管理\",\"url\":\"/permission\",\"parentId\":1,\"icon\":\"ivu-icon ivu-icon-ios-boat\",\"Enable\":1,\"TableName\":\",\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":4,\"name\":\"角色管理\",\"url\":\"/Sys_Role\",\"parentId\":1,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Role\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":13,\"name\":\"任务信息\",\"url\":\"/task\",\"parentId\":12,\"icon\":null,\"Enable\":1,\"TableName\":\"Dt_Task\",\"permission\":[\"Search\"]},{\"id\":8,\"name\":\"日志管理\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-date\",\"Enable\":1,\"TableName\":\"xxx\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":6,\"name\":\"菜单设置\",\"url\":\"/sysmenu\",\"parentId\":5,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Menu\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":7,\"name\":\"下拉框绑定设置\",\"url\":\"/Sys_Dictionary\",\"parentId\":5,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Dictionary\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":43,\"name\":\"入库单历史\",\"url\":\"/inboundOrder_hty\",\"parentId\":19,\"icon\":\"\",\"Enable\":1,\"TableName\":\"inboundOrder_hty\",\"permission\":[\"Search\"]},{\"id\":45,\"name\":\"出库单历史\",\"url\":\"/outboundOrder_hty\",\"parentId\":19,\"icon\":\"\",\"Enable\":1,\"TableName\":\"outboundOrder_hty\",\"permission\":[\"Search\"]},{\"id\":42,\"name\":\"任务历史信息\",\"url\":\"/Task_Hty\",\"parentId\":12,\"icon\":\"\",\"Enable\":1,\"TableName\":\"Dt_Task_Hty\",\"permission\":[\"Search\"]},{\"id\":9,\"name\":\"接口日志\",\"url\":\"/Sys_Log/Manager\",\"parentId\":8,\"icon\":null,\"Enable\":1,\"TableName\":\"Sys_Log\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]},{\"id\":5,\"name\":\"系统设置\",\"url\":\"/\",\"parentId\":0,\"icon\":\"el-icon-setting\",\"Enable\":1,\"TableName\":\"系统设置\",\"permission\":[\"Search\",\"Add\",\"Delete\",\"Update\",\"Import\",\"Export\"]}]"}
--------------------------------
2024/11/26 20:34:02|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:01 949","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"89ms","ResponseTime":"2024-11-26 08:34:02 039","ResponseJsonData":"[{\"RoleId\":1,\"DeptName\":null,\"DeptId\":111,\"Enable\":1,\"ParentId\":0,\"RoleName\":\"超级管理员\",\"Roles\":null,\"Creater\":\"超级管理员\",\"CreateDate\":\"2024-10-21T14:40:53.107\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-04-29T13:53:44.717\"},{\"RoleId\":2,\"DeptName\":null,\"DeptId\":null,\"Enable\":1,\"ParentId\":1,\"RoleName\":\"管理员\",\"Roles\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T21:21:55.09\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-10-30T21:43:40.213\"},{\"RoleId\":3,\"DeptName\":null,\"DeptId\":null,\"Enable\":1,\"ParentId\":2,\"RoleName\":\"员工\",\"Roles\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T21:22:26.147\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-10-30T22:42:33.127\"}]"}
--------------------------------
2024/11/26 20:34:02|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:01 941","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetAllChildren","RequestParamsName":"【携带的参数有】:1","RequestParamsData":"[1]","ResponseIntervalTime":"109ms","ResponseTime":"2024-11-26 08:34:02 050","ResponseJsonData":"[{\"Id\":1,\"ParentId\":0,\"RoleName\":\"超级管理员\"},{\"Id\":2,\"ParentId\":1,\"RoleName\":\"管理员\"},{\"Id\":3,\"ParentId\":2,\"RoleName\":\"员工\"}]"}
--------------------------------
2024/11/26 20:34:02|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:02 062","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetDictionaries","RequestParamsName":"【携带的参数有】:System.Linq.Enumerable+WhereArrayIterator`1[System.String], System.Collections.Generic.List`1[WIDESEA_Model.Models.System.RoleNodes], True","RequestParamsData":"[[\"inOrderType\",\"inboundState\",\"createType\",\"materielInfo\",\"locationCodes\",\"orderDetailStatusEnum\"],[{\"Id\":1,\"ParentId\":0,\"RoleName\":\"超级管理员\"},{\"Id\":2,\"ParentId\":1,\"RoleName\":\"管理员\"},{\"Id\":3,\"ParentId\":2,\"RoleName\":\"员工\"}],true]","ResponseIntervalTime":"611ms","ResponseTime":"2024-11-26 08:34:02 673","ResponseJsonData":"[{\"DicNo\":\"materielInfo\",\"Config\":null,\"Data\":[{\"key\":\"2\",\"value\":\"2\"},{\"key\":\"1\",\"value\":\"1\"},{\"key\":\"3\",\"value\":\"3\"}]},{\"DicNo\":\"locationCodes\",\"Config\":null,\"Data\":[{\"key\":\"001-001-003\",\"value\":\"001-001-003\"},{\"key\":\"001-002-002\",\"value\":\"001-002-002\"},{\"key\":\"001-002-003\",\"value\":\"001-002-003\"},{\"key\":\"001-003-002\",\"value\":\"001-003-002\"},{\"key\":\"001-003-003\",\"value\":\"001-003-003\"},{\"key\":\"001-004-001\",\"value\":\"001-004-001\"},{\"key\":\"001-004-002\",\"value\":\"001-004-002\"},{\"key\":\"001-004-003\",\"value\":\"001-004-003\"},{\"key\":\"001-005-001\",\"value\":\"001-005-001\"},{\"key\":\"001-005-002\",\"value\":\"001-005-002\"},{\"key\":\"001-005-003\",\"value\":\"001-005-003\"},{\"key\":\"001-006-001\",\"value\":\"001-006-001\"},{\"key\":\"001-006-002\",\"value\":\"001-006-002\"},{\"key\":\"001-006-003\",\"value\":\"001-006-003\"},{\"key\":\"001-007-001\",\"value\":\"001-007-001\"},{\"key\":\"001-007-002\",\"value\":\"001-007-002\"},{\"key\":\"001-007-003\",\"value\":\"001-007-003\"},{\"key\":\"001-008-001\",\"value\":\"001-008-001\"},{\"key\":\"001-008-002\",\"value\":\"001-008-002\"},{\"key\":\"001-008-003\",\"value\":\"001-008-003\"},{\"key\":\"001-009-001\",\"value\":\"001-009-001\"},{\"key\":\"001-009-002\",\"value\":\"001-009-002\"},{\"key\":\"001-009-003\",\"value\":\"001-009-003\"},{\"key\":\"001-010-001\",\"value\":\"001-010-001\"},{\"key\":\"001-010-002\",\"value\":\"001-010-002\"},{\"key\":\"001-010-003\",\"value\":\"001-010-003\"},{\"key\":\"001-011-001\",\"value\":\"001-011-001\"},{\"key\":\"001-011-002\",\"value\":\"001-011-002\"},{\"key\":\"001-011-003\",\"value\":\"001-011-003\"},{\"key\":\"001-012-001\",\"value\":\"001-012-001\"},{\"key\":\"001-012-002\",\"value\":\"001-012-002\"},{\"key\":\"001-012-003\",\"value\":\"001-012-003\"},{\"key\":\"001-013-001\",\"value\":\"001-013-001\"},{\"key\":\"001-013-002\",\"value\":\"001-013-002\"},{\"key\":\"001-013-003\",\"value\":\"001-013-003\"},{\"key\":\"001-014-001\",\"value\":\"001-014-001\"},{\"key\":\"001-014-002\",\"value\":\"001-014-002\"},{\"key\":\"001-014-003\",\"value\":\"001-014-003\"},{\"key\":\"001-015-001\",\"value\":\"001-015-001\"},{\"key\":\"001-015-002\",\"value\":\"001-015-002\"},{\"key\":\"001-015-003\",\"value\":\"001-015-003\"},{\"key\":\"001-016-001\",\"value\":\"001-016-001\"},{\"key\":\"001-016-002\",\"value\":\"001-016-002\"},{\"key\":\"001-016-003\",\"value\":\"001-016-003\"},{\"key\":\"001-017-001\",\"value\":\"001-017-001\"},{\"key\":\"001-017-002\",\"value\":\"001-017-002\"},{\"key\":\"001-017-003\",\"value\":\"001-017-003\"},{\"key\":\"001-018-001\",\"value\":\"001-018-001\"},{\"key\":\"001-018-002\",\"value\":\"001-018-002\"},{\"key\":\"001-018-003\",\"value\":\"001-018-003\"},{\"key\":\"001-019-001\",\"value\":\"001-019-001\"},{\"key\":\"001-019-002\",\"value\":\"001-019-002\"},{\"key\":\"001-019-003\",\"value\":\"001-019-003\"},{\"key\":\"001-020-001\",\"value\":\"001-020-001\"},{\"key\":\"001-020-002\",\"value\":\"001-020-002\"},{\"key\":\"001-020-003\",\"value\":\"001-020-003\"},{\"key\":\"001-021-001\",\"value\":\"001-021-001\"},{\"key\":\"001-021-002\",\"value\":\"001-021-002\"},{\"key\":\"001-021-003\",\"value\":\"001-021-003\"},{\"key\":\"001-022-001\",\"value\":\"001-022-001\"},{\"key\":\"001-022-002\",\"value\":\"001-022-002\"},{\"key\":\"001-022-003\",\"value\":\"001-022-003\"},{\"key\":\"001-023-001\",\"value\":\"001-023-001\"},{\"key\":\"001-023-002\",\"value\":\"001-023-002\"},{\"key\":\"001-023-003\",\"value\":\"001-023-003\"},{\"key\":\"001-024-001\",\"value\":\"001-024-001\"},{\"key\":\"001-024-002\",\"value\":\"001-024-002\"},{\"key\":\"001-024-003\",\"value\":\"001-024-003\"},{\"key\":\"001-025-001\",\"value\":\"001-025-001\"},{\"key\":\"001-025-002\",\"value\":\"001-025-002\"},{\"key\":\"001-025-003\",\"value\":\"001-025-003\"},{\"key\":\"001-026-001\",\"value\":\"001-026-001\"},{\"key\":\"001-026-002\",\"value\":\"001-026-002\"},{\"key\":\"001-026-003\",\"value\":\"001-026-003\"},{\"key\":\"001-027-001\",\"value\":\"001-027-001\"},{\"key\":\"001-027-002\",\"value\":\"001-027-002\"},{\"key\":\"001-027-003\",\"value\":\"001-027-003\"},{\"key\":\"001-028-001\",\"value\":\"001-028-001\"},{\"key\":\"001-028-002\",\"value\":\"001-028-002\"},{\"key\":\"001-028-003\",\"value\":\"001-028-003\"},{\"key\":\"001-029-001\",\"value\":\"001-029-001\"},{\"key\":\"001-029-002\",\"value\":\"001-029-002\"},{\"key\":\"001-029-003\",\"value\":\"001-029-003\"},{\"key\":\"001-030-001\",\"value\":\"001-030-001\"},{\"key\":\"001-030-002\",\"value\":\"001-030-002\"},{\"key\":\"001-030-003\",\"value\":\"001-030-003\"},{\"key\":\"001-031-001\",\"value\":\"001-031-001\"},{\"key\":\"001-031-002\",\"value\":\"001-031-002\"},{\"key\":\"001-031-003\",\"value\":\"001-031-003\"},{\"key\":\"001-032-001\",\"value\":\"001-032-001\"},{\"key\":\"001-032-002\",\"value\":\"001-032-002\"},{\"key\":\"001-032-003\",\"value\":\"001-032-003\"},{\"key\":\"001-033-001\",\"value\":\"001-033-001\"},{\"key\":\"001-033-002\",\"value\":\"001-033-002\"},{\"key\":\"001-033-003\",\"value\":\"001-033-003\"},{\"key\":\"001-034-001\",\"value\":\"001-034-001\"},{\"key\":\"001-034-002\",\"value\":\"001-034-002\"},{\"key\":\"001-034-003\",\"value\":\"001-034-003\"},{\"key\":\"001-035-001\",\"value\":\"001-035-001\"},{\"key\":\"001-035-002\",\"value\":\"001-035-002\"},{\"key\":\"001-035-003\",\"value\":\"001-035-003\"},{\"key\":\"001-036-001\",\"value\":\"001-036-001\"},{\"key\":\"001-036-002\",\"value\":\"001-036-002\"},{\"key\":\"001-036-003\",\"value\":\"001-036-003\"},{\"key\":\"001-037-001\",\"value\":\"001-037-001\"},{\"key\":\"001-037-002\",\"value\":\"001-037-002\"},{\"key\":\"001-037-003\",\"value\":\"001-037-003\"},{\"key\":\"001-038-001\",\"value\":\"001-038-001\"},{\"key\":\"001-038-002\",\"value\":\"001-038-002\"},{\"key\":\"001-038-003\",\"value\":\"001-038-003\"},{\"key\":\"001-039-001\",\"value\":\"001-039-001\"},{\"key\":\"001-039-002\",\"value\":\"001-039-002\"},{\"key\":\"001-039-003\",\"value\":\"001-039-003\"},{\"key\":\"001-040-001\",\"value\":\"001-040-001\"},{\"key\":\"001-040-002\",\"value\":\"001-040-002\"},{\"key\":\"001-040-003\",\"value\":\"001-040-003\"},{\"key\":\"001-041-001\",\"value\":\"001-041-001\"},{\"key\":\"001-041-002\",\"value\":\"001-041-002\"},{\"key\":\"001-041-003\",\"value\":\"001-041-003\"},{\"key\":\"001-042-001\",\"value\":\"001-042-001\"},{\"key\":\"001-042-002\",\"value\":\"001-042-002\"},{\"key\":\"001-042-003\",\"value\":\"001-042-003\"},{\"key\":\"001-043-001\",\"value\":\"001-043-001\"},{\"key\":\"001-043-002\",\"value\":\"001-043-002\"},{\"key\":\"001-043-003\",\"value\":\"001-043-003\"},{\"key\":\"001-044-001\",\"value\":\"001-044-001\"},{\"key\":\"001-044-002\",\"value\":\"001-044-002\"},{\"key\":\"001-044-003\",\"value\":\"001-044-003\"},{\"key\":\"001-045-001\",\"value\":\"001-045-001\"},{\"key\":\"001-045-002\",\"value\":\"001-045-002\"},{\"key\":\"001-045-003\",\"value\":\"001-045-003\"},{\"key\":\"001-046-001\",\"value\":\"001-046-001\"},{\"key\":\"001-046-002\",\"value\":\"001-046-002\"},{\"key\":\"001-046-003\",\"value\":\"001-046-003\"},{\"key\":\"002-001-002\",\"value\":\"002-001-002\"},{\"key\":\"002-001-003\",\"value\":\"002-001-003\"},{\"key\":\"002-002-001\",\"value\":\"002-002-001\"},{\"key\":\"002-002-002\",\"value\":\"002-002-002\"},{\"key\":\"002-002-003\",\"value\":\"002-002-003\"},{\"key\":\"002-003-001\",\"value\":\"002-003-001\"},{\"key\":\"002-003-002\",\"value\":\"002-003-002\"},{\"key\":\"002-003-003\",\"value\":\"002-003-003\"},{\"key\":\"002-004-001\",\"value\":\"002-004-001\"},{\"key\":\"002-004-002\",\"value\":\"002-004-002\"},{\"key\":\"002-004-003\",\"value\":\"002-004-003\"},{\"key\":\"002-005-001\",\"value\":\"002-005-001\"},{\"key\":\"002-005-002\",\"value\":\"002-005-002\"},{\"key\":\"002-005-003\",\"value\":\"002-005-003\"},{\"key\":\"002-006-001\",\"value\":\"002-006-001\"},{\"key\":\"002-006-002\",\"value\":\"002-006-002\"},{\"key\":\"002-006-003\",\"value\":\"002-006-003\"},{\"key\":\"002-007-001\",\"value\":\"002-007-001\"},{\"key\":\"002-007-002\",\"value\":\"002-007-002\"},{\"key\":\"002-007-003\",\"value\":\"002-007-003\"},{\"key\":\"002-008-001\",\"value\":\"002-008-001\"},{\"key\":\"002-008-002\",\"value\":\"002-008-002\"},{\"key\":\"002-008-003\",\"value\":\"002-008-003\"},{\"key\":\"002-009-001\",\"value\":\"002-009-001\"},{\"key\":\"002-009-002\",\"value\":\"002-009-002\"},{\"key\":\"002-009-003\",\"value\":\"002-009-003\"},{\"key\":\"002-010-001\",\"value\":\"002-010-001\"},{\"key\":\"002-010-002\",\"value\":\"002-010-002\"},{\"key\":\"002-010-003\",\"value\":\"002-010-003\"},{\"key\":\"002-011-001\",\"value\":\"002-011-001\"},{\"key\":\"002-011-002\",\"value\":\"002-011-002\"},{\"key\":\"002-011-003\",\"value\":\"002-011-003\"},{\"key\":\"002-012-001\",\"value\":\"002-012-001\"},{\"key\":\"002-012-002\",\"value\":\"002-012-002\"},{\"key\":\"002-012-003\",\"value\":\"002-012-003\"},{\"key\":\"002-013-001\",\"value\":\"002-013-001\"},{\"key\":\"002-013-002\",\"value\":\"002-013-002\"},{\"key\":\"002-013-003\",\"value\":\"002-013-003\"},{\"key\":\"002-014-001\",\"value\":\"002-014-001\"},{\"key\":\"002-014-002\",\"value\":\"002-014-002\"},{\"key\":\"002-014-003\",\"value\":\"002-014-003\"},{\"key\":\"002-015-001\",\"value\":\"002-015-001\"},{\"key\":\"002-015-002\",\"value\":\"002-015-002\"},{\"key\":\"002-015-003\",\"value\":\"002-015-003\"},{\"key\":\"002-016-001\",\"value\":\"002-016-001\"},{\"key\":\"002-016-002\",\"value\":\"002-016-002\"},{\"key\":\"002-016-003\",\"value\":\"002-016-003\"},{\"key\":\"002-017-001\",\"value\":\"002-017-001\"},{\"key\":\"002-017-002\",\"value\":\"002-017-002\"},{\"key\":\"002-017-003\",\"value\":\"002-017-003\"},{\"key\":\"002-018-001\",\"value\":\"002-018-001\"},{\"key\":\"002-018-002\",\"value\":\"002-018-002\"},{\"key\":\"002-018-003\",\"value\":\"002-018-003\"},{\"key\":\"002-019-001\",\"value\":\"002-019-001\"},{\"key\":\"002-019-002\",\"value\":\"002-019-002\"},{\"key\":\"002-019-003\",\"value\":\"002-019-003\"},{\"key\":\"002-020-001\",\"value\":\"002-020-001\"},{\"key\":\"002-020-002\",\"value\":\"002-020-002\"},{\"key\":\"002-020-003\",\"value\":\"002-020-003\"},{\"key\":\"002-021-001\",\"value\":\"002-021-001\"},{\"key\":\"002-021-002\",\"value\":\"002-021-002\"},{\"key\":\"002-021-003\",\"value\":\"002-021-003\"},{\"key\":\"002-022-001\",\"value\":\"002-022-001\"},{\"key\":\"002-022-002\",\"value\":\"002-022-002\"},{\"key\":\"002-022-003\",\"value\":\"002-022-003\"},{\"key\":\"002-023-001\",\"value\":\"002-023-001\"},{\"key\":\"002-023-002\",\"value\":\"002-023-002\"},{\"key\":\"002-023-003\",\"value\":\"002-023-003\"},{\"key\":\"002-024-001\",\"value\":\"002-024-001\"},{\"key\":\"002-024-002\",\"value\":\"002-024-002\"},{\"key\":\"002-024-003\",\"value\":\"002-024-003\"},{\"key\":\"002-025-001\",\"value\":\"002-025-001\"},{\"key\":\"002-025-002\",\"value\":\"002-025-002\"},{\"key\":\"002-025-003\",\"value\":\"002-025-003\"},{\"key\":\"002-026-001\",\"value\":\"002-026-001\"},{\"key\":\"002-026-002\",\"value\":\"002-026-002\"},{\"key\":\"002-026-003\",\"value\":\"002-026-003\"},{\"key\":\"002-027-001\",\"value\":\"002-027-001\"},{\"key\":\"002-027-002\",\"value\":\"002-027-002\"},{\"key\":\"002-027-003\",\"value\":\"002-027-003\"},{\"key\":\"002-028-001\",\"value\":\"002-028-001\"},{\"key\":\"002-028-002\",\"value\":\"002-028-002\"},{\"key\":\"002-028-003\",\"value\":\"002-028-003\"},{\"key\":\"002-029-001\",\"value\":\"002-029-001\"},{\"key\":\"002-029-002\",\"value\":\"002-029-002\"},{\"key\":\"002-029-003\",\"value\":\"002-029-003\"},{\"key\":\"002-030-001\",\"value\":\"002-030-001\"},{\"key\":\"002-030-002\",\"value\":\"002-030-002\"},{\"key\":\"002-030-003\",\"value\":\"002-030-003\"},{\"key\":\"002-031-001\",\"value\":\"002-031-001\"},{\"key\":\"002-031-002\",\"value\":\"002-031-002\"},{\"key\":\"002-031-003\",\"value\":\"002-031-003\"},{\"key\":\"002-032-001\",\"value\":\"002-032-001\"},{\"key\":\"002-032-002\",\"value\":\"002-032-002\"},{\"key\":\"002-032-003\",\"value\":\"002-032-003\"},{\"key\":\"002-033-001\",\"value\":\"002-033-001\"},{\"key\":\"002-033-002\",\"value\":\"002-033-002\"},{\"key\":\"002-033-003\",\"value\":\"002-033-003\"},{\"key\":\"002-034-001\",\"value\":\"002-034-001\"},{\"key\":\"002-034-002\",\"value\":\"002-034-002\"},{\"key\":\"002-034-003\",\"value\":\"002-034-003\"},{\"key\":\"002-035-001\",\"value\":\"002-035-001\"},{\"key\":\"002-035-002\",\"value\":\"002-035-002\"},{\"key\":\"002-035-003\",\"value\":\"002-035-003\"},{\"key\":\"002-036-001\",\"value\":\"002-036-001\"},{\"key\":\"002-036-002\",\"value\":\"002-036-002\"},{\"key\":\"002-036-003\",\"value\":\"002-036-003\"},{\"key\":\"002-037-001\",\"value\":\"002-037-001\"},{\"key\":\"002-037-002\",\"value\":\"002-037-002\"},{\"key\":\"002-037-003\",\"value\":\"002-037-003\"},{\"key\":\"002-038-001\",\"value\":\"002-038-001\"},{\"key\":\"002-038-002\",\"value\":\"002-038-002\"},{\"key\":\"002-038-003\",\"value\":\"002-038-003\"},{\"key\":\"002-039-001\",\"value\":\"002-039-001\"},{\"key\":\"002-039-002\",\"value\":\"002-039-002\"},{\"key\":\"002-039-003\",\"value\":\"002-039-003\"},{\"key\":\"002-040-001\",\"value\":\"002-040-001\"},{\"key\":\"002-040-002\",\"value\":\"002-040-002\"},{\"key\":\"002-040-003\",\"value\":\"002-040-003\"},{\"key\":\"002-041-001\",\"value\":\"002-041-001\"},{\"key\":\"002-041-002\",\"value\":\"002-041-002\"},{\"key\":\"002-041-003\",\"value\":\"002-041-003\"},{\"key\":\"002-042-001\",\"value\":\"002-042-001\"},{\"key\":\"002-042-002\",\"value\":\"002-042-002\"},{\"key\":\"002-042-003\",\"value\":\"002-042-003\"},{\"key\":\"002-043-001\",\"value\":\"002-043-001\"},{\"key\":\"002-043-002\",\"value\":\"002-043-002\"},{\"key\":\"002-043-003\",\"value\":\"002-043-003\"},{\"key\":\"002-044-001\",\"value\":\"002-044-001\"},{\"key\":\"002-044-002\",\"value\":\"002-044-002\"},{\"key\":\"002-044-003\",\"value\":\"002-044-003\"},{\"key\":\"002-045-001\",\"value\":\"002-045-001\"},{\"key\":\"002-045-002\",\"value\":\"002-045-002\"},{\"key\":\"002-045-003\",\"value\":\"002-045-003\"},{\"key\":\"002-046-001\",\"value\":\"002-046-001\"},{\"key\":\"002-046-002\",\"value\":\"002-046-002\"},{\"key\":\"002-046-003\",\"value\":\"002-046-003\"}]}]"}
--------------------------------
2024/11/26 20:34:02|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:01 932","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetVueDictionary","RequestParamsName":"【携带的参数有】:System.String[]","RequestParamsData":"[[\"inOrderType\",\"inboundState\",\"createType\",\"materielInfo\",\"locationCodes\",\"orderDetailStatusEnum\"]]","ResponseIntervalTime":"768ms","ResponseTime":"2024-11-26 08:34:02 700","ResponseJsonData":"[{\"DicNo\":\"materielInfo\",\"Config\":null,\"Data\":[{\"key\":\"2\",\"value\":\"2\"},{\"key\":\"1\",\"value\":\"1\"},{\"key\":\"3\",\"value\":\"3\"}]},{\"DicNo\":\"locationCodes\",\"Config\":null,\"Data\":[{\"key\":\"001-001-003\",\"value\":\"001-001-003\"},{\"key\":\"001-002-002\",\"value\":\"001-002-002\"},{\"key\":\"001-002-003\",\"value\":\"001-002-003\"},{\"key\":\"001-003-002\",\"value\":\"001-003-002\"},{\"key\":\"001-003-003\",\"value\":\"001-003-003\"},{\"key\":\"001-004-001\",\"value\":\"001-004-001\"},{\"key\":\"001-004-002\",\"value\":\"001-004-002\"},{\"key\":\"001-004-003\",\"value\":\"001-004-003\"},{\"key\":\"001-005-001\",\"value\":\"001-005-001\"},{\"key\":\"001-005-002\",\"value\":\"001-005-002\"},{\"key\":\"001-005-003\",\"value\":\"001-005-003\"},{\"key\":\"001-006-001\",\"value\":\"001-006-001\"},{\"key\":\"001-006-002\",\"value\":\"001-006-002\"},{\"key\":\"001-006-003\",\"value\":\"001-006-003\"},{\"key\":\"001-007-001\",\"value\":\"001-007-001\"},{\"key\":\"001-007-002\",\"value\":\"001-007-002\"},{\"key\":\"001-007-003\",\"value\":\"001-007-003\"},{\"key\":\"001-008-001\",\"value\":\"001-008-001\"},{\"key\":\"001-008-002\",\"value\":\"001-008-002\"},{\"key\":\"001-008-003\",\"value\":\"001-008-003\"},{\"key\":\"001-009-001\",\"value\":\"001-009-001\"},{\"key\":\"001-009-002\",\"value\":\"001-009-002\"},{\"key\":\"001-009-003\",\"value\":\"001-009-003\"},{\"key\":\"001-010-001\",\"value\":\"001-010-001\"},{\"key\":\"001-010-002\",\"value\":\"001-010-002\"},{\"key\":\"001-010-003\",\"value\":\"001-010-003\"},{\"key\":\"001-011-001\",\"value\":\"001-011-001\"},{\"key\":\"001-011-002\",\"value\":\"001-011-002\"},{\"key\":\"001-011-003\",\"value\":\"001-011-003\"},{\"key\":\"001-012-001\",\"value\":\"001-012-001\"},{\"key\":\"001-012-002\",\"value\":\"001-012-002\"},{\"key\":\"001-012-003\",\"value\":\"001-012-003\"},{\"key\":\"001-013-001\",\"value\":\"001-013-001\"},{\"key\":\"001-013-002\",\"value\":\"001-013-002\"},{\"key\":\"001-013-003\",\"value\":\"001-013-003\"},{\"key\":\"001-014-001\",\"value\":\"001-014-001\"},{\"key\":\"001-014-002\",\"value\":\"001-014-002\"},{\"key\":\"001-014-003\",\"value\":\"001-014-003\"},{\"key\":\"001-015-001\",\"value\":\"001-015-001\"},{\"key\":\"001-015-002\",\"value\":\"001-015-002\"},{\"key\":\"001-015-003\",\"value\":\"001-015-003\"},{\"key\":\"001-016-001\",\"value\":\"001-016-001\"},{\"key\":\"001-016-002\",\"value\":\"001-016-002\"},{\"key\":\"001-016-003\",\"value\":\"001-016-003\"},{\"key\":\"001-017-001\",\"value\":\"001-017-001\"},{\"key\":\"001-017-002\",\"value\":\"001-017-002\"},{\"key\":\"001-017-003\",\"value\":\"001-017-003\"},{\"key\":\"001-018-001\",\"value\":\"001-018-001\"},{\"key\":\"001-018-002\",\"value\":\"001-018-002\"},{\"key\":\"001-018-003\",\"value\":\"001-018-003\"},{\"key\":\"001-019-001\",\"value\":\"001-019-001\"},{\"key\":\"001-019-002\",\"value\":\"001-019-002\"},{\"key\":\"001-019-003\",\"value\":\"001-019-003\"},{\"key\":\"001-020-001\",\"value\":\"001-020-001\"},{\"key\":\"001-020-002\",\"value\":\"001-020-002\"},{\"key\":\"001-020-003\",\"value\":\"001-020-003\"},{\"key\":\"001-021-001\",\"value\":\"001-021-001\"},{\"key\":\"001-021-002\",\"value\":\"001-021-002\"},{\"key\":\"001-021-003\",\"value\":\"001-021-003\"},{\"key\":\"001-022-001\",\"value\":\"001-022-001\"},{\"key\":\"001-022-002\",\"value\":\"001-022-002\"},{\"key\":\"001-022-003\",\"value\":\"001-022-003\"},{\"key\":\"001-023-001\",\"value\":\"001-023-001\"},{\"key\":\"001-023-002\",\"value\":\"001-023-002\"},{\"key\":\"001-023-003\",\"value\":\"001-023-003\"},{\"key\":\"001-024-001\",\"value\":\"001-024-001\"},{\"key\":\"001-024-002\",\"value\":\"001-024-002\"},{\"key\":\"001-024-003\",\"value\":\"001-024-003\"},{\"key\":\"001-025-001\",\"value\":\"001-025-001\"},{\"key\":\"001-025-002\",\"value\":\"001-025-002\"},{\"key\":\"001-025-003\",\"value\":\"001-025-003\"},{\"key\":\"001-026-001\",\"value\":\"001-026-001\"},{\"key\":\"001-026-002\",\"value\":\"001-026-002\"},{\"key\":\"001-026-003\",\"value\":\"001-026-003\"},{\"key\":\"001-027-001\",\"value\":\"001-027-001\"},{\"key\":\"001-027-002\",\"value\":\"001-027-002\"},{\"key\":\"001-027-003\",\"value\":\"001-027-003\"},{\"key\":\"001-028-001\",\"value\":\"001-028-001\"},{\"key\":\"001-028-002\",\"value\":\"001-028-002\"},{\"key\":\"001-028-003\",\"value\":\"001-028-003\"},{\"key\":\"001-029-001\",\"value\":\"001-029-001\"},{\"key\":\"001-029-002\",\"value\":\"001-029-002\"},{\"key\":\"001-029-003\",\"value\":\"001-029-003\"},{\"key\":\"001-030-001\",\"value\":\"001-030-001\"},{\"key\":\"001-030-002\",\"value\":\"001-030-002\"},{\"key\":\"001-030-003\",\"value\":\"001-030-003\"},{\"key\":\"001-031-001\",\"value\":\"001-031-001\"},{\"key\":\"001-031-002\",\"value\":\"001-031-002\"},{\"key\":\"001-031-003\",\"value\":\"001-031-003\"},{\"key\":\"001-032-001\",\"value\":\"001-032-001\"},{\"key\":\"001-032-002\",\"value\":\"001-032-002\"},{\"key\":\"001-032-003\",\"value\":\"001-032-003\"},{\"key\":\"001-033-001\",\"value\":\"001-033-001\"},{\"key\":\"001-033-002\",\"value\":\"001-033-002\"},{\"key\":\"001-033-003\",\"value\":\"001-033-003\"},{\"key\":\"001-034-001\",\"value\":\"001-034-001\"},{\"key\":\"001-034-002\",\"value\":\"001-034-002\"},{\"key\":\"001-034-003\",\"value\":\"001-034-003\"},{\"key\":\"001-035-001\",\"value\":\"001-035-001\"},{\"key\":\"001-035-002\",\"value\":\"001-035-002\"},{\"key\":\"001-035-003\",\"value\":\"001-035-003\"},{\"key\":\"001-036-001\",\"value\":\"001-036-001\"},{\"key\":\"001-036-002\",\"value\":\"001-036-002\"},{\"key\":\"001-036-003\",\"value\":\"001-036-003\"},{\"key\":\"001-037-001\",\"value\":\"001-037-001\"},{\"key\":\"001-037-002\",\"value\":\"001-037-002\"},{\"key\":\"001-037-003\",\"value\":\"001-037-003\"},{\"key\":\"001-038-001\",\"value\":\"001-038-001\"},{\"key\":\"001-038-002\",\"value\":\"001-038-002\"},{\"key\":\"001-038-003\",\"value\":\"001-038-003\"},{\"key\":\"001-039-001\",\"value\":\"001-039-001\"},{\"key\":\"001-039-002\",\"value\":\"001-039-002\"},{\"key\":\"001-039-003\",\"value\":\"001-039-003\"},{\"key\":\"001-040-001\",\"value\":\"001-040-001\"},{\"key\":\"001-040-002\",\"value\":\"001-040-002\"},{\"key\":\"001-040-003\",\"value\":\"001-040-003\"},{\"key\":\"001-041-001\",\"value\":\"001-041-001\"},{\"key\":\"001-041-002\",\"value\":\"001-041-002\"},{\"key\":\"001-041-003\",\"value\":\"001-041-003\"},{\"key\":\"001-042-001\",\"value\":\"001-042-001\"},{\"key\":\"001-042-002\",\"value\":\"001-042-002\"},{\"key\":\"001-042-003\",\"value\":\"001-042-003\"},{\"key\":\"001-043-001\",\"value\":\"001-043-001\"},{\"key\":\"001-043-002\",\"value\":\"001-043-002\"},{\"key\":\"001-043-003\",\"value\":\"001-043-003\"},{\"key\":\"001-044-001\",\"value\":\"001-044-001\"},{\"key\":\"001-044-002\",\"value\":\"001-044-002\"},{\"key\":\"001-044-003\",\"value\":\"001-044-003\"},{\"key\":\"001-045-001\",\"value\":\"001-045-001\"},{\"key\":\"001-045-002\",\"value\":\"001-045-002\"},{\"key\":\"001-045-003\",\"value\":\"001-045-003\"},{\"key\":\"001-046-001\",\"value\":\"001-046-001\"},{\"key\":\"001-046-002\",\"value\":\"001-046-002\"},{\"key\":\"001-046-003\",\"value\":\"001-046-003\"},{\"key\":\"002-001-002\",\"value\":\"002-001-002\"},{\"key\":\"002-001-003\",\"value\":\"002-001-003\"},{\"key\":\"002-002-001\",\"value\":\"002-002-001\"},{\"key\":\"002-002-002\",\"value\":\"002-002-002\"},{\"key\":\"002-002-003\",\"value\":\"002-002-003\"},{\"key\":\"002-003-001\",\"value\":\"002-003-001\"},{\"key\":\"002-003-002\",\"value\":\"002-003-002\"},{\"key\":\"002-003-003\",\"value\":\"002-003-003\"},{\"key\":\"002-004-001\",\"value\":\"002-004-001\"},{\"key\":\"002-004-002\",\"value\":\"002-004-002\"},{\"key\":\"002-004-003\",\"value\":\"002-004-003\"},{\"key\":\"002-005-001\",\"value\":\"002-005-001\"},{\"key\":\"002-005-002\",\"value\":\"002-005-002\"},{\"key\":\"002-005-003\",\"value\":\"002-005-003\"},{\"key\":\"002-006-001\",\"value\":\"002-006-001\"},{\"key\":\"002-006-002\",\"value\":\"002-006-002\"},{\"key\":\"002-006-003\",\"value\":\"002-006-003\"},{\"key\":\"002-007-001\",\"value\":\"002-007-001\"},{\"key\":\"002-007-002\",\"value\":\"002-007-002\"},{\"key\":\"002-007-003\",\"value\":\"002-007-003\"},{\"key\":\"002-008-001\",\"value\":\"002-008-001\"},{\"key\":\"002-008-002\",\"value\":\"002-008-002\"},{\"key\":\"002-008-003\",\"value\":\"002-008-003\"},{\"key\":\"002-009-001\",\"value\":\"002-009-001\"},{\"key\":\"002-009-002\",\"value\":\"002-009-002\"},{\"key\":\"002-009-003\",\"value\":\"002-009-003\"},{\"key\":\"002-010-001\",\"value\":\"002-010-001\"},{\"key\":\"002-010-002\",\"value\":\"002-010-002\"},{\"key\":\"002-010-003\",\"value\":\"002-010-003\"},{\"key\":\"002-011-001\",\"value\":\"002-011-001\"},{\"key\":\"002-011-002\",\"value\":\"002-011-002\"},{\"key\":\"002-011-003\",\"value\":\"002-011-003\"},{\"key\":\"002-012-001\",\"value\":\"002-012-001\"},{\"key\":\"002-012-002\",\"value\":\"002-012-002\"},{\"key\":\"002-012-003\",\"value\":\"002-012-003\"},{\"key\":\"002-013-001\",\"value\":\"002-013-001\"},{\"key\":\"002-013-002\",\"value\":\"002-013-002\"},{\"key\":\"002-013-003\",\"value\":\"002-013-003\"},{\"key\":\"002-014-001\",\"value\":\"002-014-001\"},{\"key\":\"002-014-002\",\"value\":\"002-014-002\"},{\"key\":\"002-014-003\",\"value\":\"002-014-003\"},{\"key\":\"002-015-001\",\"value\":\"002-015-001\"},{\"key\":\"002-015-002\",\"value\":\"002-015-002\"},{\"key\":\"002-015-003\",\"value\":\"002-015-003\"},{\"key\":\"002-016-001\",\"value\":\"002-016-001\"},{\"key\":\"002-016-002\",\"value\":\"002-016-002\"},{\"key\":\"002-016-003\",\"value\":\"002-016-003\"},{\"key\":\"002-017-001\",\"value\":\"002-017-001\"},{\"key\":\"002-017-002\",\"value\":\"002-017-002\"},{\"key\":\"002-017-003\",\"value\":\"002-017-003\"},{\"key\":\"002-018-001\",\"value\":\"002-018-001\"},{\"key\":\"002-018-002\",\"value\":\"002-018-002\"},{\"key\":\"002-018-003\",\"value\":\"002-018-003\"},{\"key\":\"002-019-001\",\"value\":\"002-019-001\"},{\"key\":\"002-019-002\",\"value\":\"002-019-002\"},{\"key\":\"002-019-003\",\"value\":\"002-019-003\"},{\"key\":\"002-020-001\",\"value\":\"002-020-001\"},{\"key\":\"002-020-002\",\"value\":\"002-020-002\"},{\"key\":\"002-020-003\",\"value\":\"002-020-003\"},{\"key\":\"002-021-001\",\"value\":\"002-021-001\"},{\"key\":\"002-021-002\",\"value\":\"002-021-002\"},{\"key\":\"002-021-003\",\"value\":\"002-021-003\"},{\"key\":\"002-022-001\",\"value\":\"002-022-001\"},{\"key\":\"002-022-002\",\"value\":\"002-022-002\"},{\"key\":\"002-022-003\",\"value\":\"002-022-003\"},{\"key\":\"002-023-001\",\"value\":\"002-023-001\"},{\"key\":\"002-023-002\",\"value\":\"002-023-002\"},{\"key\":\"002-023-003\",\"value\":\"002-023-003\"},{\"key\":\"002-024-001\",\"value\":\"002-024-001\"},{\"key\":\"002-024-002\",\"value\":\"002-024-002\"},{\"key\":\"002-024-003\",\"value\":\"002-024-003\"},{\"key\":\"002-025-001\",\"value\":\"002-025-001\"},{\"key\":\"002-025-002\",\"value\":\"002-025-002\"},{\"key\":\"002-025-003\",\"value\":\"002-025-003\"},{\"key\":\"002-026-001\",\"value\":\"002-026-001\"},{\"key\":\"002-026-002\",\"value\":\"002-026-002\"},{\"key\":\"002-026-003\",\"value\":\"002-026-003\"},{\"key\":\"002-027-001\",\"value\":\"002-027-001\"},{\"key\":\"002-027-002\",\"value\":\"002-027-002\"},{\"key\":\"002-027-003\",\"value\":\"002-027-003\"},{\"key\":\"002-028-001\",\"value\":\"002-028-001\"},{\"key\":\"002-028-002\",\"value\":\"002-028-002\"},{\"key\":\"002-028-003\",\"value\":\"002-028-003\"},{\"key\":\"002-029-001\",\"value\":\"002-029-001\"},{\"key\":\"002-029-002\",\"value\":\"002-029-002\"},{\"key\":\"002-029-003\",\"value\":\"002-029-003\"},{\"key\":\"002-030-001\",\"value\":\"002-030-001\"},{\"key\":\"002-030-002\",\"value\":\"002-030-002\"},{\"key\":\"002-030-003\",\"value\":\"002-030-003\"},{\"key\":\"002-031-001\",\"value\":\"002-031-001\"},{\"key\":\"002-031-002\",\"value\":\"002-031-002\"},{\"key\":\"002-031-003\",\"value\":\"002-031-003\"},{\"key\":\"002-032-001\",\"value\":\"002-032-001\"},{\"key\":\"002-032-002\",\"value\":\"002-032-002\"},{\"key\":\"002-032-003\",\"value\":\"002-032-003\"},{\"key\":\"002-033-001\",\"value\":\"002-033-001\"},{\"key\":\"002-033-002\",\"value\":\"002-033-002\"},{\"key\":\"002-033-003\",\"value\":\"002-033-003\"},{\"key\":\"002-034-001\",\"value\":\"002-034-001\"},{\"key\":\"002-034-002\",\"value\":\"002-034-002\"},{\"key\":\"002-034-003\",\"value\":\"002-034-003\"},{\"key\":\"002-035-001\",\"value\":\"002-035-001\"},{\"key\":\"002-035-002\",\"value\":\"002-035-002\"},{\"key\":\"002-035-003\",\"value\":\"002-035-003\"},{\"key\":\"002-036-001\",\"value\":\"002-036-001\"},{\"key\":\"002-036-002\",\"value\":\"002-036-002\"},{\"key\":\"002-036-003\",\"value\":\"002-036-003\"},{\"key\":\"002-037-001\",\"value\":\"002-037-001\"},{\"key\":\"002-037-002\",\"value\":\"002-037-002\"},{\"key\":\"002-037-003\",\"value\":\"002-037-003\"},{\"key\":\"002-038-001\",\"value\":\"002-038-001\"},{\"key\":\"002-038-002\",\"value\":\"002-038-002\"},{\"key\":\"002-038-003\",\"value\":\"002-038-003\"},{\"key\":\"002-039-001\",\"value\":\"002-039-001\"},{\"key\":\"002-039-002\",\"value\":\"002-039-002\"},{\"key\":\"002-039-003\",\"value\":\"002-039-003\"},{\"key\":\"002-040-001\",\"value\":\"002-040-001\"},{\"key\":\"002-040-002\",\"value\":\"002-040-002\"},{\"key\":\"002-040-003\",\"value\":\"002-040-003\"},{\"key\":\"002-041-001\",\"value\":\"002-041-001\"},{\"key\":\"002-041-002\",\"value\":\"002-041-002\"},{\"key\":\"002-041-003\",\"value\":\"002-041-003\"},{\"key\":\"002-042-001\",\"value\":\"002-042-001\"},{\"key\":\"002-042-002\",\"value\":\"002-042-002\"},{\"key\":\"002-042-003\",\"value\":\"002-042-003\"},{\"key\":\"002-043-001\",\"value\":\"002-043-001\"},{\"key\":\"002-043-002\",\"value\":\"002-043-002\"},{\"key\":\"002-043-003\",\"value\":\"002-043-003\"},{\"key\":\"002-044-001\",\"value\":\"002-044-001\"},{\"key\":\"002-044-002\",\"value\":\"002-044-002\"},{\"key\":\"002-044-003\",\"value\":\"002-044-003\"},{\"key\":\"002-045-001\",\"value\":\"002-045-001\"},{\"key\":\"002-045-002\",\"value\":\"002-045-002\"},{\"key\":\"002-045-003\",\"value\":\"002-045-003\"},{\"key\":\"002-046-001\",\"value\":\"002-046-001\"},{\"key\":\"002-046-002\",\"value\":\"002-046-002\"},{\"key\":\"002-046-003\",\"value\":\"002-046-003\"}]},{\"DicNo\":\"inOrderType\",\"Config\":\"\",\"Data\":[{\"key\":\"100\",\"value\":\"生产入库单\"},{\"key\":\"105\",\"value\":\"生产退料单\"},{\"key\":\"110\",\"value\":\"采购入库单\"},{\"key\":\"115\",\"value\":\"调拨入库单\"},{\"key\":\"120\",\"value\":\"销售退货单\"},{\"key\":\"125\",\"value\":\"空盘入库单\"},{\"key\":\"130\",\"value\":\"其他入库单\"}]},{\"DicNo\":\"inboundState\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"未开始\"},{\"key\":\"1\",\"value\":\"入库中\"},{\"key\":\"2\",\"value\":\"入库完成\"},{\"key\":\"98\",\"value\":\"取消\"},{\"key\":\"99\",\"value\":\"关闭\"}]},{\"DicNo\":\"createType\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"系统内创建\"},{\"key\":\"1\",\"value\":\"上游系统推送\"}]},{\"DicNo\":\"orderDetailStatusEnum\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"新建\"},{\"key\":\"10\",\"value\":\"组盘入库\"},{\"key\":\"60\",\"value\":\"出库部分分配完成\"},{\"key\":\"70\",\"value\":\"出库分配完成\"},{\"key\":\"80\",\"value\":\"出库中\"},{\"key\":\"100\",\"value\":\"完成\"}]}]"}
--------------------------------
2024/11/26 20:34:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:07 396","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"33ms","ResponseTime":"2024-11-26 08:34:07 429","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:34:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:07 383","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"47ms","ResponseTime":"2024-11-26 08:34:07 430","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:34:12|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:12 238","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"1ms","ResponseTime":"2024-11-26 08:34:12 240","ResponseJsonData":"[{\"RoleId\":1,\"DeptName\":null,\"DeptId\":111,\"Enable\":1,\"ParentId\":0,\"RoleName\":\"超级管理员\",\"Roles\":null,\"Creater\":\"超级管理员\",\"CreateDate\":\"2024-10-21T14:40:53.107\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-04-29T13:53:44.717\"},{\"RoleId\":2,\"DeptName\":null,\"DeptId\":null,\"Enable\":1,\"ParentId\":1,\"RoleName\":\"管理员\",\"Roles\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T21:21:55.09\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-10-30T21:43:40.213\"},{\"RoleId\":3,\"DeptName\":null,\"DeptId\":null,\"Enable\":1,\"ParentId\":2,\"RoleName\":\"员工\",\"Roles\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T21:22:26.147\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-10-30T22:42:33.127\"}]"}
--------------------------------
2024/11/26 20:34:12|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:12 238","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetAllChildren","RequestParamsName":"【携带的参数有】:1","RequestParamsData":"[1]","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 08:34:12 241","ResponseJsonData":"[{\"Id\":1,\"ParentId\":0,\"RoleName\":\"超级管理员\"},{\"Id\":2,\"ParentId\":1,\"RoleName\":\"管理员\"},{\"Id\":3,\"ParentId\":2,\"RoleName\":\"员工\"}]"}
--------------------------------
2024/11/26 20:34:12|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:12 266","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"47ms","ResponseTime":"2024-11-26 08:34:12 313","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:34:12|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:12 266","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetDictionaries","RequestParamsName":"【携带的参数有】:System.Linq.Enumerable+WhereArrayIterator`1[System.String], System.Collections.Generic.List`1[WIDESEA_Model.Models.System.RoleNodes], True","RequestParamsData":"[[\"inOrderType\",\"inboundState\",\"createType\",\"materielInfo\",\"locationCodes\",\"orderDetailStatusEnum\"],[{\"Id\":1,\"ParentId\":0,\"RoleName\":\"超级管理员\"},{\"Id\":2,\"ParentId\":1,\"RoleName\":\"管理员\"},{\"Id\":3,\"ParentId\":2,\"RoleName\":\"员工\"}],true]","ResponseIntervalTime":"47ms","ResponseTime":"2024-11-26 08:34:12 313","ResponseJsonData":"[{\"DicNo\":\"materielInfo\",\"Config\":null,\"Data\":[{\"key\":\"2\",\"value\":\"2\"},{\"key\":\"1\",\"value\":\"1\"},{\"key\":\"3\",\"value\":\"3\"}]},{\"DicNo\":\"locationCodes\",\"Config\":null,\"Data\":[{\"key\":\"001-001-003\",\"value\":\"001-001-003\"},{\"key\":\"001-002-002\",\"value\":\"001-002-002\"},{\"key\":\"001-002-003\",\"value\":\"001-002-003\"},{\"key\":\"001-003-002\",\"value\":\"001-003-002\"},{\"key\":\"001-003-003\",\"value\":\"001-003-003\"},{\"key\":\"001-004-001\",\"value\":\"001-004-001\"},{\"key\":\"001-004-002\",\"value\":\"001-004-002\"},{\"key\":\"001-004-003\",\"value\":\"001-004-003\"},{\"key\":\"001-005-001\",\"value\":\"001-005-001\"},{\"key\":\"001-005-002\",\"value\":\"001-005-002\"},{\"key\":\"001-005-003\",\"value\":\"001-005-003\"},{\"key\":\"001-006-001\",\"value\":\"001-006-001\"},{\"key\":\"001-006-002\",\"value\":\"001-006-002\"},{\"key\":\"001-006-003\",\"value\":\"001-006-003\"},{\"key\":\"001-007-001\",\"value\":\"001-007-001\"},{\"key\":\"001-007-002\",\"value\":\"001-007-002\"},{\"key\":\"001-007-003\",\"value\":\"001-007-003\"},{\"key\":\"001-008-001\",\"value\":\"001-008-001\"},{\"key\":\"001-008-002\",\"value\":\"001-008-002\"},{\"key\":\"001-008-003\",\"value\":\"001-008-003\"},{\"key\":\"001-009-001\",\"value\":\"001-009-001\"},{\"key\":\"001-009-002\",\"value\":\"001-009-002\"},{\"key\":\"001-009-003\",\"value\":\"001-009-003\"},{\"key\":\"001-010-001\",\"value\":\"001-010-001\"},{\"key\":\"001-010-002\",\"value\":\"001-010-002\"},{\"key\":\"001-010-003\",\"value\":\"001-010-003\"},{\"key\":\"001-011-001\",\"value\":\"001-011-001\"},{\"key\":\"001-011-002\",\"value\":\"001-011-002\"},{\"key\":\"001-011-003\",\"value\":\"001-011-003\"},{\"key\":\"001-012-001\",\"value\":\"001-012-001\"},{\"key\":\"001-012-002\",\"value\":\"001-012-002\"},{\"key\":\"001-012-003\",\"value\":\"001-012-003\"},{\"key\":\"001-013-001\",\"value\":\"001-013-001\"},{\"key\":\"001-013-002\",\"value\":\"001-013-002\"},{\"key\":\"001-013-003\",\"value\":\"001-013-003\"},{\"key\":\"001-014-001\",\"value\":\"001-014-001\"},{\"key\":\"001-014-002\",\"value\":\"001-014-002\"},{\"key\":\"001-014-003\",\"value\":\"001-014-003\"},{\"key\":\"001-015-001\",\"value\":\"001-015-001\"},{\"key\":\"001-015-002\",\"value\":\"001-015-002\"},{\"key\":\"001-015-003\",\"value\":\"001-015-003\"},{\"key\":\"001-016-001\",\"value\":\"001-016-001\"},{\"key\":\"001-016-002\",\"value\":\"001-016-002\"},{\"key\":\"001-016-003\",\"value\":\"001-016-003\"},{\"key\":\"001-017-001\",\"value\":\"001-017-001\"},{\"key\":\"001-017-002\",\"value\":\"001-017-002\"},{\"key\":\"001-017-003\",\"value\":\"001-017-003\"},{\"key\":\"001-018-001\",\"value\":\"001-018-001\"},{\"key\":\"001-018-002\",\"value\":\"001-018-002\"},{\"key\":\"001-018-003\",\"value\":\"001-018-003\"},{\"key\":\"001-019-001\",\"value\":\"001-019-001\"},{\"key\":\"001-019-002\",\"value\":\"001-019-002\"},{\"key\":\"001-019-003\",\"value\":\"001-019-003\"},{\"key\":\"001-020-001\",\"value\":\"001-020-001\"},{\"key\":\"001-020-002\",\"value\":\"001-020-002\"},{\"key\":\"001-020-003\",\"value\":\"001-020-003\"},{\"key\":\"001-021-001\",\"value\":\"001-021-001\"},{\"key\":\"001-021-002\",\"value\":\"001-021-002\"},{\"key\":\"001-021-003\",\"value\":\"001-021-003\"},{\"key\":\"001-022-001\",\"value\":\"001-022-001\"},{\"key\":\"001-022-002\",\"value\":\"001-022-002\"},{\"key\":\"001-022-003\",\"value\":\"001-022-003\"},{\"key\":\"001-023-001\",\"value\":\"001-023-001\"},{\"key\":\"001-023-002\",\"value\":\"001-023-002\"},{\"key\":\"001-023-003\",\"value\":\"001-023-003\"},{\"key\":\"001-024-001\",\"value\":\"001-024-001\"},{\"key\":\"001-024-002\",\"value\":\"001-024-002\"},{\"key\":\"001-024-003\",\"value\":\"001-024-003\"},{\"key\":\"001-025-001\",\"value\":\"001-025-001\"},{\"key\":\"001-025-002\",\"value\":\"001-025-002\"},{\"key\":\"001-025-003\",\"value\":\"001-025-003\"},{\"key\":\"001-026-001\",\"value\":\"001-026-001\"},{\"key\":\"001-026-002\",\"value\":\"001-026-002\"},{\"key\":\"001-026-003\",\"value\":\"001-026-003\"},{\"key\":\"001-027-001\",\"value\":\"001-027-001\"},{\"key\":\"001-027-002\",\"value\":\"001-027-002\"},{\"key\":\"001-027-003\",\"value\":\"001-027-003\"},{\"key\":\"001-028-001\",\"value\":\"001-028-001\"},{\"key\":\"001-028-002\",\"value\":\"001-028-002\"},{\"key\":\"001-028-003\",\"value\":\"001-028-003\"},{\"key\":\"001-029-001\",\"value\":\"001-029-001\"},{\"key\":\"001-029-002\",\"value\":\"001-029-002\"},{\"key\":\"001-029-003\",\"value\":\"001-029-003\"},{\"key\":\"001-030-001\",\"value\":\"001-030-001\"},{\"key\":\"001-030-002\",\"value\":\"001-030-002\"},{\"key\":\"001-030-003\",\"value\":\"001-030-003\"},{\"key\":\"001-031-001\",\"value\":\"001-031-001\"},{\"key\":\"001-031-002\",\"value\":\"001-031-002\"},{\"key\":\"001-031-003\",\"value\":\"001-031-003\"},{\"key\":\"001-032-001\",\"value\":\"001-032-001\"},{\"key\":\"001-032-002\",\"value\":\"001-032-002\"},{\"key\":\"001-032-003\",\"value\":\"001-032-003\"},{\"key\":\"001-033-001\",\"value\":\"001-033-001\"},{\"key\":\"001-033-002\",\"value\":\"001-033-002\"},{\"key\":\"001-033-003\",\"value\":\"001-033-003\"},{\"key\":\"001-034-001\",\"value\":\"001-034-001\"},{\"key\":\"001-034-002\",\"value\":\"001-034-002\"},{\"key\":\"001-034-003\",\"value\":\"001-034-003\"},{\"key\":\"001-035-001\",\"value\":\"001-035-001\"},{\"key\":\"001-035-002\",\"value\":\"001-035-002\"},{\"key\":\"001-035-003\",\"value\":\"001-035-003\"},{\"key\":\"001-036-001\",\"value\":\"001-036-001\"},{\"key\":\"001-036-002\",\"value\":\"001-036-002\"},{\"key\":\"001-036-003\",\"value\":\"001-036-003\"},{\"key\":\"001-037-001\",\"value\":\"001-037-001\"},{\"key\":\"001-037-002\",\"value\":\"001-037-002\"},{\"key\":\"001-037-003\",\"value\":\"001-037-003\"},{\"key\":\"001-038-001\",\"value\":\"001-038-001\"},{\"key\":\"001-038-002\",\"value\":\"001-038-002\"},{\"key\":\"001-038-003\",\"value\":\"001-038-003\"},{\"key\":\"001-039-001\",\"value\":\"001-039-001\"},{\"key\":\"001-039-002\",\"value\":\"001-039-002\"},{\"key\":\"001-039-003\",\"value\":\"001-039-003\"},{\"key\":\"001-040-001\",\"value\":\"001-040-001\"},{\"key\":\"001-040-002\",\"value\":\"001-040-002\"},{\"key\":\"001-040-003\",\"value\":\"001-040-003\"},{\"key\":\"001-041-001\",\"value\":\"001-041-001\"},{\"key\":\"001-041-002\",\"value\":\"001-041-002\"},{\"key\":\"001-041-003\",\"value\":\"001-041-003\"},{\"key\":\"001-042-001\",\"value\":\"001-042-001\"},{\"key\":\"001-042-002\",\"value\":\"001-042-002\"},{\"key\":\"001-042-003\",\"value\":\"001-042-003\"},{\"key\":\"001-043-001\",\"value\":\"001-043-001\"},{\"key\":\"001-043-002\",\"value\":\"001-043-002\"},{\"key\":\"001-043-003\",\"value\":\"001-043-003\"},{\"key\":\"001-044-001\",\"value\":\"001-044-001\"},{\"key\":\"001-044-002\",\"value\":\"001-044-002\"},{\"key\":\"001-044-003\",\"value\":\"001-044-003\"},{\"key\":\"001-045-001\",\"value\":\"001-045-001\"},{\"key\":\"001-045-002\",\"value\":\"001-045-002\"},{\"key\":\"001-045-003\",\"value\":\"001-045-003\"},{\"key\":\"001-046-001\",\"value\":\"001-046-001\"},{\"key\":\"001-046-002\",\"value\":\"001-046-002\"},{\"key\":\"001-046-003\",\"value\":\"001-046-003\"},{\"key\":\"002-001-002\",\"value\":\"002-001-002\"},{\"key\":\"002-001-003\",\"value\":\"002-001-003\"},{\"key\":\"002-002-001\",\"value\":\"002-002-001\"},{\"key\":\"002-002-002\",\"value\":\"002-002-002\"},{\"key\":\"002-002-003\",\"value\":\"002-002-003\"},{\"key\":\"002-003-001\",\"value\":\"002-003-001\"},{\"key\":\"002-003-002\",\"value\":\"002-003-002\"},{\"key\":\"002-003-003\",\"value\":\"002-003-003\"},{\"key\":\"002-004-001\",\"value\":\"002-004-001\"},{\"key\":\"002-004-002\",\"value\":\"002-004-002\"},{\"key\":\"002-004-003\",\"value\":\"002-004-003\"},{\"key\":\"002-005-001\",\"value\":\"002-005-001\"},{\"key\":\"002-005-002\",\"value\":\"002-005-002\"},{\"key\":\"002-005-003\",\"value\":\"002-005-003\"},{\"key\":\"002-006-001\",\"value\":\"002-006-001\"},{\"key\":\"002-006-002\",\"value\":\"002-006-002\"},{\"key\":\"002-006-003\",\"value\":\"002-006-003\"},{\"key\":\"002-007-001\",\"value\":\"002-007-001\"},{\"key\":\"002-007-002\",\"value\":\"002-007-002\"},{\"key\":\"002-007-003\",\"value\":\"002-007-003\"},{\"key\":\"002-008-001\",\"value\":\"002-008-001\"},{\"key\":\"002-008-002\",\"value\":\"002-008-002\"},{\"key\":\"002-008-003\",\"value\":\"002-008-003\"},{\"key\":\"002-009-001\",\"value\":\"002-009-001\"},{\"key\":\"002-009-002\",\"value\":\"002-009-002\"},{\"key\":\"002-009-003\",\"value\":\"002-009-003\"},{\"key\":\"002-010-001\",\"value\":\"002-010-001\"},{\"key\":\"002-010-002\",\"value\":\"002-010-002\"},{\"key\":\"002-010-003\",\"value\":\"002-010-003\"},{\"key\":\"002-011-001\",\"value\":\"002-011-001\"},{\"key\":\"002-011-002\",\"value\":\"002-011-002\"},{\"key\":\"002-011-003\",\"value\":\"002-011-003\"},{\"key\":\"002-012-001\",\"value\":\"002-012-001\"},{\"key\":\"002-012-002\",\"value\":\"002-012-002\"},{\"key\":\"002-012-003\",\"value\":\"002-012-003\"},{\"key\":\"002-013-001\",\"value\":\"002-013-001\"},{\"key\":\"002-013-002\",\"value\":\"002-013-002\"},{\"key\":\"002-013-003\",\"value\":\"002-013-003\"},{\"key\":\"002-014-001\",\"value\":\"002-014-001\"},{\"key\":\"002-014-002\",\"value\":\"002-014-002\"},{\"key\":\"002-014-003\",\"value\":\"002-014-003\"},{\"key\":\"002-015-001\",\"value\":\"002-015-001\"},{\"key\":\"002-015-002\",\"value\":\"002-015-002\"},{\"key\":\"002-015-003\",\"value\":\"002-015-003\"},{\"key\":\"002-016-001\",\"value\":\"002-016-001\"},{\"key\":\"002-016-002\",\"value\":\"002-016-002\"},{\"key\":\"002-016-003\",\"value\":\"002-016-003\"},{\"key\":\"002-017-001\",\"value\":\"002-017-001\"},{\"key\":\"002-017-002\",\"value\":\"002-017-002\"},{\"key\":\"002-017-003\",\"value\":\"002-017-003\"},{\"key\":\"002-018-001\",\"value\":\"002-018-001\"},{\"key\":\"002-018-002\",\"value\":\"002-018-002\"},{\"key\":\"002-018-003\",\"value\":\"002-018-003\"},{\"key\":\"002-019-001\",\"value\":\"002-019-001\"},{\"key\":\"002-019-002\",\"value\":\"002-019-002\"},{\"key\":\"002-019-003\",\"value\":\"002-019-003\"},{\"key\":\"002-020-001\",\"value\":\"002-020-001\"},{\"key\":\"002-020-002\",\"value\":\"002-020-002\"},{\"key\":\"002-020-003\",\"value\":\"002-020-003\"},{\"key\":\"002-021-001\",\"value\":\"002-021-001\"},{\"key\":\"002-021-002\",\"value\":\"002-021-002\"},{\"key\":\"002-021-003\",\"value\":\"002-021-003\"},{\"key\":\"002-022-001\",\"value\":\"002-022-001\"},{\"key\":\"002-022-002\",\"value\":\"002-022-002\"},{\"key\":\"002-022-003\",\"value\":\"002-022-003\"},{\"key\":\"002-023-001\",\"value\":\"002-023-001\"},{\"key\":\"002-023-002\",\"value\":\"002-023-002\"},{\"key\":\"002-023-003\",\"value\":\"002-023-003\"},{\"key\":\"002-024-001\",\"value\":\"002-024-001\"},{\"key\":\"002-024-002\",\"value\":\"002-024-002\"},{\"key\":\"002-024-003\",\"value\":\"002-024-003\"},{\"key\":\"002-025-001\",\"value\":\"002-025-001\"},{\"key\":\"002-025-002\",\"value\":\"002-025-002\"},{\"key\":\"002-025-003\",\"value\":\"002-025-003\"},{\"key\":\"002-026-001\",\"value\":\"002-026-001\"},{\"key\":\"002-026-002\",\"value\":\"002-026-002\"},{\"key\":\"002-026-003\",\"value\":\"002-026-003\"},{\"key\":\"002-027-001\",\"value\":\"002-027-001\"},{\"key\":\"002-027-002\",\"value\":\"002-027-002\"},{\"key\":\"002-027-003\",\"value\":\"002-027-003\"},{\"key\":\"002-028-001\",\"value\":\"002-028-001\"},{\"key\":\"002-028-002\",\"value\":\"002-028-002\"},{\"key\":\"002-028-003\",\"value\":\"002-028-003\"},{\"key\":\"002-029-001\",\"value\":\"002-029-001\"},{\"key\":\"002-029-002\",\"value\":\"002-029-002\"},{\"key\":\"002-029-003\",\"value\":\"002-029-003\"},{\"key\":\"002-030-001\",\"value\":\"002-030-001\"},{\"key\":\"002-030-002\",\"value\":\"002-030-002\"},{\"key\":\"002-030-003\",\"value\":\"002-030-003\"},{\"key\":\"002-031-001\",\"value\":\"002-031-001\"},{\"key\":\"002-031-002\",\"value\":\"002-031-002\"},{\"key\":\"002-031-003\",\"value\":\"002-031-003\"},{\"key\":\"002-032-001\",\"value\":\"002-032-001\"},{\"key\":\"002-032-002\",\"value\":\"002-032-002\"},{\"key\":\"002-032-003\",\"value\":\"002-032-003\"},{\"key\":\"002-033-001\",\"value\":\"002-033-001\"},{\"key\":\"002-033-002\",\"value\":\"002-033-002\"},{\"key\":\"002-033-003\",\"value\":\"002-033-003\"},{\"key\":\"002-034-001\",\"value\":\"002-034-001\"},{\"key\":\"002-034-002\",\"value\":\"002-034-002\"},{\"key\":\"002-034-003\",\"value\":\"002-034-003\"},{\"key\":\"002-035-001\",\"value\":\"002-035-001\"},{\"key\":\"002-035-002\",\"value\":\"002-035-002\"},{\"key\":\"002-035-003\",\"value\":\"002-035-003\"},{\"key\":\"002-036-001\",\"value\":\"002-036-001\"},{\"key\":\"002-036-002\",\"value\":\"002-036-002\"},{\"key\":\"002-036-003\",\"value\":\"002-036-003\"},{\"key\":\"002-037-001\",\"value\":\"002-037-001\"},{\"key\":\"002-037-002\",\"value\":\"002-037-002\"},{\"key\":\"002-037-003\",\"value\":\"002-037-003\"},{\"key\":\"002-038-001\",\"value\":\"002-038-001\"},{\"key\":\"002-038-002\",\"value\":\"002-038-002\"},{\"key\":\"002-038-003\",\"value\":\"002-038-003\"},{\"key\":\"002-039-001\",\"value\":\"002-039-001\"},{\"key\":\"002-039-002\",\"value\":\"002-039-002\"},{\"key\":\"002-039-003\",\"value\":\"002-039-003\"},{\"key\":\"002-040-001\",\"value\":\"002-040-001\"},{\"key\":\"002-040-002\",\"value\":\"002-040-002\"},{\"key\":\"002-040-003\",\"value\":\"002-040-003\"},{\"key\":\"002-041-001\",\"value\":\"002-041-001\"},{\"key\":\"002-041-002\",\"value\":\"002-041-002\"},{\"key\":\"002-041-003\",\"value\":\"002-041-003\"},{\"key\":\"002-042-001\",\"value\":\"002-042-001\"},{\"key\":\"002-042-002\",\"value\":\"002-042-002\"},{\"key\":\"002-042-003\",\"value\":\"002-042-003\"},{\"key\":\"002-043-001\",\"value\":\"002-043-001\"},{\"key\":\"002-043-002\",\"value\":\"002-043-002\"},{\"key\":\"002-043-003\",\"value\":\"002-043-003\"},{\"key\":\"002-044-001\",\"value\":\"002-044-001\"},{\"key\":\"002-044-002\",\"value\":\"002-044-002\"},{\"key\":\"002-044-003\",\"value\":\"002-044-003\"},{\"key\":\"002-045-001\",\"value\":\"002-045-001\"},{\"key\":\"002-045-002\",\"value\":\"002-045-002\"},{\"key\":\"002-045-003\",\"value\":\"002-045-003\"},{\"key\":\"002-046-001\",\"value\":\"002-046-001\"},{\"key\":\"002-046-002\",\"value\":\"002-046-002\"},{\"key\":\"002-046-003\",\"value\":\"002-046-003\"}]}]"}
--------------------------------
2024/11/26 20:34:12|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:12 265","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"48ms","ResponseTime":"2024-11-26 08:34:12 314","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:34:12|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:12 238","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetVueDictionary","RequestParamsName":"【携带的参数有】:System.String[]","RequestParamsData":"[[\"inOrderType\",\"inboundState\",\"createType\",\"materielInfo\",\"locationCodes\",\"orderDetailStatusEnum\"]]","ResponseIntervalTime":"105ms","ResponseTime":"2024-11-26 08:34:12 343","ResponseJsonData":"[{\"DicNo\":\"materielInfo\",\"Config\":null,\"Data\":[{\"key\":\"2\",\"value\":\"2\"},{\"key\":\"1\",\"value\":\"1\"},{\"key\":\"3\",\"value\":\"3\"}]},{\"DicNo\":\"locationCodes\",\"Config\":null,\"Data\":[{\"key\":\"001-001-003\",\"value\":\"001-001-003\"},{\"key\":\"001-002-002\",\"value\":\"001-002-002\"},{\"key\":\"001-002-003\",\"value\":\"001-002-003\"},{\"key\":\"001-003-002\",\"value\":\"001-003-002\"},{\"key\":\"001-003-003\",\"value\":\"001-003-003\"},{\"key\":\"001-004-001\",\"value\":\"001-004-001\"},{\"key\":\"001-004-002\",\"value\":\"001-004-002\"},{\"key\":\"001-004-003\",\"value\":\"001-004-003\"},{\"key\":\"001-005-001\",\"value\":\"001-005-001\"},{\"key\":\"001-005-002\",\"value\":\"001-005-002\"},{\"key\":\"001-005-003\",\"value\":\"001-005-003\"},{\"key\":\"001-006-001\",\"value\":\"001-006-001\"},{\"key\":\"001-006-002\",\"value\":\"001-006-002\"},{\"key\":\"001-006-003\",\"value\":\"001-006-003\"},{\"key\":\"001-007-001\",\"value\":\"001-007-001\"},{\"key\":\"001-007-002\",\"value\":\"001-007-002\"},{\"key\":\"001-007-003\",\"value\":\"001-007-003\"},{\"key\":\"001-008-001\",\"value\":\"001-008-001\"},{\"key\":\"001-008-002\",\"value\":\"001-008-002\"},{\"key\":\"001-008-003\",\"value\":\"001-008-003\"},{\"key\":\"001-009-001\",\"value\":\"001-009-001\"},{\"key\":\"001-009-002\",\"value\":\"001-009-002\"},{\"key\":\"001-009-003\",\"value\":\"001-009-003\"},{\"key\":\"001-010-001\",\"value\":\"001-010-001\"},{\"key\":\"001-010-002\",\"value\":\"001-010-002\"},{\"key\":\"001-010-003\",\"value\":\"001-010-003\"},{\"key\":\"001-011-001\",\"value\":\"001-011-001\"},{\"key\":\"001-011-002\",\"value\":\"001-011-002\"},{\"key\":\"001-011-003\",\"value\":\"001-011-003\"},{\"key\":\"001-012-001\",\"value\":\"001-012-001\"},{\"key\":\"001-012-002\",\"value\":\"001-012-002\"},{\"key\":\"001-012-003\",\"value\":\"001-012-003\"},{\"key\":\"001-013-001\",\"value\":\"001-013-001\"},{\"key\":\"001-013-002\",\"value\":\"001-013-002\"},{\"key\":\"001-013-003\",\"value\":\"001-013-003\"},{\"key\":\"001-014-001\",\"value\":\"001-014-001\"},{\"key\":\"001-014-002\",\"value\":\"001-014-002\"},{\"key\":\"001-014-003\",\"value\":\"001-014-003\"},{\"key\":\"001-015-001\",\"value\":\"001-015-001\"},{\"key\":\"001-015-002\",\"value\":\"001-015-002\"},{\"key\":\"001-015-003\",\"value\":\"001-015-003\"},{\"key\":\"001-016-001\",\"value\":\"001-016-001\"},{\"key\":\"001-016-002\",\"value\":\"001-016-002\"},{\"key\":\"001-016-003\",\"value\":\"001-016-003\"},{\"key\":\"001-017-001\",\"value\":\"001-017-001\"},{\"key\":\"001-017-002\",\"value\":\"001-017-002\"},{\"key\":\"001-017-003\",\"value\":\"001-017-003\"},{\"key\":\"001-018-001\",\"value\":\"001-018-001\"},{\"key\":\"001-018-002\",\"value\":\"001-018-002\"},{\"key\":\"001-018-003\",\"value\":\"001-018-003\"},{\"key\":\"001-019-001\",\"value\":\"001-019-001\"},{\"key\":\"001-019-002\",\"value\":\"001-019-002\"},{\"key\":\"001-019-003\",\"value\":\"001-019-003\"},{\"key\":\"001-020-001\",\"value\":\"001-020-001\"},{\"key\":\"001-020-002\",\"value\":\"001-020-002\"},{\"key\":\"001-020-003\",\"value\":\"001-020-003\"},{\"key\":\"001-021-001\",\"value\":\"001-021-001\"},{\"key\":\"001-021-002\",\"value\":\"001-021-002\"},{\"key\":\"001-021-003\",\"value\":\"001-021-003\"},{\"key\":\"001-022-001\",\"value\":\"001-022-001\"},{\"key\":\"001-022-002\",\"value\":\"001-022-002\"},{\"key\":\"001-022-003\",\"value\":\"001-022-003\"},{\"key\":\"001-023-001\",\"value\":\"001-023-001\"},{\"key\":\"001-023-002\",\"value\":\"001-023-002\"},{\"key\":\"001-023-003\",\"value\":\"001-023-003\"},{\"key\":\"001-024-001\",\"value\":\"001-024-001\"},{\"key\":\"001-024-002\",\"value\":\"001-024-002\"},{\"key\":\"001-024-003\",\"value\":\"001-024-003\"},{\"key\":\"001-025-001\",\"value\":\"001-025-001\"},{\"key\":\"001-025-002\",\"value\":\"001-025-002\"},{\"key\":\"001-025-003\",\"value\":\"001-025-003\"},{\"key\":\"001-026-001\",\"value\":\"001-026-001\"},{\"key\":\"001-026-002\",\"value\":\"001-026-002\"},{\"key\":\"001-026-003\",\"value\":\"001-026-003\"},{\"key\":\"001-027-001\",\"value\":\"001-027-001\"},{\"key\":\"001-027-002\",\"value\":\"001-027-002\"},{\"key\":\"001-027-003\",\"value\":\"001-027-003\"},{\"key\":\"001-028-001\",\"value\":\"001-028-001\"},{\"key\":\"001-028-002\",\"value\":\"001-028-002\"},{\"key\":\"001-028-003\",\"value\":\"001-028-003\"},{\"key\":\"001-029-001\",\"value\":\"001-029-001\"},{\"key\":\"001-029-002\",\"value\":\"001-029-002\"},{\"key\":\"001-029-003\",\"value\":\"001-029-003\"},{\"key\":\"001-030-001\",\"value\":\"001-030-001\"},{\"key\":\"001-030-002\",\"value\":\"001-030-002\"},{\"key\":\"001-030-003\",\"value\":\"001-030-003\"},{\"key\":\"001-031-001\",\"value\":\"001-031-001\"},{\"key\":\"001-031-002\",\"value\":\"001-031-002\"},{\"key\":\"001-031-003\",\"value\":\"001-031-003\"},{\"key\":\"001-032-001\",\"value\":\"001-032-001\"},{\"key\":\"001-032-002\",\"value\":\"001-032-002\"},{\"key\":\"001-032-003\",\"value\":\"001-032-003\"},{\"key\":\"001-033-001\",\"value\":\"001-033-001\"},{\"key\":\"001-033-002\",\"value\":\"001-033-002\"},{\"key\":\"001-033-003\",\"value\":\"001-033-003\"},{\"key\":\"001-034-001\",\"value\":\"001-034-001\"},{\"key\":\"001-034-002\",\"value\":\"001-034-002\"},{\"key\":\"001-034-003\",\"value\":\"001-034-003\"},{\"key\":\"001-035-001\",\"value\":\"001-035-001\"},{\"key\":\"001-035-002\",\"value\":\"001-035-002\"},{\"key\":\"001-035-003\",\"value\":\"001-035-003\"},{\"key\":\"001-036-001\",\"value\":\"001-036-001\"},{\"key\":\"001-036-002\",\"value\":\"001-036-002\"},{\"key\":\"001-036-003\",\"value\":\"001-036-003\"},{\"key\":\"001-037-001\",\"value\":\"001-037-001\"},{\"key\":\"001-037-002\",\"value\":\"001-037-002\"},{\"key\":\"001-037-003\",\"value\":\"001-037-003\"},{\"key\":\"001-038-001\",\"value\":\"001-038-001\"},{\"key\":\"001-038-002\",\"value\":\"001-038-002\"},{\"key\":\"001-038-003\",\"value\":\"001-038-003\"},{\"key\":\"001-039-001\",\"value\":\"001-039-001\"},{\"key\":\"001-039-002\",\"value\":\"001-039-002\"},{\"key\":\"001-039-003\",\"value\":\"001-039-003\"},{\"key\":\"001-040-001\",\"value\":\"001-040-001\"},{\"key\":\"001-040-002\",\"value\":\"001-040-002\"},{\"key\":\"001-040-003\",\"value\":\"001-040-003\"},{\"key\":\"001-041-001\",\"value\":\"001-041-001\"},{\"key\":\"001-041-002\",\"value\":\"001-041-002\"},{\"key\":\"001-041-003\",\"value\":\"001-041-003\"},{\"key\":\"001-042-001\",\"value\":\"001-042-001\"},{\"key\":\"001-042-002\",\"value\":\"001-042-002\"},{\"key\":\"001-042-003\",\"value\":\"001-042-003\"},{\"key\":\"001-043-001\",\"value\":\"001-043-001\"},{\"key\":\"001-043-002\",\"value\":\"001-043-002\"},{\"key\":\"001-043-003\",\"value\":\"001-043-003\"},{\"key\":\"001-044-001\",\"value\":\"001-044-001\"},{\"key\":\"001-044-002\",\"value\":\"001-044-002\"},{\"key\":\"001-044-003\",\"value\":\"001-044-003\"},{\"key\":\"001-045-001\",\"value\":\"001-045-001\"},{\"key\":\"001-045-002\",\"value\":\"001-045-002\"},{\"key\":\"001-045-003\",\"value\":\"001-045-003\"},{\"key\":\"001-046-001\",\"value\":\"001-046-001\"},{\"key\":\"001-046-002\",\"value\":\"001-046-002\"},{\"key\":\"001-046-003\",\"value\":\"001-046-003\"},{\"key\":\"002-001-002\",\"value\":\"002-001-002\"},{\"key\":\"002-001-003\",\"value\":\"002-001-003\"},{\"key\":\"002-002-001\",\"value\":\"002-002-001\"},{\"key\":\"002-002-002\",\"value\":\"002-002-002\"},{\"key\":\"002-002-003\",\"value\":\"002-002-003\"},{\"key\":\"002-003-001\",\"value\":\"002-003-001\"},{\"key\":\"002-003-002\",\"value\":\"002-003-002\"},{\"key\":\"002-003-003\",\"value\":\"002-003-003\"},{\"key\":\"002-004-001\",\"value\":\"002-004-001\"},{\"key\":\"002-004-002\",\"value\":\"002-004-002\"},{\"key\":\"002-004-003\",\"value\":\"002-004-003\"},{\"key\":\"002-005-001\",\"value\":\"002-005-001\"},{\"key\":\"002-005-002\",\"value\":\"002-005-002\"},{\"key\":\"002-005-003\",\"value\":\"002-005-003\"},{\"key\":\"002-006-001\",\"value\":\"002-006-001\"},{\"key\":\"002-006-002\",\"value\":\"002-006-002\"},{\"key\":\"002-006-003\",\"value\":\"002-006-003\"},{\"key\":\"002-007-001\",\"value\":\"002-007-001\"},{\"key\":\"002-007-002\",\"value\":\"002-007-002\"},{\"key\":\"002-007-003\",\"value\":\"002-007-003\"},{\"key\":\"002-008-001\",\"value\":\"002-008-001\"},{\"key\":\"002-008-002\",\"value\":\"002-008-002\"},{\"key\":\"002-008-003\",\"value\":\"002-008-003\"},{\"key\":\"002-009-001\",\"value\":\"002-009-001\"},{\"key\":\"002-009-002\",\"value\":\"002-009-002\"},{\"key\":\"002-009-003\",\"value\":\"002-009-003\"},{\"key\":\"002-010-001\",\"value\":\"002-010-001\"},{\"key\":\"002-010-002\",\"value\":\"002-010-002\"},{\"key\":\"002-010-003\",\"value\":\"002-010-003\"},{\"key\":\"002-011-001\",\"value\":\"002-011-001\"},{\"key\":\"002-011-002\",\"value\":\"002-011-002\"},{\"key\":\"002-011-003\",\"value\":\"002-011-003\"},{\"key\":\"002-012-001\",\"value\":\"002-012-001\"},{\"key\":\"002-012-002\",\"value\":\"002-012-002\"},{\"key\":\"002-012-003\",\"value\":\"002-012-003\"},{\"key\":\"002-013-001\",\"value\":\"002-013-001\"},{\"key\":\"002-013-002\",\"value\":\"002-013-002\"},{\"key\":\"002-013-003\",\"value\":\"002-013-003\"},{\"key\":\"002-014-001\",\"value\":\"002-014-001\"},{\"key\":\"002-014-002\",\"value\":\"002-014-002\"},{\"key\":\"002-014-003\",\"value\":\"002-014-003\"},{\"key\":\"002-015-001\",\"value\":\"002-015-001\"},{\"key\":\"002-015-002\",\"value\":\"002-015-002\"},{\"key\":\"002-015-003\",\"value\":\"002-015-003\"},{\"key\":\"002-016-001\",\"value\":\"002-016-001\"},{\"key\":\"002-016-002\",\"value\":\"002-016-002\"},{\"key\":\"002-016-003\",\"value\":\"002-016-003\"},{\"key\":\"002-017-001\",\"value\":\"002-017-001\"},{\"key\":\"002-017-002\",\"value\":\"002-017-002\"},{\"key\":\"002-017-003\",\"value\":\"002-017-003\"},{\"key\":\"002-018-001\",\"value\":\"002-018-001\"},{\"key\":\"002-018-002\",\"value\":\"002-018-002\"},{\"key\":\"002-018-003\",\"value\":\"002-018-003\"},{\"key\":\"002-019-001\",\"value\":\"002-019-001\"},{\"key\":\"002-019-002\",\"value\":\"002-019-002\"},{\"key\":\"002-019-003\",\"value\":\"002-019-003\"},{\"key\":\"002-020-001\",\"value\":\"002-020-001\"},{\"key\":\"002-020-002\",\"value\":\"002-020-002\"},{\"key\":\"002-020-003\",\"value\":\"002-020-003\"},{\"key\":\"002-021-001\",\"value\":\"002-021-001\"},{\"key\":\"002-021-002\",\"value\":\"002-021-002\"},{\"key\":\"002-021-003\",\"value\":\"002-021-003\"},{\"key\":\"002-022-001\",\"value\":\"002-022-001\"},{\"key\":\"002-022-002\",\"value\":\"002-022-002\"},{\"key\":\"002-022-003\",\"value\":\"002-022-003\"},{\"key\":\"002-023-001\",\"value\":\"002-023-001\"},{\"key\":\"002-023-002\",\"value\":\"002-023-002\"},{\"key\":\"002-023-003\",\"value\":\"002-023-003\"},{\"key\":\"002-024-001\",\"value\":\"002-024-001\"},{\"key\":\"002-024-002\",\"value\":\"002-024-002\"},{\"key\":\"002-024-003\",\"value\":\"002-024-003\"},{\"key\":\"002-025-001\",\"value\":\"002-025-001\"},{\"key\":\"002-025-002\",\"value\":\"002-025-002\"},{\"key\":\"002-025-003\",\"value\":\"002-025-003\"},{\"key\":\"002-026-001\",\"value\":\"002-026-001\"},{\"key\":\"002-026-002\",\"value\":\"002-026-002\"},{\"key\":\"002-026-003\",\"value\":\"002-026-003\"},{\"key\":\"002-027-001\",\"value\":\"002-027-001\"},{\"key\":\"002-027-002\",\"value\":\"002-027-002\"},{\"key\":\"002-027-003\",\"value\":\"002-027-003\"},{\"key\":\"002-028-001\",\"value\":\"002-028-001\"},{\"key\":\"002-028-002\",\"value\":\"002-028-002\"},{\"key\":\"002-028-003\",\"value\":\"002-028-003\"},{\"key\":\"002-029-001\",\"value\":\"002-029-001\"},{\"key\":\"002-029-002\",\"value\":\"002-029-002\"},{\"key\":\"002-029-003\",\"value\":\"002-029-003\"},{\"key\":\"002-030-001\",\"value\":\"002-030-001\"},{\"key\":\"002-030-002\",\"value\":\"002-030-002\"},{\"key\":\"002-030-003\",\"value\":\"002-030-003\"},{\"key\":\"002-031-001\",\"value\":\"002-031-001\"},{\"key\":\"002-031-002\",\"value\":\"002-031-002\"},{\"key\":\"002-031-003\",\"value\":\"002-031-003\"},{\"key\":\"002-032-001\",\"value\":\"002-032-001\"},{\"key\":\"002-032-002\",\"value\":\"002-032-002\"},{\"key\":\"002-032-003\",\"value\":\"002-032-003\"},{\"key\":\"002-033-001\",\"value\":\"002-033-001\"},{\"key\":\"002-033-002\",\"value\":\"002-033-002\"},{\"key\":\"002-033-003\",\"value\":\"002-033-003\"},{\"key\":\"002-034-001\",\"value\":\"002-034-001\"},{\"key\":\"002-034-002\",\"value\":\"002-034-002\"},{\"key\":\"002-034-003\",\"value\":\"002-034-003\"},{\"key\":\"002-035-001\",\"value\":\"002-035-001\"},{\"key\":\"002-035-002\",\"value\":\"002-035-002\"},{\"key\":\"002-035-003\",\"value\":\"002-035-003\"},{\"key\":\"002-036-001\",\"value\":\"002-036-001\"},{\"key\":\"002-036-002\",\"value\":\"002-036-002\"},{\"key\":\"002-036-003\",\"value\":\"002-036-003\"},{\"key\":\"002-037-001\",\"value\":\"002-037-001\"},{\"key\":\"002-037-002\",\"value\":\"002-037-002\"},{\"key\":\"002-037-003\",\"value\":\"002-037-003\"},{\"key\":\"002-038-001\",\"value\":\"002-038-001\"},{\"key\":\"002-038-002\",\"value\":\"002-038-002\"},{\"key\":\"002-038-003\",\"value\":\"002-038-003\"},{\"key\":\"002-039-001\",\"value\":\"002-039-001\"},{\"key\":\"002-039-002\",\"value\":\"002-039-002\"},{\"key\":\"002-039-003\",\"value\":\"002-039-003\"},{\"key\":\"002-040-001\",\"value\":\"002-040-001\"},{\"key\":\"002-040-002\",\"value\":\"002-040-002\"},{\"key\":\"002-040-003\",\"value\":\"002-040-003\"},{\"key\":\"002-041-001\",\"value\":\"002-041-001\"},{\"key\":\"002-041-002\",\"value\":\"002-041-002\"},{\"key\":\"002-041-003\",\"value\":\"002-041-003\"},{\"key\":\"002-042-001\",\"value\":\"002-042-001\"},{\"key\":\"002-042-002\",\"value\":\"002-042-002\"},{\"key\":\"002-042-003\",\"value\":\"002-042-003\"},{\"key\":\"002-043-001\",\"value\":\"002-043-001\"},{\"key\":\"002-043-002\",\"value\":\"002-043-002\"},{\"key\":\"002-043-003\",\"value\":\"002-043-003\"},{\"key\":\"002-044-001\",\"value\":\"002-044-001\"},{\"key\":\"002-044-002\",\"value\":\"002-044-002\"},{\"key\":\"002-044-003\",\"value\":\"002-044-003\"},{\"key\":\"002-045-001\",\"value\":\"002-045-001\"},{\"key\":\"002-045-002\",\"value\":\"002-045-002\"},{\"key\":\"002-045-003\",\"value\":\"002-045-003\"},{\"key\":\"002-046-001\",\"value\":\"002-046-001\"},{\"key\":\"002-046-002\",\"value\":\"002-046-002\"},{\"key\":\"002-046-003\",\"value\":\"002-046-003\"}]},{\"DicNo\":\"inOrderType\",\"Config\":\"\",\"Data\":[{\"key\":\"100\",\"value\":\"生产入库单\"},{\"key\":\"105\",\"value\":\"生产退料单\"},{\"key\":\"110\",\"value\":\"采购入库单\"},{\"key\":\"115\",\"value\":\"调拨入库单\"},{\"key\":\"120\",\"value\":\"销售退货单\"},{\"key\":\"125\",\"value\":\"空盘入库单\"},{\"key\":\"130\",\"value\":\"其他入库单\"}]},{\"DicNo\":\"inboundState\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"未开始\"},{\"key\":\"1\",\"value\":\"入库中\"},{\"key\":\"2\",\"value\":\"入库完成\"},{\"key\":\"98\",\"value\":\"取消\"},{\"key\":\"99\",\"value\":\"关闭\"}]},{\"DicNo\":\"createType\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"系统内创建\"},{\"key\":\"1\",\"value\":\"上游系统推送\"}]},{\"DicNo\":\"orderDetailStatusEnum\",\"Config\":\"\",\"Data\":[{\"key\":\"0\",\"value\":\"新建\"},{\"key\":\"10\",\"value\":\"组盘入库\"},{\"key\":\"60\",\"value\":\"出库部分分配完成\"},{\"key\":\"70\",\"value\":\"出库分配完成\"},{\"key\":\"80\",\"value\":\"出库中\"},{\"key\":\"100\",\"value\":\"完成\"}]}]"}
--------------------------------
2024/11/26 20:34:17|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:17 211","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.EnableStatus == Convert(Normal, Object).ObjToInt())","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"35ms","ResponseTime":"2024-11-26 08:34:17 246","ResponseJsonData":"[{\"Id\":3,\"AreaId\":1,\"LocationCode\":\"001-001-003\",\"LocationName\":\"001行001列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":1,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":98,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.687\",\"Modifier\":\"Test1\",\"ModifyDate\":\"2024-11-21T09:14:14.83\"},{\"Id\":5,\"AreaId\":1,\"LocationCode\":\"001-002-002\",\"LocationName\":\"001行002列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":2,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.687\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":6,\"AreaId\":1,\"LocationCode\":\"001-002-003\",\"LocationName\":\"001行002列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":2,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.687\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":8,\"AreaId\":1,\"LocationCode\":\"001-003-002\",\"LocationName\":\"001行003列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":9,\"AreaId\":1,\"LocationCode\":\"001-003-003\",\"LocationName\":\"001行003列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":3,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":10,\"AreaId\":1,\"LocationCode\":\"001-004-001\",\"LocationName\":\"001行004列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11,\"AreaId\":1,\"LocationCode\":\"001-004-002\",\"LocationName\":\"001行004列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12,\"AreaId\":1,\"LocationCode\":\"001-004-003\",\"LocationName\":\"001行004列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":4,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13,\"AreaId\":1,\"LocationCode\":\"001-005-001\",\"LocationName\":\"001行005列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":14,\"AreaId\":1,\"LocationCode\":\"001-005-002\",\"LocationName\":\"001行005列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":15,\"AreaId\":1,\"LocationCode\":\"001-005-003\",\"LocationName\":\"001行005列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":5,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":16,\"AreaId\":1,\"LocationCode\":\"001-006-001\",\"LocationName\":\"001行006列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":17,\"AreaId\":1,\"LocationCode\":\"001-006-002\",\"LocationName\":\"001行006列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":18,\"AreaId\":1,\"LocationCode\":\"001-006-003\",\"LocationName\":\"001行006列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":6,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":19,\"AreaId\":1,\"LocationCode\":\"001-007-001\",\"LocationName\":\"001行007列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":20,\"AreaId\":1,\"LocationCode\":\"001-007-002\",\"LocationName\":\"001行007列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":7,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":21,\"AreaId\":1,\"LocationCode\":\"001-007-003\",\"LocationName\":\"001行007列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":7,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":22,\"AreaId\":1,\"LocationCode\":\"001-008-001\",\"LocationName\":\"001行008列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":23,\"AreaId\":1,\"LocationCode\":\"001-008-002\",\"LocationName\":\"001行008列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":8,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":24,\"AreaId\":1,\"LocationCode\":\"001-008-003\",\"LocationName\":\"001行008列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":8,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":25,\"AreaId\":1,\"LocationCode\":\"001-009-001\",\"LocationName\":\"001行009列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":26,\"AreaId\":1,\"LocationCode\":\"001-009-002\",\"LocationName\":\"001行009列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":9,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"AreaId\":1,\"LocationCode\":\"001-009-003\",\"LocationName\":\"001行009列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":9,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":28,\"AreaId\":1,\"LocationCode\":\"001-010-001\",\"LocationName\":\"001行010列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":29,\"AreaId\":1,\"LocationCode\":\"001-010-002\",\"LocationName\":\"001行010列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":10,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":30,\"AreaId\":1,\"LocationCode\":\"001-010-003\",\"LocationName\":\"001行010列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":10,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":31,\"AreaId\":1,\"LocationCode\":\"001-011-001\",\"LocationName\":\"001行011列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":32,\"AreaId\":1,\"LocationCode\":\"001-011-002\",\"LocationName\":\"001行011列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":11,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":33,\"AreaId\":1,\"LocationCode\":\"001-011-003\",\"LocationName\":\"001行011列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":11,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":34,\"AreaId\":1,\"LocationCode\":\"001-012-001\",\"LocationName\":\"001行012列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":35,\"AreaId\":1,\"LocationCode\":\"001-012-002\",\"LocationName\":\"001行012列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":12,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":36,\"AreaId\":1,\"LocationCode\":\"001-012-003\",\"LocationName\":\"001行012列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":12,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":37,\"AreaId\":1,\"LocationCode\":\"001-013-001\",\"LocationName\":\"001行013列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":38,\"AreaId\":1,\"LocationCode\":\"001-013-002\",\"LocationName\":\"001行013列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":13,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":39,\"AreaId\":1,\"LocationCode\":\"001-013-003\",\"LocationName\":\"001行013列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":13,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":40,\"AreaId\":1,\"LocationCode\":\"001-014-001\",\"LocationName\":\"001行014列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":41,\"AreaId\":1,\"LocationCode\":\"001-014-002\",\"LocationName\":\"001行014列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":14,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":42,\"AreaId\":1,\"LocationCode\":\"001-014-003\",\"LocationName\":\"001行014列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":14,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":43,\"AreaId\":1,\"LocationCode\":\"001-015-001\",\"LocationName\":\"001行015列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":44,\"AreaId\":1,\"LocationCode\":\"001-015-002\",\"LocationName\":\"001行015列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":15,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":45,\"AreaId\":1,\"LocationCode\":\"001-015-003\",\"LocationName\":\"001行015列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":15,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":46,\"AreaId\":1,\"LocationCode\":\"001-016-001\",\"LocationName\":\"001行016列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":47,\"AreaId\":1,\"LocationCode\":\"001-016-002\",\"LocationName\":\"001行016列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":16,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":48,\"AreaId\":1,\"LocationCode\":\"001-016-003\",\"LocationName\":\"001行016列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":16,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":49,\"AreaId\":1,\"LocationCode\":\"001-017-001\",\"LocationName\":\"001行017列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":50,\"AreaId\":1,\"LocationCode\":\"001-017-002\",\"LocationName\":\"001行017列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":17,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":51,\"AreaId\":1,\"LocationCode\":\"001-017-003\",\"LocationName\":\"001行017列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":17,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":52,\"AreaId\":1,\"LocationCode\":\"001-018-001\",\"LocationName\":\"001行018列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":53,\"AreaId\":1,\"LocationCode\":\"001-018-002\",\"LocationName\":\"001行018列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":18,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":54,\"AreaId\":1,\"LocationCode\":\"001-018-003\",\"LocationName\":\"001行018列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":18,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":55,\"AreaId\":1,\"LocationCode\":\"001-019-001\",\"LocationName\":\"001行019列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":56,\"AreaId\":1,\"LocationCode\":\"001-019-002\",\"LocationName\":\"001行019列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":19,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":57,\"AreaId\":1,\"LocationCode\":\"001-019-003\",\"LocationName\":\"001行019列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":19,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":58,\"AreaId\":1,\"LocationCode\":\"001-020-001\",\"LocationName\":\"001行020列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":20,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":59,\"AreaId\":1,\"LocationCode\":\"001-020-002\",\"LocationName\":\"001行020列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":20,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":60,\"AreaId\":1,\"LocationCode\":\"001-020-003\",\"LocationName\":\"001行020列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":20,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":61,\"AreaId\":1,\"LocationCode\":\"001-021-001\",\"LocationName\":\"001行021列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":21,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":62,\"AreaId\":1,\"LocationCode\":\"001-021-002\",\"LocationName\":\"001行021列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":21,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":63,\"AreaId\":1,\"LocationCode\":\"001-021-003\",\"LocationName\":\"001行021列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":21,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":64,\"AreaId\":1,\"LocationCode\":\"001-022-001\",\"LocationName\":\"001行022列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":22,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":65,\"AreaId\":1,\"LocationCode\":\"001-022-002\",\"LocationName\":\"001行022列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":22,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":66,\"AreaId\":1,\"LocationCode\":\"001-022-003\",\"LocationName\":\"001行022列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":22,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":67,\"AreaId\":1,\"LocationCode\":\"001-023-001\",\"LocationName\":\"001行023列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":23,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":68,\"AreaId\":1,\"LocationCode\":\"001-023-002\",\"LocationName\":\"001行023列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":23,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":69,\"AreaId\":1,\"LocationCode\":\"001-023-003\",\"LocationName\":\"001行023列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":23,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":70,\"AreaId\":1,\"LocationCode\":\"001-024-001\",\"LocationName\":\"001行024列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":24,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":71,\"AreaId\":1,\"LocationCode\":\"001-024-002\",\"LocationName\":\"001行024列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":24,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":72,\"AreaId\":1,\"LocationCode\":\"001-024-003\",\"LocationName\":\"001行024列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":24,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":73,\"AreaId\":1,\"LocationCode\":\"001-025-001\",\"LocationName\":\"001行025列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":25,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":74,\"AreaId\":1,\"LocationCode\":\"001-025-002\",\"LocationName\":\"001行025列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":25,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":75,\"AreaId\":1,\"LocationCode\":\"001-025-003\",\"LocationName\":\"001行025列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":25,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":76,\"AreaId\":1,\"LocationCode\":\"001-026-001\",\"LocationName\":\"001行026列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":26,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":77,\"AreaId\":1,\"LocationCode\":\"001-026-002\",\"LocationName\":\"001行026列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":26,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":78,\"AreaId\":1,\"LocationCode\":\"001-026-003\",\"LocationName\":\"001行026列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":26,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":79,\"AreaId\":1,\"LocationCode\":\"001-027-001\",\"LocationName\":\"001行027列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":27,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":80,\"AreaId\":1,\"LocationCode\":\"001-027-002\",\"LocationName\":\"001行027列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":27,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":81,\"AreaId\":1,\"LocationCode\":\"001-027-003\",\"LocationName\":\"001行027列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":27,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":82,\"AreaId\":1,\"LocationCode\":\"001-028-001\",\"LocationName\":\"001行028列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":28,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":83,\"AreaId\":1,\"LocationCode\":\"001-028-002\",\"LocationName\":\"001行028列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":28,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":84,\"AreaId\":1,\"LocationCode\":\"001-028-003\",\"LocationName\":\"001行028列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":28,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":85,\"AreaId\":1,\"LocationCode\":\"001-029-001\",\"LocationName\":\"001行029列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":29,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":86,\"AreaId\":1,\"LocationCode\":\"001-029-002\",\"LocationName\":\"001行029列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":29,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":87,\"AreaId\":1,\"LocationCode\":\"001-029-003\",\"LocationName\":\"001行029列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":29,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":88,\"AreaId\":1,\"LocationCode\":\"001-030-001\",\"LocationName\":\"001行030列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":30,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":89,\"AreaId\":1,\"LocationCode\":\"001-030-002\",\"LocationName\":\"001行030列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":30,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":90,\"AreaId\":1,\"LocationCode\":\"001-030-003\",\"LocationName\":\"001行030列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":30,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":91,\"AreaId\":1,\"LocationCode\":\"001-031-001\",\"LocationName\":\"001行031列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":31,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":92,\"AreaId\":1,\"LocationCode\":\"001-031-002\",\"LocationName\":\"001行031列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":31,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":93,\"AreaId\":1,\"LocationCode\":\"001-031-003\",\"LocationName\":\"001行031列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":31,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":94,\"AreaId\":1,\"LocationCode\":\"001-032-001\",\"LocationName\":\"001行032列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":32,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":95,\"AreaId\":1,\"LocationCode\":\"001-032-002\",\"LocationName\":\"001行032列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":32,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":96,\"AreaId\":1,\"LocationCode\":\"001-032-003\",\"LocationName\":\"001行032列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":32,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":97,\"AreaId\":1,\"LocationCode\":\"001-033-001\",\"LocationName\":\"001行033列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":33,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":98,\"AreaId\":1,\"LocationCode\":\"001-033-002\",\"LocationName\":\"001行033列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":33,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":99,\"AreaId\":1,\"LocationCode\":\"001-033-003\",\"LocationName\":\"001行033列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":33,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":100,\"AreaId\":1,\"LocationCode\":\"001-034-001\",\"LocationName\":\"001行034列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":34,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":101,\"AreaId\":1,\"LocationCode\":\"001-034-002\",\"LocationName\":\"001行034列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":34,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":102,\"AreaId\":1,\"LocationCode\":\"001-034-003\",\"LocationName\":\"001行034列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":34,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":103,\"AreaId\":1,\"LocationCode\":\"001-035-001\",\"LocationName\":\"001行035列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":35,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":104,\"AreaId\":1,\"LocationCode\":\"001-035-002\",\"LocationName\":\"001行035列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":35,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.757\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":105,\"AreaId\":1,\"LocationCode\":\"001-035-003\",\"LocationName\":\"001行035列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":35,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.757\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":106,\"AreaId\":1,\"LocationCode\":\"001-036-001\",\"LocationName\":\"001行036列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":36,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.757\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":107,\"AreaId\":1,\"LocationCode\":\"001-036-002\",\"LocationName\":\"001行036列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":36,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.76\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":108,\"AreaId\":1,\"LocationCode\":\"001-036-003\",\"LocationName\":\"001行036列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":36,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.76\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":109,\"AreaId\":1,\"LocationCode\":\"001-037-001\",\"LocationName\":\"001行037列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":37,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.76\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":110,\"AreaId\":1,\"LocationCode\":\"001-037-002\",\"LocationName\":\"001行037列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":37,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":111,\"AreaId\":1,\"LocationCode\":\"001-037-003\",\"LocationName\":\"001行037列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":37,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":112,\"AreaId\":1,\"LocationCode\":\"001-038-001\",\"LocationName\":\"001行038列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":38,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":113,\"AreaId\":1,\"LocationCode\":\"001-038-002\",\"LocationName\":\"001行038列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":38,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":114,\"AreaId\":1,\"LocationCode\":\"001-038-003\",\"LocationName\":\"001行038列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":38,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":115,\"AreaId\":1,\"LocationCode\":\"001-039-001\",\"LocationName\":\"001行039列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":39,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":116,\"AreaId\":1,\"LocationCode\":\"001-039-002\",\"LocationName\":\"001行039列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":39,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":117,\"AreaId\":1,\"LocationCode\":\"001-039-003\",\"LocationName\":\"001行039列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":39,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":118,\"AreaId\":1,\"LocationCode\":\"001-040-001\",\"LocationName\":\"001行040列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":40,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.77\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":119,\"AreaId\":1,\"LocationCode\":\"001-040-002\",\"LocationName\":\"001行040列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":40,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.773\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":120,\"AreaId\":1,\"LocationCode\":\"001-040-003\",\"LocationName\":\"001行040列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":40,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.777\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":121,\"AreaId\":1,\"LocationCode\":\"001-041-001\",\"LocationName\":\"001行041列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":41,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.777\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":122,\"AreaId\":1,\"LocationCode\":\"001-041-002\",\"LocationName\":\"001行041列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":41,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.777\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":123,\"AreaId\":1,\"LocationCode\":\"001-041-003\",\"LocationName\":\"001行041列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":41,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":124,\"AreaId\":1,\"LocationCode\":\"001-042-001\",\"LocationName\":\"001行042列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":42,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":125,\"AreaId\":1,\"LocationCode\":\"001-042-002\",\"LocationName\":\"001行042列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":42,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":126,\"AreaId\":1,\"LocationCode\":\"001-042-003\",\"LocationName\":\"001行042列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":42,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.783\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":127,\"AreaId\":1,\"LocationCode\":\"001-043-001\",\"LocationName\":\"001行043列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":43,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.783\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":128,\"AreaId\":1,\"LocationCode\":\"001-043-002\",\"LocationName\":\"001行043列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":43,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.787\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":129,\"AreaId\":1,\"LocationCode\":\"001-043-003\",\"LocationName\":\"001行043列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":43,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.79\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":130,\"AreaId\":1,\"LocationCode\":\"001-044-001\",\"LocationName\":\"001行044列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":44,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.793\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":131,\"AreaId\":1,\"LocationCode\":\"001-044-002\",\"LocationName\":\"001行044列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":44,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.793\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":132,\"AreaId\":1,\"LocationCode\":\"001-044-003\",\"LocationName\":\"001行044列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":44,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.793\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":133,\"AreaId\":1,\"LocationCode\":\"001-045-001\",\"LocationName\":\"001行045列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":45,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":134,\"AreaId\":1,\"LocationCode\":\"001-045-002\",\"LocationName\":\"001行045列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":45,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":135,\"AreaId\":1,\"LocationCode\":\"001-045-003\",\"LocationName\":\"001行045列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":45,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":136,\"AreaId\":1,\"LocationCode\":\"001-046-001\",\"LocationName\":\"001行046列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":46,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":137,\"AreaId\":1,\"LocationCode\":\"001-046-002\",\"LocationName\":\"001行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.8\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":138,\"AreaId\":1,\"LocationCode\":\"001-046-003\",\"LocationName\":\"001行046列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":46,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.8\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":140,\"AreaId\":2,\"LocationCode\":\"002-001-002\",\"LocationName\":\"002行001列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":1,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":141,\"AreaId\":2,\"LocationCode\":\"002-001-003\",\"LocationName\":\"002行001列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":1,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":142,\"AreaId\":2,\"LocationCode\":\"002-002-001\",\"LocationName\":\"002行002列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:23:39.26\"},{\"Id\":143,\"AreaId\":2,\"LocationCode\":\"002-002-002\",\"LocationName\":\"002行002列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":144,\"AreaId\":2,\"LocationCode\":\"002-002-003\",\"LocationName\":\"002行002列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":2,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":145,\"AreaId\":2,\"LocationCode\":\"002-003-001\",\"LocationName\":\"002行003列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":146,\"AreaId\":2,\"LocationCode\":\"002-003-002\",\"LocationName\":\"002行003列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":147,\"AreaId\":2,\"LocationCode\":\"002-003-003\",\"LocationName\":\"002行003列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":3,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":148,\"AreaId\":2,\"LocationCode\":\"002-004-001\",\"LocationName\":\"002行004列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":149,\"AreaId\":2,\"LocationCode\":\"002-004-002\",\"LocationName\":\"002行004列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":150,\"AreaId\":2,\"LocationCode\":\"002-004-003\",\"LocationName\":\"002行004列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":4,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":151,\"AreaId\":2,\"LocationCode\":\"002-005-001\",\"LocationName\":\"002行005列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":152,\"AreaId\":2,\"LocationCode\":\"002-005-002\",\"LocationName\":\"002行005列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.813\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":153,\"AreaId\":2,\"LocationCode\":\"002-005-003\",\"LocationName\":\"002行005列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":5,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.813\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":154,\"AreaId\":2,\"LocationCode\":\"002-006-001\",\"LocationName\":\"002行006列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.813\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":155,\"AreaId\":2,\"LocationCode\":\"002-006-002\",\"LocationName\":\"002行006列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":6,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":156,\"AreaId\":2,\"LocationCode\":\"002-006-003\",\"LocationName\":\"002行006列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":6,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":157,\"AreaId\":2,\"LocationCode\":\"002-007-001\",\"LocationName\":\"002行007列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":158,\"AreaId\":2,\"LocationCode\":\"002-007-002\",\"LocationName\":\"002行007列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":7,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":159,\"AreaId\":2,\"LocationCode\":\"002-007-003\",\"LocationName\":\"002行007列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":7,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":160,\"AreaId\":2,\"LocationCode\":\"002-008-001\",\"LocationName\":\"002行008列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":161,\"AreaId\":2,\"LocationCode\":\"002-008-002\",\"LocationName\":\"002行008列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":8,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":162,\"AreaId\":2,\"LocationCode\":\"002-008-003\",\"LocationName\":\"002行008列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":8,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":163,\"AreaId\":2,\"LocationCode\":\"002-009-001\",\"LocationName\":\"002行009列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.823\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":164,\"AreaId\":2,\"LocationCode\":\"002-009-002\",\"LocationName\":\"002行009列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":9,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.823\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":165,\"AreaId\":2,\"LocationCode\":\"002-009-003\",\"LocationName\":\"002行009列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":9,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.823\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":166,\"AreaId\":2,\"LocationCode\":\"002-010-001\",\"LocationName\":\"002行010列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":167,\"AreaId\":2,\"LocationCode\":\"002-010-002\",\"LocationName\":\"002行010列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":10,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":168,\"AreaId\":2,\"LocationCode\":\"002-010-003\",\"LocationName\":\"002行010列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":10,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":169,\"AreaId\":2,\"LocationCode\":\"002-011-001\",\"LocationName\":\"002行011列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":170,\"AreaId\":2,\"LocationCode\":\"002-011-002\",\"LocationName\":\"002行011列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":11,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":171,\"AreaId\":2,\"LocationCode\":\"002-011-003\",\"LocationName\":\"002行011列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":11,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.83\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":172,\"AreaId\":2,\"LocationCode\":\"002-012-001\",\"LocationName\":\"002行012列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.83\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":173,\"AreaId\":2,\"LocationCode\":\"002-012-002\",\"LocationName\":\"002行012列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":12,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.833\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":174,\"AreaId\":2,\"LocationCode\":\"002-012-003\",\"LocationName\":\"002行012列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":12,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.837\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":175,\"AreaId\":2,\"LocationCode\":\"002-013-001\",\"LocationName\":\"002行013列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.84\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":176,\"AreaId\":2,\"LocationCode\":\"002-013-002\",\"LocationName\":\"002行013列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":13,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.843\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":177,\"AreaId\":2,\"LocationCode\":\"002-013-003\",\"LocationName\":\"002行013列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":13,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.843\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":178,\"AreaId\":2,\"LocationCode\":\"002-014-001\",\"LocationName\":\"002行014列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.85\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":179,\"AreaId\":2,\"LocationCode\":\"002-014-002\",\"LocationName\":\"002行014列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":14,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.853\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":180,\"AreaId\":2,\"LocationCode\":\"002-014-003\",\"LocationName\":\"002行014列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":14,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.853\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":181,\"AreaId\":2,\"LocationCode\":\"002-015-001\",\"LocationName\":\"002行015列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":182,\"AreaId\":2,\"LocationCode\":\"002-015-002\",\"LocationName\":\"002行015列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":15,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":183,\"AreaId\":2,\"LocationCode\":\"002-015-003\",\"LocationName\":\"002行015列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":15,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":184,\"AreaId\":2,\"LocationCode\":\"002-016-001\",\"LocationName\":\"002行016列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":185,\"AreaId\":2,\"LocationCode\":\"002-016-002\",\"LocationName\":\"002行016列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":16,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":186,\"AreaId\":2,\"LocationCode\":\"002-016-003\",\"LocationName\":\"002行016列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":16,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.86\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":187,\"AreaId\":2,\"LocationCode\":\"002-017-001\",\"LocationName\":\"002行017列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.86\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":188,\"AreaId\":2,\"LocationCode\":\"002-017-002\",\"LocationName\":\"002行017列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":17,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.86\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":189,\"AreaId\":2,\"LocationCode\":\"002-017-003\",\"LocationName\":\"002行017列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":17,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":190,\"AreaId\":2,\"LocationCode\":\"002-018-001\",\"LocationName\":\"002行018列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":191,\"AreaId\":2,\"LocationCode\":\"002-018-002\",\"LocationName\":\"002行018列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":18,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":192,\"AreaId\":2,\"LocationCode\":\"002-018-003\",\"LocationName\":\"002行018列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":18,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":193,\"AreaId\":2,\"LocationCode\":\"002-019-001\",\"LocationName\":\"002行019列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":194,\"AreaId\":2,\"LocationCode\":\"002-019-002\",\"LocationName\":\"002行019列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":19,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":195,\"AreaId\":2,\"LocationCode\":\"002-019-003\",\"LocationName\":\"002行019列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":19,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":196,\"AreaId\":2,\"LocationCode\":\"002-020-001\",\"LocationName\":\"002行020列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":20,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.87\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":197,\"AreaId\":2,\"LocationCode\":\"002-020-002\",\"LocationName\":\"002行020列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":20,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.87\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":198,\"AreaId\":2,\"LocationCode\":\"002-020-003\",\"LocationName\":\"002行020列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":20,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.87\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":199,\"AreaId\":2,\"LocationCode\":\"002-021-001\",\"LocationName\":\"002行021列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":21,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.873\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":200,\"AreaId\":2,\"LocationCode\":\"002-021-002\",\"LocationName\":\"002行021列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":21,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.873\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":201,\"AreaId\":2,\"LocationCode\":\"002-021-003\",\"LocationName\":\"002行021列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":21,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":202,\"AreaId\":2,\"LocationCode\":\"002-022-001\",\"LocationName\":\"002行022列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":22,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":203,\"AreaId\":2,\"LocationCode\":\"002-022-002\",\"LocationName\":\"002行022列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":22,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":204,\"AreaId\":2,\"LocationCode\":\"002-022-003\",\"LocationName\":\"002行022列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":22,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":205,\"AreaId\":2,\"LocationCode\":\"002-023-001\",\"LocationName\":\"002行023列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":23,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":206,\"AreaId\":2,\"LocationCode\":\"002-023-002\",\"LocationName\":\"002行023列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":23,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":207,\"AreaId\":2,\"LocationCode\":\"002-023-003\",\"LocationName\":\"002行023列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":23,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":208,\"AreaId\":2,\"LocationCode\":\"002-024-001\",\"LocationName\":\"002行024列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":24,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":209,\"AreaId\":2,\"LocationCode\":\"002-024-002\",\"LocationName\":\"002行024列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":24,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":210,\"AreaId\":2,\"LocationCode\":\"002-024-003\",\"LocationName\":\"002行024列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":24,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":211,\"AreaId\":2,\"LocationCode\":\"002-025-001\",\"LocationName\":\"002行025列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":25,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":212,\"AreaId\":2,\"LocationCode\":\"002-025-002\",\"LocationName\":\"002行025列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":25,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":213,\"AreaId\":2,\"LocationCode\":\"002-025-003\",\"LocationName\":\"002行025列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":25,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":214,\"AreaId\":2,\"LocationCode\":\"002-026-001\",\"LocationName\":\"002行026列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":26,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":215,\"AreaId\":2,\"LocationCode\":\"002-026-002\",\"LocationName\":\"002行026列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":26,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":216,\"AreaId\":2,\"LocationCode\":\"002-026-003\",\"LocationName\":\"002行026列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":26,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":217,\"AreaId\":2,\"LocationCode\":\"002-027-001\",\"LocationName\":\"002行027列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":27,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":218,\"AreaId\":2,\"LocationCode\":\"002-027-002\",\"LocationName\":\"002行027列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":27,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":219,\"AreaId\":2,\"LocationCode\":\"002-027-003\",\"LocationName\":\"002行027列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":27,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":220,\"AreaId\":2,\"LocationCode\":\"002-028-001\",\"LocationName\":\"002行028列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":28,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":221,\"AreaId\":2,\"LocationCode\":\"002-028-002\",\"LocationName\":\"002行028列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":28,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":222,\"AreaId\":2,\"LocationCode\":\"002-028-003\",\"LocationName\":\"002行028列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":28,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":223,\"AreaId\":2,\"LocationCode\":\"002-029-001\",\"LocationName\":\"002行029列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":29,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":224,\"AreaId\":2,\"LocationCode\":\"002-029-002\",\"LocationName\":\"002行029列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":29,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":225,\"AreaId\":2,\"LocationCode\":\"002-029-003\",\"LocationName\":\"002行029列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":29,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":226,\"AreaId\":2,\"LocationCode\":\"002-030-001\",\"LocationName\":\"002行030列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":30,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":227,\"AreaId\":2,\"LocationCode\":\"002-030-002\",\"LocationName\":\"002行030列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":30,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":228,\"AreaId\":2,\"LocationCode\":\"002-030-003\",\"LocationName\":\"002行030列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":30,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":229,\"AreaId\":2,\"LocationCode\":\"002-031-001\",\"LocationName\":\"002行031列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":31,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":230,\"AreaId\":2,\"LocationCode\":\"002-031-002\",\"LocationName\":\"002行031列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":31,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":231,\"AreaId\":2,\"LocationCode\":\"002-031-003\",\"LocationName\":\"002行031列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":31,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":232,\"AreaId\":2,\"LocationCode\":\"002-032-001\",\"LocationName\":\"002行032列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":32,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.91\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":233,\"AreaId\":2,\"LocationCode\":\"002-032-002\",\"LocationName\":\"002行032列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":32,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.91\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":234,\"AreaId\":2,\"LocationCode\":\"002-032-003\",\"LocationName\":\"002行032列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":32,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.91\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":235,\"AreaId\":2,\"LocationCode\":\"002-033-001\",\"LocationName\":\"002行033列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":33,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":236,\"AreaId\":2,\"LocationCode\":\"002-033-002\",\"LocationName\":\"002行033列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":33,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":237,\"AreaId\":2,\"LocationCode\":\"002-033-003\",\"LocationName\":\"002行033列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":33,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":238,\"AreaId\":2,\"LocationCode\":\"002-034-001\",\"LocationName\":\"002行034列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":34,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":239,\"AreaId\":2,\"LocationCode\":\"002-034-002\",\"LocationName\":\"002行034列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":34,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":240,\"AreaId\":2,\"LocationCode\":\"002-034-003\",\"LocationName\":\"002行034列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":34,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":241,\"AreaId\":2,\"LocationCode\":\"002-035-001\",\"LocationName\":\"002行035列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":35,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":242,\"AreaId\":2,\"LocationCode\":\"002-035-002\",\"LocationName\":\"002行035列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":35,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.933\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":243,\"AreaId\":2,\"LocationCode\":\"002-035-003\",\"LocationName\":\"002行035列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":35,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.933\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":244,\"AreaId\":2,\"LocationCode\":\"002-036-001\",\"LocationName\":\"002行036列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":36,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.933\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":245,\"AreaId\":2,\"LocationCode\":\"002-036-002\",\"LocationName\":\"002行036列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":36,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":246,\"AreaId\":2,\"LocationCode\":\"002-036-003\",\"LocationName\":\"002行036列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":36,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":247,\"AreaId\":2,\"LocationCode\":\"002-037-001\",\"LocationName\":\"002行037列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":37,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":248,\"AreaId\":2,\"LocationCode\":\"002-037-002\",\"LocationName\":\"002行037列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":37,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":249,\"AreaId\":2,\"LocationCode\":\"002-037-003\",\"LocationName\":\"002行037列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":37,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":250,\"AreaId\":2,\"LocationCode\":\"002-038-001\",\"LocationName\":\"002行038列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":38,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":251,\"AreaId\":2,\"LocationCode\":\"002-038-002\",\"LocationName\":\"002行038列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":38,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":252,\"AreaId\":2,\"LocationCode\":\"002-038-003\",\"LocationName\":\"002行038列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":38,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":253,\"AreaId\":2,\"LocationCode\":\"002-039-001\",\"LocationName\":\"002行039列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":39,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":254,\"AreaId\":2,\"LocationCode\":\"002-039-002\",\"LocationName\":\"002行039列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":39,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":255,\"AreaId\":2,\"LocationCode\":\"002-039-003\",\"LocationName\":\"002行039列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":39,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":256,\"AreaId\":2,\"LocationCode\":\"002-040-001\",\"LocationName\":\"002行040列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":40,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":257,\"AreaId\":2,\"LocationCode\":\"002-040-002\",\"LocationName\":\"002行040列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":40,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":258,\"AreaId\":2,\"LocationCode\":\"002-040-003\",\"LocationName\":\"002行040列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":40,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":259,\"AreaId\":2,\"LocationCode\":\"002-041-001\",\"LocationName\":\"002行041列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":41,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":260,\"AreaId\":2,\"LocationCode\":\"002-041-002\",\"LocationName\":\"002行041列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":41,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":261,\"AreaId\":2,\"LocationCode\":\"002-041-003\",\"LocationName\":\"002行041列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":41,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":262,\"AreaId\":2,\"LocationCode\":\"002-042-001\",\"LocationName\":\"002行042列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":42,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":263,\"AreaId\":2,\"LocationCode\":\"002-042-002\",\"LocationName\":\"002行042列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":42,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":264,\"AreaId\":2,\"LocationCode\":\"002-042-003\",\"LocationName\":\"002行042列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":42,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":265,\"AreaId\":2,\"LocationCode\":\"002-043-001\",\"LocationName\":\"002行043列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":43,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":266,\"AreaId\":2,\"LocationCode\":\"002-043-002\",\"LocationName\":\"002行043列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":43,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":267,\"AreaId\":2,\"LocationCode\":\"002-043-003\",\"LocationName\":\"002行043列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":43,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":268,\"AreaId\":2,\"LocationCode\":\"002-044-001\",\"LocationName\":\"002行044列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":44,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":269,\"AreaId\":2,\"LocationCode\":\"002-044-002\",\"LocationName\":\"002行044列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":44,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":270,\"AreaId\":2,\"LocationCode\":\"002-044-003\",\"LocationName\":\"002行044列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":44,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":271,\"AreaId\":2,\"LocationCode\":\"002-045-001\",\"LocationName\":\"002行045列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":45,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":272,\"AreaId\":2,\"LocationCode\":\"002-045-002\",\"LocationName\":\"002行045列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":45,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":273,\"AreaId\":2,\"LocationCode\":\"002-045-003\",\"LocationName\":\"002行045列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":45,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":274,\"AreaId\":2,\"LocationCode\":\"002-046-001\",\"LocationName\":\"002行046列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":275,\"AreaId\":2,\"LocationCode\":\"002-046-002\",\"LocationName\":\"002行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":276,\"AreaId\":2,\"LocationCode\":\"002-046-003\",\"LocationName\":\"002行046列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2024/11/26 20:34:17|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:16 412","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetLocationCodes","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"840ms","ResponseTime":"2024-11-26 08:34:17 252","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":[\"001-001-003\",\"001-002-002\",\"001-002-003\",\"001-003-002\",\"001-003-003\",\"001-004-001\",\"001-004-002\",\"001-004-003\",\"001-005-001\",\"001-005-002\",\"001-005-003\",\"001-006-001\",\"001-006-002\",\"001-006-003\",\"001-007-001\",\"001-007-002\",\"001-007-003\",\"001-008-001\",\"001-008-002\",\"001-008-003\",\"001-009-001\",\"001-009-002\",\"001-009-003\",\"001-010-001\",\"001-010-002\",\"001-010-003\",\"001-011-001\",\"001-011-002\",\"001-011-003\",\"001-012-001\",\"001-012-002\",\"001-012-003\",\"001-013-001\",\"001-013-002\",\"001-013-003\",\"001-014-001\",\"001-014-002\",\"001-014-003\",\"001-015-001\",\"001-015-002\",\"001-015-003\",\"001-016-001\",\"001-016-002\",\"001-016-003\",\"001-017-001\",\"001-017-002\",\"001-017-003\",\"001-018-001\",\"001-018-002\",\"001-018-003\",\"001-019-001\",\"001-019-002\",\"001-019-003\",\"001-020-001\",\"001-020-002\",\"001-020-003\",\"001-021-001\",\"001-021-002\",\"001-021-003\",\"001-022-001\",\"001-022-002\",\"001-022-003\",\"001-023-001\",\"001-023-002\",\"001-023-003\",\"001-024-001\",\"001-024-002\",\"001-024-003\",\"001-025-001\",\"001-025-002\",\"001-025-003\",\"001-026-001\",\"001-026-002\",\"001-026-003\",\"001-027-001\",\"001-027-002\",\"001-027-003\",\"001-028-001\",\"001-028-002\",\"001-028-003\",\"001-029-001\",\"001-029-002\",\"001-029-003\",\"001-030-001\",\"001-030-002\",\"001-030-003\",\"001-031-001\",\"001-031-002\",\"001-031-003\",\"001-032-001\",\"001-032-002\",\"001-032-003\",\"001-033-001\",\"001-033-002\",\"001-033-003\",\"001-034-001\",\"001-034-002\",\"001-034-003\",\"001-035-001\",\"001-035-002\",\"001-035-003\",\"001-036-001\",\"001-036-002\",\"001-036-003\",\"001-037-001\",\"001-037-002\",\"001-037-003\",\"001-038-001\",\"001-038-002\",\"001-038-003\",\"001-039-001\",\"001-039-002\",\"001-039-003\",\"001-040-001\",\"001-040-002\",\"001-040-003\",\"001-041-001\",\"001-041-002\",\"001-041-003\",\"001-042-001\",\"001-042-002\",\"001-042-003\",\"001-043-001\",\"001-043-002\",\"001-043-003\",\"001-044-001\",\"001-044-002\",\"001-044-003\",\"001-045-001\",\"001-045-002\",\"001-045-003\",\"001-046-001\",\"001-046-002\",\"001-046-003\",\"002-001-002\",\"002-001-003\",\"002-002-001\",\"002-002-002\",\"002-002-003\",\"002-003-001\",\"002-003-002\",\"002-003-003\",\"002-004-001\",\"002-004-002\",\"002-004-003\",\"002-005-001\",\"002-005-002\",\"002-005-003\",\"002-006-001\",\"002-006-002\",\"002-006-003\",\"002-007-001\",\"002-007-002\",\"002-007-003\",\"002-008-001\",\"002-008-002\",\"002-008-003\",\"002-009-001\",\"002-009-002\",\"002-009-003\",\"002-010-001\",\"002-010-002\",\"002-010-003\",\"002-011-001\",\"002-011-002\",\"002-011-003\",\"002-012-001\",\"002-012-002\",\"002-012-003\",\"002-013-001\",\"002-013-002\",\"002-013-003\",\"002-014-001\",\"002-014-002\",\"002-014-003\",\"002-015-001\",\"002-015-002\",\"002-015-003\",\"002-016-001\",\"002-016-002\",\"002-016-003\",\"002-017-001\",\"002-017-002\",\"002-017-003\",\"002-018-001\",\"002-018-002\",\"002-018-003\",\"002-019-001\",\"002-019-002\",\"002-019-003\",\"002-020-001\",\"002-020-002\",\"002-020-003\",\"002-021-001\",\"002-021-002\",\"002-021-003\",\"002-022-001\",\"002-022-002\",\"002-022-003\",\"002-023-001\",\"002-023-002\",\"002-023-003\",\"002-024-001\",\"002-024-002\",\"002-024-003\",\"002-025-001\",\"002-025-002\",\"002-025-003\",\"002-026-001\",\"002-026-002\",\"002-026-003\",\"002-027-001\",\"002-027-002\",\"002-027-003\",\"002-028-001\",\"002-028-002\",\"002-028-003\",\"002-029-001\",\"002-029-002\",\"002-029-003\",\"002-030-001\",\"002-030-002\",\"002-030-003\",\"002-031-001\",\"002-031-002\",\"002-031-003\",\"002-032-001\",\"002-032-002\",\"002-032-003\",\"002-033-001\",\"002-033-002\",\"002-033-003\",\"002-034-001\",\"002-034-002\",\"002-034-003\",\"002-035-001\",\"002-035-002\",\"002-035-003\",\"002-036-001\",\"002-036-002\",\"002-036-003\",\"002-037-001\",\"002-037-002\",\"002-037-003\",\"002-038-001\",\"002-038-002\",\"002-038-003\",\"002-039-001\",\"002-039-002\",\"002-039-003\",\"002-040-001\",\"002-040-002\",\"002-040-003\",\"002-041-001\",\"002-041-002\",\"002-041-003\",\"002-042-001\",\"002-042-002\",\"002-042-003\",\"002-043-001\",\"002-043-002\",\"002-043-003\",\"002-044-001\",\"002-044-002\",\"002-044-003\",\"002-045-001\",\"002-045-002\",\"002-045-003\",\"002-046-001\",\"002-046-002\",\"002-046-003\"],\"DevMessage\":null}"}
--------------------------------
2024/11/26 20:34:17|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:17 324","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"2ms","ResponseTime":"2024-11-26 08:34:17 326","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:34:17|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:17 324","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 08:34:17 327","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:34:19|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:19 400","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"1\"}]","ResponseIntervalTime":"45ms","ResponseTime":"2024-11-26 08:34:19 445","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":5,\"AreaId\":2,\"MaterielCode\":\"1\",\"MaterielName\":\"1\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T17:23:20.983\",\"Modifier\":null,\"ModifyDate\":null},\"DevMessage\":null}"}
--------------------------------
2024/11/26 20:34:19|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:19 525","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"4ms","ResponseTime":"2024-11-26 08:34:19 529","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:34:19|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:19 525","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"4ms","ResponseTime":"2024-11-26 08:34:19 530","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:34:30|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:30 713","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"2\"}]","ResponseIntervalTime":"1ms","ResponseTime":"2024-11-26 08:34:30 714","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":4,\"AreaId\":1,\"MaterielCode\":\"2\",\"MaterielName\":\"2\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T08:54:11.873\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T16:47:30.67\"},\"DevMessage\":null}"}
--------------------------------
2024/11/26 20:34:30|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:30 810","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"2ms","ResponseTime":"2024-11-26 08:34:30 812","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:34:30|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:30 810","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 08:34:30 813","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:34:37|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:37 090","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"3\"}]","ResponseIntervalTime":"1ms","ResponseTime":"2024-11-26 08:34:37 092","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":6,\"AreaId\":3,\"MaterielCode\":\"3\",\"MaterielName\":\"3\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"3\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T21:00:45.617\",\"Modifier\":null,\"ModifyDate\":null},\"DevMessage\":null}"}
--------------------------------
2024/11/26 20:34:37|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:37 265","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"4ms","ResponseTime":"2024-11-26 08:34:37 269","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:34:37|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:37 265","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"5ms","ResponseTime":"2024-11-26 08:34:37 270","ResponseJsonData":"{\"Total\":10,\"Rows\":[{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 20:34:58|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:57 764","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"351ms","ResponseTime":"2024-11-26 08:34:58 115","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 20:34:58|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:57 764","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"684ms","ResponseTime":"2024-11-26 08:34:58 448","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 20:34:58|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:57 759","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_MaterielInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"987ms","ResponseTime":"2024-11-26 08:34:58 747","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 20:34:59|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:59 240","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryFirst","RequestParamsName":"【携带的参数有】:x => value(WIDESEA_BasicService.MaterielInfoService+<>c__DisplayClass7_0).materielCodes.Contains(x.MaterielCode)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"9ms","ResponseTime":"2024-11-26 08:34:59 249","ResponseJsonData":"{\"Id\":4,\"AreaId\":1,\"MaterielCode\":\"2\",\"MaterielName\":\"2\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T08:54:11.873\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T16:47:30.67\"}"}
--------------------------------
2024/11/26 20:34:59|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:58 749","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:ExsitMateriels","RequestParamsName":"【携带的参数有】:System.Collections.Generic.List`1[System.String]","RequestParamsData":"[[\"1\",\"2\",\"3\"]]","ResponseIntervalTime":"501ms","ResponseTime":"2024-11-26 08:34:59 250","ResponseJsonData":"true"}
--------------------------------
2024/11/26 20:34:59|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:59 849","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryFirst","RequestParamsName":"【携带的参数有】:x => ((x.UpperOrderNo == value(WIDESEA_InboundService.InboundOrderService+<>c__DisplayClass13_0).inboundOrderAddDTO.UpperOrderNo) AndAlso Not(IsNullOrEmpty(x.UpperOrderNo)))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Operand.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"9ms","ResponseTime":"2024-11-26 08:34:59 859","ResponseJsonData":"null"}
--------------------------------
2024/11/26 20:35:00|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:34:59 866","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"308ms","ResponseTime":"2024-11-26 08:35:00 174","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 20:35:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 08:35:07 657","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"120ms","ResponseTime":"2024-11-26 08:35:07 777","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:00:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:00:32 847","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetLocationCodes","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"821ms","ResponseTime":"2024-11-26 09:00:33 669","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":[\"001-001-003\",\"001-002-003\",\"001-003-002\",\"001-003-003\",\"001-004-001\",\"001-004-002\",\"001-004-003\",\"001-005-001\",\"001-005-002\",\"001-005-003\",\"001-006-001\",\"001-006-002\",\"001-006-003\",\"001-007-001\",\"001-007-002\",\"001-007-003\",\"001-008-001\",\"001-008-002\",\"001-008-003\",\"001-009-001\",\"001-009-002\",\"001-009-003\",\"001-010-001\",\"001-010-002\",\"001-010-003\",\"001-011-001\",\"001-011-002\",\"001-011-003\",\"001-012-001\",\"001-012-002\",\"001-012-003\",\"001-013-001\",\"001-013-002\",\"001-013-003\",\"001-014-001\",\"001-014-002\",\"001-014-003\",\"001-015-001\",\"001-015-002\",\"001-015-003\",\"001-016-001\",\"001-016-002\",\"001-016-003\",\"001-017-001\",\"001-017-002\",\"001-017-003\",\"001-018-001\",\"001-018-002\",\"001-018-003\",\"001-019-001\",\"001-019-002\",\"001-019-003\",\"001-020-001\",\"001-020-002\",\"001-020-003\",\"001-021-001\",\"001-021-002\",\"001-021-003\",\"001-022-001\",\"001-022-002\",\"001-022-003\",\"001-023-001\",\"001-023-002\",\"001-023-003\",\"001-024-001\",\"001-024-002\",\"001-024-003\",\"001-025-001\",\"001-025-002\",\"001-025-003\",\"001-026-001\",\"001-026-002\",\"001-026-003\",\"001-027-001\",\"001-027-002\",\"001-027-003\",\"001-028-001\",\"001-028-002\",\"001-028-003\",\"001-029-001\",\"001-029-002\",\"001-029-003\",\"001-030-001\",\"001-030-002\",\"001-030-003\",\"001-031-001\",\"001-031-002\",\"001-031-003\",\"001-032-001\",\"001-032-002\",\"001-032-003\",\"001-033-001\",\"001-033-002\",\"001-033-003\",\"001-034-001\",\"001-034-002\",\"001-034-003\",\"001-035-001\",\"001-035-002\",\"001-035-003\",\"001-036-001\",\"001-036-002\",\"001-036-003\",\"001-037-001\",\"001-037-002\",\"001-037-003\",\"001-038-001\",\"001-038-002\",\"001-038-003\",\"001-039-001\",\"001-039-002\",\"001-039-003\",\"001-040-001\",\"001-040-002\",\"001-040-003\",\"001-041-001\",\"001-041-002\",\"001-041-003\",\"001-042-001\",\"001-042-002\",\"001-042-003\",\"001-043-001\",\"001-043-002\",\"001-043-003\",\"001-044-001\",\"001-044-002\",\"001-044-003\",\"001-045-001\",\"001-045-002\",\"001-045-003\",\"001-046-001\",\"001-046-002\",\"001-046-003\",\"002-001-002\",\"002-001-003\",\"002-002-001\",\"002-002-002\",\"002-002-003\",\"002-003-001\",\"002-003-002\",\"002-003-003\",\"002-004-001\",\"002-004-002\",\"002-004-003\",\"002-005-001\",\"002-005-002\",\"002-005-003\",\"002-006-001\",\"002-006-002\",\"002-006-003\",\"002-007-001\",\"002-007-002\",\"002-007-003\",\"002-008-001\",\"002-008-002\",\"002-008-003\",\"002-009-001\",\"002-009-002\",\"002-009-003\",\"002-010-001\",\"002-010-002\",\"002-010-003\",\"002-011-001\",\"002-011-002\",\"002-011-003\",\"002-012-001\",\"002-012-002\",\"002-012-003\",\"002-013-001\",\"002-013-002\",\"002-013-003\",\"002-014-001\",\"002-014-002\",\"002-014-003\",\"002-015-001\",\"002-015-002\",\"002-015-003\",\"002-016-001\",\"002-016-002\",\"002-016-003\",\"002-017-001\",\"002-017-002\",\"002-017-003\",\"002-018-001\",\"002-018-002\",\"002-018-003\",\"002-019-001\",\"002-019-002\",\"002-019-003\",\"002-020-001\",\"002-020-002\",\"002-020-003\",\"002-021-001\",\"002-021-002\",\"002-021-003\",\"002-022-001\",\"002-022-002\",\"002-022-003\",\"002-023-001\",\"002-023-002\",\"002-023-003\",\"002-024-001\",\"002-024-002\",\"002-024-003\",\"002-025-001\",\"002-025-002\",\"002-025-003\",\"002-026-001\",\"002-026-002\",\"002-026-003\",\"002-027-001\",\"002-027-002\",\"002-027-003\",\"002-028-001\",\"002-028-002\",\"002-028-003\",\"002-029-001\",\"002-029-002\",\"002-029-003\",\"002-030-001\",\"002-030-002\",\"002-030-003\",\"002-031-001\",\"002-031-002\",\"002-031-003\",\"002-032-001\",\"002-032-002\",\"002-032-003\",\"002-033-001\",\"002-033-002\",\"002-033-003\",\"002-034-001\",\"002-034-002\",\"002-034-003\",\"002-035-001\",\"002-035-002\",\"002-035-003\",\"002-036-001\",\"002-036-002\",\"002-036-003\",\"002-037-001\",\"002-037-002\",\"002-037-003\",\"002-038-001\",\"002-038-002\",\"002-038-003\",\"002-039-001\",\"002-039-002\",\"002-039-003\",\"002-040-001\",\"002-040-002\",\"002-040-003\",\"002-041-001\",\"002-041-002\",\"002-041-003\",\"002-042-001\",\"002-042-002\",\"002-042-003\",\"002-043-001\",\"002-043-002\",\"002-043-003\",\"002-044-001\",\"002-044-002\",\"002-044-003\",\"002-045-001\",\"002-045-002\",\"002-045-003\",\"002-046-001\",\"002-046-002\",\"002-046-003\"],\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:00:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:00:33 746","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"6ms","ResponseTime":"2024-11-26 09:00:33 753","ResponseJsonData":"{\"Total\":12,\"Rows\":[{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:00:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:00:33 746","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"7ms","ResponseTime":"2024-11-26 09:00:33 754","ResponseJsonData":"{\"Total\":12,\"Rows\":[{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:00:38|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:00:38 812","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"1\"}]","ResponseIntervalTime":"59ms","ResponseTime":"2024-11-26 09:00:38 871","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":5,\"AreaId\":2,\"MaterielCode\":\"1\",\"MaterielName\":\"1\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T17:23:20.983\",\"Modifier\":null,\"ModifyDate\":null},\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:00:38|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:00:38 957","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"7ms","ResponseTime":"2024-11-26 09:00:38 964","ResponseJsonData":"{\"Total\":12,\"Rows\":[{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:00:38|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:00:38 957","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"11ms","ResponseTime":"2024-11-26 09:00:38 968","ResponseJsonData":"{\"Total\":12,\"Rows\":[{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:00:55|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:00:55 690","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"2\"}]","ResponseIntervalTime":"18ms","ResponseTime":"2024-11-26 09:00:55 708","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":4,\"AreaId\":1,\"MaterielCode\":\"2\",\"MaterielName\":\"2\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T08:54:11.873\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T16:47:30.67\"},\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:00:55|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:00:55 878","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"10ms","ResponseTime":"2024-11-26 09:00:55 888","ResponseJsonData":"{\"Total\":12,\"Rows\":[{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:00:55|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:00:55 878","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"12ms","ResponseTime":"2024-11-26 09:00:55 890","ResponseJsonData":"{\"Total\":12,\"Rows\":[{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:01:05|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:01:04 849","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"332ms","ResponseTime":"2024-11-26 09:01:05 182","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:01:05|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:01:04 848","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"616ms","ResponseTime":"2024-11-26 09:01:05 465","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:01:05|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:01:04 844","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_MaterielInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"960ms","ResponseTime":"2024-11-26 09:01:05 805","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:01:06|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:01:06 338","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryFirst","RequestParamsName":"【携带的参数有】:x => value(WIDESEA_BasicService.MaterielInfoService+<>c__DisplayClass7_0).materielCodes.Contains(x.MaterielCode)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"9ms","ResponseTime":"2024-11-26 09:01:06 347","ResponseJsonData":"{\"Id\":4,\"AreaId\":1,\"MaterielCode\":\"2\",\"MaterielName\":\"2\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T08:54:11.873\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T16:47:30.67\"}"}
--------------------------------
2024/11/26 21:01:06|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:01:05 807","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:ExsitMateriels","RequestParamsName":"【携带的参数有】:System.Collections.Generic.List`1[System.String]","RequestParamsData":"[[\"1\",\"2\"]]","ResponseIntervalTime":"541ms","ResponseTime":"2024-11-26 09:01:06 348","ResponseJsonData":"true"}
--------------------------------
2024/11/26 21:01:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:01:07 000","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryFirst","RequestParamsName":"【携带的参数有】:x => ((x.UpperOrderNo == value(WIDESEA_InboundService.InboundOrderService+<>c__DisplayClass13_0).inboundOrderAddDTO.UpperOrderNo) AndAlso Not(IsNullOrEmpty(x.UpperOrderNo)))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Operand.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"10ms","ResponseTime":"2024-11-26 09:01:07 011","ResponseJsonData":"null"}
--------------------------------
2024/11/26 21:01:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:01:07 040","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"271ms","ResponseTime":"2024-11-26 09:01:07 311","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:01:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:01:07 327","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"271ms","ResponseTime":"2024-11-26 09:01:07 598","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:01:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:01:07 326","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"504ms","ResponseTime":"2024-11-26 09:01:07 831","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:01:08|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:01:07 325","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"784ms","ResponseTime":"2024-11-26 09:01:08 109","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:01:08|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:01:08 565","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => value(WIDESEA_BasicService.LocationInfoService+<>c__DisplayClass16_0).locationCodes.Contains(x.LocationCode)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"5ms","ResponseTime":"2024-11-26 09:01:08 570","ResponseJsonData":"[{\"Id\":274,\"AreaId\":2,\"LocationCode\":\"002-046-001\",\"LocationName\":\"002行046列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":98,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-26T20:58:39.677\"}]"}
--------------------------------
2024/11/26 21:01:08|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:01:08 110","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:UpdateStatus","RequestParamsName":"【携带的参数有】:System.Collections.Generic.List`1[System.String], 98","RequestParamsData":"[[\"002-046-001\",\"002-046-001\"],98]","ResponseIntervalTime":"529ms","ResponseTime":"2024-11-26 09:01:08 640","ResponseJsonData":"{\"Status\":false,\"Code\":0,\"Message\":\"货位绑定柜号过多\",\"Data\":null,\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:01:08|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:01:08 711","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"230ms","ResponseTime":"2024-11-26 09:01:08 942","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:01:08|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:01:04 836","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:AddData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":{\"orderNo\":\"11\",\"orderStatus\":\"\",\"createType\":\"\",\"orderType\":\"100\",\"upperOrderNo\":\"\",\"remark\":\"\",\"id\":\"\"},\"DetailData\":[{\"materielCode\":\"1\",\"materielName\":\"1\",\"batchNo\":\"12\",\"orderQuantity\":\"11\",\"locationCode\":\"002-046-001\",\"elementIndex\":0},{\"materielCode\":\"2\",\"materielName\":\"2\",\"batchNo\":\"13\",\"orderQuantity\":\"11\",\"locationCode\":\"002-046-001\",\"elementIndex\":1}],\"DelKeys\":null,\"Extra\":null}]","ResponseIntervalTime":"111ms","ResponseTime":"2024-11-26 09:01:08 948","ResponseJsonData":"{\"Status\":false,\"Code\":0,\"Message\":\"货位绑定柜号过多\",\"Data\":null,\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:02:04|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:03 848","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"269ms","ResponseTime":"2024-11-26 09:02:04 117","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:04|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:03 848","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"521ms","ResponseTime":"2024-11-26 09:02:04 369","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:04|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:03 848","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_MaterielInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"848ms","ResponseTime":"2024-11-26 09:02:04 697","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:05|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:05 196","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryFirst","RequestParamsName":"【携带的参数有】:x => value(WIDESEA_BasicService.MaterielInfoService+<>c__DisplayClass7_0).materielCodes.Contains(x.MaterielCode)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 09:02:05 199","ResponseJsonData":"{\"Id\":4,\"AreaId\":1,\"MaterielCode\":\"2\",\"MaterielName\":\"2\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T08:54:11.873\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T16:47:30.67\"}"}
--------------------------------
2024/11/26 21:02:05|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:04 698","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:ExsitMateriels","RequestParamsName":"【携带的参数有】:System.Collections.Generic.List`1[System.String]","RequestParamsData":"[[\"1\",\"2\"]]","ResponseIntervalTime":"501ms","ResponseTime":"2024-11-26 09:02:05 200","ResponseJsonData":"true"}
--------------------------------
2024/11/26 21:02:05|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:05 803","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryFirst","RequestParamsName":"【携带的参数有】:x => ((x.UpperOrderNo == value(WIDESEA_InboundService.InboundOrderService+<>c__DisplayClass13_0).inboundOrderAddDTO.UpperOrderNo) AndAlso Not(IsNullOrEmpty(x.UpperOrderNo)))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Operand.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 09:02:05 806","ResponseJsonData":"null"}
--------------------------------
2024/11/26 21:02:06|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:05 808","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"276ms","ResponseTime":"2024-11-26 09:02:06 084","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:06|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:06 085","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"279ms","ResponseTime":"2024-11-26 09:02:06 365","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:06|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:06 085","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"535ms","ResponseTime":"2024-11-26 09:02:06 621","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:06|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:06 085","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"865ms","ResponseTime":"2024-11-26 09:02:06 951","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:07 460","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => value(WIDESEA_BasicService.LocationInfoService+<>c__DisplayClass16_0).locationCodes.Contains(x.LocationCode)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"4ms","ResponseTime":"2024-11-26 09:02:07 464","ResponseJsonData":"[{\"Id\":274,\"AreaId\":2,\"LocationCode\":\"002-046-001\",\"LocationName\":\"002行046列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":98,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-26T20:58:39.677\"}]"}
--------------------------------
2024/11/26 21:02:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:06 952","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:UpdateStatus","RequestParamsName":"【携带的参数有】:System.Collections.Generic.List`1[System.String], 98","RequestParamsData":"[[\"002-046-001\",\"002-046-001\"],98]","ResponseIntervalTime":"584ms","ResponseTime":"2024-11-26 09:02:07 536","ResponseJsonData":"{\"Status\":false,\"Code\":0,\"Message\":\"货位绑定柜号过多\",\"Data\":null,\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:02:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:07 599","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"236ms","ResponseTime":"2024-11-26 09:02:07 836","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:07|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:03 848","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:AddData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":{\"orderNo\":\"11\",\"orderStatus\":\"\",\"createType\":\"\",\"orderType\":\"100\",\"upperOrderNo\":\"\",\"remark\":\"\",\"id\":\"\"},\"DetailData\":[{\"materielCode\":\"1\",\"materielName\":\"1\",\"batchNo\":\"12\",\"orderQuantity\":\"11\",\"locationCode\":\"002-046-001\",\"elementIndex\":0},{\"materielCode\":\"2\",\"materielName\":\"2\",\"batchNo\":\"13\",\"orderQuantity\":\"11\",\"locationCode\":\"002-046-001\",\"elementIndex\":1}],\"DelKeys\":null,\"Extra\":null}]","ResponseIntervalTime":"989ms","ResponseTime":"2024-11-26 09:02:07 837","ResponseJsonData":"{\"Status\":false,\"Code\":0,\"Message\":\"货位绑定柜号过多\",\"Data\":null,\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:02:17|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:17 629","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"293ms","ResponseTime":"2024-11-26 09:02:17 922","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:18|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:17 629","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"556ms","ResponseTime":"2024-11-26 09:02:18 185","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:18|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:17 629","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_MaterielInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"893ms","ResponseTime":"2024-11-26 09:02:18 523","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:19|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:19 029","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryFirst","RequestParamsName":"【携带的参数有】:x => value(WIDESEA_BasicService.MaterielInfoService+<>c__DisplayClass7_0).materielCodes.Contains(x.MaterielCode)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 09:02:19 033","ResponseJsonData":"{\"Id\":4,\"AreaId\":1,\"MaterielCode\":\"2\",\"MaterielName\":\"2\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T08:54:11.873\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T16:47:30.67\"}"}
--------------------------------
2024/11/26 21:02:19|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:18 523","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:ExsitMateriels","RequestParamsName":"【携带的参数有】:System.Collections.Generic.List`1[System.String]","RequestParamsData":"[[\"1\",\"2\"]]","ResponseIntervalTime":"510ms","ResponseTime":"2024-11-26 09:02:19 034","ResponseJsonData":"true"}
--------------------------------
2024/11/26 21:02:19|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:19 667","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryFirst","RequestParamsName":"【携带的参数有】:x => ((x.UpperOrderNo == value(WIDESEA_InboundService.InboundOrderService+<>c__DisplayClass13_0).inboundOrderAddDTO.UpperOrderNo) AndAlso Not(IsNullOrEmpty(x.UpperOrderNo)))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Operand.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 09:02:19 671","ResponseJsonData":"null"}
--------------------------------
2024/11/26 21:02:19|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:19 672","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"230ms","ResponseTime":"2024-11-26 09:02:19 902","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:20|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:19 903","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"257ms","ResponseTime":"2024-11-26 09:02:20 160","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:20|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:19 903","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"505ms","ResponseTime":"2024-11-26 09:02:20 409","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:20|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:19 903","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"814ms","ResponseTime":"2024-11-26 09:02:20 718","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:21|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:21 222","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => value(WIDESEA_BasicService.LocationInfoService+<>c__DisplayClass16_0).locationCodes.Contains(x.LocationCode)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"4ms","ResponseTime":"2024-11-26 09:02:21 226","ResponseJsonData":"[{\"Id\":274,\"AreaId\":2,\"LocationCode\":\"002-046-001\",\"LocationName\":\"002行046列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":98,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-26T20:58:39.677\"}]"}
--------------------------------
2024/11/26 21:02:21|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:20 719","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:UpdateStatus","RequestParamsName":"【携带的参数有】:System.Collections.Generic.List`1[System.String], 98","RequestParamsData":"[[\"002-046-001\",\"002-046-001\"],98]","ResponseIntervalTime":"590ms","ResponseTime":"2024-11-26 09:02:21 310","ResponseJsonData":"{\"Status\":false,\"Code\":0,\"Message\":\"货位绑定柜号过多\",\"Data\":null,\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:02:21|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:21 385","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"278ms","ResponseTime":"2024-11-26 09:02:21 663","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:21|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:17 629","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:AddData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":{\"orderNo\":\"11\",\"orderStatus\":\"\",\"createType\":\"\",\"orderType\":\"100\",\"upperOrderNo\":\"\",\"remark\":\"\",\"id\":\"\"},\"DetailData\":[{\"materielCode\":\"1\",\"materielName\":\"1\",\"batchNo\":\"12\",\"orderQuantity\":\"11\",\"locationCode\":\"002-046-001\",\"elementIndex\":0},{\"materielCode\":\"2\",\"materielName\":\"2\",\"batchNo\":\"13\",\"orderQuantity\":\"11\",\"locationCode\":\"002-046-001\",\"elementIndex\":1}],\"DelKeys\":null,\"Extra\":null}]","ResponseIntervalTime":"36ms","ResponseTime":"2024-11-26 09:02:21 665","ResponseJsonData":"{\"Status\":false,\"Code\":0,\"Message\":\"货位绑定柜号过多\",\"Data\":null,\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:02:43|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:43 873","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"3\"}]","ResponseIntervalTime":"47ms","ResponseTime":"2024-11-26 09:02:43 920","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":6,\"AreaId\":3,\"MaterielCode\":\"3\",\"MaterielName\":\"3\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"3\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T21:00:45.617\",\"Modifier\":null,\"ModifyDate\":null},\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:02:44|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:44 044","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"10ms","ResponseTime":"2024-11-26 09:02:44 055","ResponseJsonData":"{\"Total\":12,\"Rows\":[{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:02:44|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:44 044","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"11ms","ResponseTime":"2024-11-26 09:02:44 056","ResponseJsonData":"{\"Total\":12,\"Rows\":[{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:02:54|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:53 746","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"258ms","ResponseTime":"2024-11-26 09:02:54 005","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:54|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:53 746","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"495ms","ResponseTime":"2024-11-26 09:02:54 242","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:54|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:53 746","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_MaterielInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"780ms","ResponseTime":"2024-11-26 09:02:54 526","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:55|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:55 009","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryFirst","RequestParamsName":"【携带的参数有】:x => value(WIDESEA_BasicService.MaterielInfoService+<>c__DisplayClass7_0).materielCodes.Contains(x.MaterielCode)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"2ms","ResponseTime":"2024-11-26 09:02:55 012","ResponseJsonData":"{\"Id\":4,\"AreaId\":1,\"MaterielCode\":\"2\",\"MaterielName\":\"2\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T08:54:11.873\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T16:47:30.67\"}"}
--------------------------------
2024/11/26 21:02:55|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:54 527","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:ExsitMateriels","RequestParamsName":"【携带的参数有】:System.Collections.Generic.List`1[System.String]","RequestParamsData":"[[\"1\",\"2\",\"3\"]]","ResponseIntervalTime":"486ms","ResponseTime":"2024-11-26 09:02:55 014","ResponseJsonData":"true"}
--------------------------------
2024/11/26 21:02:55|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:55 723","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryFirst","RequestParamsName":"【携带的参数有】:x => ((x.UpperOrderNo == value(WIDESEA_InboundService.InboundOrderService+<>c__DisplayClass13_0).inboundOrderAddDTO.UpperOrderNo) AndAlso Not(IsNullOrEmpty(x.UpperOrderNo)))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Operand.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 09:02:55 726","ResponseJsonData":"null"}
--------------------------------
2024/11/26 21:02:55|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:55 727","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"234ms","ResponseTime":"2024-11-26 09:02:55 961","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:56|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:55 963","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"226ms","ResponseTime":"2024-11-26 09:02:56 190","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:56|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:55 963","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"630ms","ResponseTime":"2024-11-26 09:02:56 593","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:56|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:55 963","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"940ms","ResponseTime":"2024-11-26 09:02:56 903","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:57|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:57 459","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => value(WIDESEA_BasicService.LocationInfoService+<>c__DisplayClass16_0).locationCodes.Contains(x.LocationCode)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 09:02:57 462","ResponseJsonData":"[{\"Id\":275,\"AreaId\":2,\"LocationCode\":\"002-046-002\",\"LocationName\":\"002行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2024/11/26 21:02:57|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:56 917","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:UpdateStatus","RequestParamsName":"【携带的参数有】:System.Collections.Generic.List`1[System.String], 98","RequestParamsData":"[[\"002-046-002\",\"002-046-002\",\"002-046-002\"],98]","ResponseIntervalTime":"613ms","ResponseTime":"2024-11-26 09:02:57 530","ResponseJsonData":"{\"Status\":false,\"Code\":0,\"Message\":\"货位绑定柜号过多\",\"Data\":null,\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:02:57|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:57 593","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"225ms","ResponseTime":"2024-11-26 09:02:57 818","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:02:57|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:02:53 746","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:AddData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":{\"orderNo\":\"11\",\"orderStatus\":\"\",\"createType\":\"\",\"orderType\":\"100\",\"upperOrderNo\":\"\",\"remark\":\"\",\"id\":\"\"},\"DetailData\":[{\"materielCode\":\"1\",\"materielName\":\"1\",\"batchNo\":\"12\",\"orderQuantity\":\"11\",\"locationCode\":\"002-046-002\",\"elementIndex\":0},{\"materielCode\":\"2\",\"materielName\":\"2\",\"batchNo\":\"13\",\"orderQuantity\":\"11\",\"locationCode\":\"002-046-002\",\"elementIndex\":1},{\"materielCode\":\"3\",\"materielName\":\"3\",\"batchNo\":\"14\",\"orderQuantity\":\"11\",\"locationCode\":\"002-046-002\",\"elementIndex\":2}],\"DelKeys\":null,\"Extra\":null}]","ResponseIntervalTime":"73ms","ResponseTime":"2024-11-26 09:02:57 819","ResponseJsonData":"{\"Status\":false,\"Code\":0,\"Message\":\"货位绑定柜号过多\",\"Data\":null,\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:04:30|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:04:30 114","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:(locationCode like '%002-046-002%'), 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"(locationCode like '%002-046-002%')\",1,30,{\"locationCode\":1}]","ResponseIntervalTime":"624ms","ResponseTime":"2024-11-26 09:04:30 738","ResponseJsonData":"{\"Total\":1,\"Rows\":[{\"Id\":275,\"AreaId\":2,\"LocationCode\":\"002-046-002\",\"LocationName\":\"002行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:04:30|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:04:30 084","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"locationCode\",\"Order\":\"desc\",\"Wheres\":\"[{\\\"name\\\":\\\"locationCode\\\",\\\"value\\\":\\\"002-046-002\\\",\\\"displayType\\\":\\\"like\\\"}]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"657ms","ResponseTime":"2024-11-26 09:04:30 742","ResponseJsonData":"{\"Total\":1,\"Rows\":[{\"Id\":275,\"AreaId\":2,\"LocationCode\":\"002-046-002\",\"LocationName\":\"002行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:04:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:04:32 956","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:(locationCode like '%002-046-002%'), 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"(locationCode like '%002-046-002%')\",1,30,{\"locationCode\":1}]","ResponseIntervalTime":"7ms","ResponseTime":"2024-11-26 09:04:32 963","ResponseJsonData":"{\"Total\":1,\"Rows\":[{\"Id\":275,\"AreaId\":2,\"LocationCode\":\"002-046-002\",\"LocationName\":\"002行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:04:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:04:32 956","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"locationCode\",\"Order\":\"desc\",\"Wheres\":\"[{\\\"name\\\":\\\"locationCode\\\",\\\"value\\\":\\\"002-046-002\\\",\\\"displayType\\\":\\\"like\\\"}]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"8ms","ResponseTime":"2024-11-26 09:04:32 964","ResponseJsonData":"{\"Total\":1,\"Rows\":[{\"Id\":275,\"AreaId\":2,\"LocationCode\":\"002-046-002\",\"LocationName\":\"002行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:04:36|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:04:36 275","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.EnableStatus == Convert(Normal, Object).ObjToInt())","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"110ms","ResponseTime":"2024-11-26 09:04:36 386","ResponseJsonData":"[{\"Id\":3,\"AreaId\":1,\"LocationCode\":\"001-001-003\",\"LocationName\":\"001行001列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":1,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":98,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.687\",\"Modifier\":\"Test1\",\"ModifyDate\":\"2024-11-21T09:14:14.83\"},{\"Id\":6,\"AreaId\":1,\"LocationCode\":\"001-002-003\",\"LocationName\":\"001行002列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":2,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.687\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":8,\"AreaId\":1,\"LocationCode\":\"001-003-002\",\"LocationName\":\"001行003列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":9,\"AreaId\":1,\"LocationCode\":\"001-003-003\",\"LocationName\":\"001行003列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":3,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":10,\"AreaId\":1,\"LocationCode\":\"001-004-001\",\"LocationName\":\"001行004列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11,\"AreaId\":1,\"LocationCode\":\"001-004-002\",\"LocationName\":\"001行004列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12,\"AreaId\":1,\"LocationCode\":\"001-004-003\",\"LocationName\":\"001行004列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":4,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13,\"AreaId\":1,\"LocationCode\":\"001-005-001\",\"LocationName\":\"001行005列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":14,\"AreaId\":1,\"LocationCode\":\"001-005-002\",\"LocationName\":\"001行005列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":15,\"AreaId\":1,\"LocationCode\":\"001-005-003\",\"LocationName\":\"001行005列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":5,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":16,\"AreaId\":1,\"LocationCode\":\"001-006-001\",\"LocationName\":\"001行006列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":17,\"AreaId\":1,\"LocationCode\":\"001-006-002\",\"LocationName\":\"001行006列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":18,\"AreaId\":1,\"LocationCode\":\"001-006-003\",\"LocationName\":\"001行006列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":6,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":19,\"AreaId\":1,\"LocationCode\":\"001-007-001\",\"LocationName\":\"001行007列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":20,\"AreaId\":1,\"LocationCode\":\"001-007-002\",\"LocationName\":\"001行007列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":7,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":21,\"AreaId\":1,\"LocationCode\":\"001-007-003\",\"LocationName\":\"001行007列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":7,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":22,\"AreaId\":1,\"LocationCode\":\"001-008-001\",\"LocationName\":\"001行008列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":23,\"AreaId\":1,\"LocationCode\":\"001-008-002\",\"LocationName\":\"001行008列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":8,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":24,\"AreaId\":1,\"LocationCode\":\"001-008-003\",\"LocationName\":\"001行008列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":8,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":25,\"AreaId\":1,\"LocationCode\":\"001-009-001\",\"LocationName\":\"001行009列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":26,\"AreaId\":1,\"LocationCode\":\"001-009-002\",\"LocationName\":\"001行009列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":9,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"AreaId\":1,\"LocationCode\":\"001-009-003\",\"LocationName\":\"001行009列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":9,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":28,\"AreaId\":1,\"LocationCode\":\"001-010-001\",\"LocationName\":\"001行010列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":29,\"AreaId\":1,\"LocationCode\":\"001-010-002\",\"LocationName\":\"001行010列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":10,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":30,\"AreaId\":1,\"LocationCode\":\"001-010-003\",\"LocationName\":\"001行010列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":10,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":31,\"AreaId\":1,\"LocationCode\":\"001-011-001\",\"LocationName\":\"001行011列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":32,\"AreaId\":1,\"LocationCode\":\"001-011-002\",\"LocationName\":\"001行011列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":11,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":33,\"AreaId\":1,\"LocationCode\":\"001-011-003\",\"LocationName\":\"001行011列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":11,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":34,\"AreaId\":1,\"LocationCode\":\"001-012-001\",\"LocationName\":\"001行012列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":35,\"AreaId\":1,\"LocationCode\":\"001-012-002\",\"LocationName\":\"001行012列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":12,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":36,\"AreaId\":1,\"LocationCode\":\"001-012-003\",\"LocationName\":\"001行012列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":12,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":37,\"AreaId\":1,\"LocationCode\":\"001-013-001\",\"LocationName\":\"001行013列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":38,\"AreaId\":1,\"LocationCode\":\"001-013-002\",\"LocationName\":\"001行013列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":13,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":39,\"AreaId\":1,\"LocationCode\":\"001-013-003\",\"LocationName\":\"001行013列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":13,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":40,\"AreaId\":1,\"LocationCode\":\"001-014-001\",\"LocationName\":\"001行014列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":41,\"AreaId\":1,\"LocationCode\":\"001-014-002\",\"LocationName\":\"001行014列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":14,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":42,\"AreaId\":1,\"LocationCode\":\"001-014-003\",\"LocationName\":\"001行014列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":14,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":43,\"AreaId\":1,\"LocationCode\":\"001-015-001\",\"LocationName\":\"001行015列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":44,\"AreaId\":1,\"LocationCode\":\"001-015-002\",\"LocationName\":\"001行015列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":15,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":45,\"AreaId\":1,\"LocationCode\":\"001-015-003\",\"LocationName\":\"001行015列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":15,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":46,\"AreaId\":1,\"LocationCode\":\"001-016-001\",\"LocationName\":\"001行016列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":47,\"AreaId\":1,\"LocationCode\":\"001-016-002\",\"LocationName\":\"001行016列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":16,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":48,\"AreaId\":1,\"LocationCode\":\"001-016-003\",\"LocationName\":\"001行016列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":16,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":49,\"AreaId\":1,\"LocationCode\":\"001-017-001\",\"LocationName\":\"001行017列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":50,\"AreaId\":1,\"LocationCode\":\"001-017-002\",\"LocationName\":\"001行017列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":17,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":51,\"AreaId\":1,\"LocationCode\":\"001-017-003\",\"LocationName\":\"001行017列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":17,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":52,\"AreaId\":1,\"LocationCode\":\"001-018-001\",\"LocationName\":\"001行018列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":53,\"AreaId\":1,\"LocationCode\":\"001-018-002\",\"LocationName\":\"001行018列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":18,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":54,\"AreaId\":1,\"LocationCode\":\"001-018-003\",\"LocationName\":\"001行018列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":18,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":55,\"AreaId\":1,\"LocationCode\":\"001-019-001\",\"LocationName\":\"001行019列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":56,\"AreaId\":1,\"LocationCode\":\"001-019-002\",\"LocationName\":\"001行019列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":19,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":57,\"AreaId\":1,\"LocationCode\":\"001-019-003\",\"LocationName\":\"001行019列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":19,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":58,\"AreaId\":1,\"LocationCode\":\"001-020-001\",\"LocationName\":\"001行020列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":20,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":59,\"AreaId\":1,\"LocationCode\":\"001-020-002\",\"LocationName\":\"001行020列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":20,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":60,\"AreaId\":1,\"LocationCode\":\"001-020-003\",\"LocationName\":\"001行020列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":20,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":61,\"AreaId\":1,\"LocationCode\":\"001-021-001\",\"LocationName\":\"001行021列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":21,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":62,\"AreaId\":1,\"LocationCode\":\"001-021-002\",\"LocationName\":\"001行021列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":21,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":63,\"AreaId\":1,\"LocationCode\":\"001-021-003\",\"LocationName\":\"001行021列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":21,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":64,\"AreaId\":1,\"LocationCode\":\"001-022-001\",\"LocationName\":\"001行022列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":22,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":65,\"AreaId\":1,\"LocationCode\":\"001-022-002\",\"LocationName\":\"001行022列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":22,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":66,\"AreaId\":1,\"LocationCode\":\"001-022-003\",\"LocationName\":\"001行022列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":22,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":67,\"AreaId\":1,\"LocationCode\":\"001-023-001\",\"LocationName\":\"001行023列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":23,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":68,\"AreaId\":1,\"LocationCode\":\"001-023-002\",\"LocationName\":\"001行023列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":23,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":69,\"AreaId\":1,\"LocationCode\":\"001-023-003\",\"LocationName\":\"001行023列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":23,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":70,\"AreaId\":1,\"LocationCode\":\"001-024-001\",\"LocationName\":\"001行024列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":24,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":71,\"AreaId\":1,\"LocationCode\":\"001-024-002\",\"LocationName\":\"001行024列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":24,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":72,\"AreaId\":1,\"LocationCode\":\"001-024-003\",\"LocationName\":\"001行024列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":24,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":73,\"AreaId\":1,\"LocationCode\":\"001-025-001\",\"LocationName\":\"001行025列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":25,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":74,\"AreaId\":1,\"LocationCode\":\"001-025-002\",\"LocationName\":\"001行025列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":25,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":75,\"AreaId\":1,\"LocationCode\":\"001-025-003\",\"LocationName\":\"001行025列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":25,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":76,\"AreaId\":1,\"LocationCode\":\"001-026-001\",\"LocationName\":\"001行026列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":26,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":77,\"AreaId\":1,\"LocationCode\":\"001-026-002\",\"LocationName\":\"001行026列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":26,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":78,\"AreaId\":1,\"LocationCode\":\"001-026-003\",\"LocationName\":\"001行026列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":26,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":79,\"AreaId\":1,\"LocationCode\":\"001-027-001\",\"LocationName\":\"001行027列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":27,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":80,\"AreaId\":1,\"LocationCode\":\"001-027-002\",\"LocationName\":\"001行027列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":27,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":81,\"AreaId\":1,\"LocationCode\":\"001-027-003\",\"LocationName\":\"001行027列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":27,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":82,\"AreaId\":1,\"LocationCode\":\"001-028-001\",\"LocationName\":\"001行028列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":28,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":83,\"AreaId\":1,\"LocationCode\":\"001-028-002\",\"LocationName\":\"001行028列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":28,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":84,\"AreaId\":1,\"LocationCode\":\"001-028-003\",\"LocationName\":\"001行028列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":28,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":85,\"AreaId\":1,\"LocationCode\":\"001-029-001\",\"LocationName\":\"001行029列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":29,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":86,\"AreaId\":1,\"LocationCode\":\"001-029-002\",\"LocationName\":\"001行029列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":29,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":87,\"AreaId\":1,\"LocationCode\":\"001-029-003\",\"LocationName\":\"001行029列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":29,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":88,\"AreaId\":1,\"LocationCode\":\"001-030-001\",\"LocationName\":\"001行030列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":30,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":89,\"AreaId\":1,\"LocationCode\":\"001-030-002\",\"LocationName\":\"001行030列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":30,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":90,\"AreaId\":1,\"LocationCode\":\"001-030-003\",\"LocationName\":\"001行030列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":30,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":91,\"AreaId\":1,\"LocationCode\":\"001-031-001\",\"LocationName\":\"001行031列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":31,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":92,\"AreaId\":1,\"LocationCode\":\"001-031-002\",\"LocationName\":\"001行031列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":31,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":93,\"AreaId\":1,\"LocationCode\":\"001-031-003\",\"LocationName\":\"001行031列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":31,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":94,\"AreaId\":1,\"LocationCode\":\"001-032-001\",\"LocationName\":\"001行032列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":32,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":95,\"AreaId\":1,\"LocationCode\":\"001-032-002\",\"LocationName\":\"001行032列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":32,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":96,\"AreaId\":1,\"LocationCode\":\"001-032-003\",\"LocationName\":\"001行032列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":32,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":97,\"AreaId\":1,\"LocationCode\":\"001-033-001\",\"LocationName\":\"001行033列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":33,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":98,\"AreaId\":1,\"LocationCode\":\"001-033-002\",\"LocationName\":\"001行033列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":33,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":99,\"AreaId\":1,\"LocationCode\":\"001-033-003\",\"LocationName\":\"001行033列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":33,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":100,\"AreaId\":1,\"LocationCode\":\"001-034-001\",\"LocationName\":\"001行034列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":34,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":101,\"AreaId\":1,\"LocationCode\":\"001-034-002\",\"LocationName\":\"001行034列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":34,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":102,\"AreaId\":1,\"LocationCode\":\"001-034-003\",\"LocationName\":\"001行034列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":34,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":103,\"AreaId\":1,\"LocationCode\":\"001-035-001\",\"LocationName\":\"001行035列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":35,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":104,\"AreaId\":1,\"LocationCode\":\"001-035-002\",\"LocationName\":\"001行035列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":35,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.757\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":105,\"AreaId\":1,\"LocationCode\":\"001-035-003\",\"LocationName\":\"001行035列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":35,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.757\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":106,\"AreaId\":1,\"LocationCode\":\"001-036-001\",\"LocationName\":\"001行036列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":36,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.757\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":107,\"AreaId\":1,\"LocationCode\":\"001-036-002\",\"LocationName\":\"001行036列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":36,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.76\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":108,\"AreaId\":1,\"LocationCode\":\"001-036-003\",\"LocationName\":\"001行036列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":36,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.76\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":109,\"AreaId\":1,\"LocationCode\":\"001-037-001\",\"LocationName\":\"001行037列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":37,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.76\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":110,\"AreaId\":1,\"LocationCode\":\"001-037-002\",\"LocationName\":\"001行037列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":37,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":111,\"AreaId\":1,\"LocationCode\":\"001-037-003\",\"LocationName\":\"001行037列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":37,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":112,\"AreaId\":1,\"LocationCode\":\"001-038-001\",\"LocationName\":\"001行038列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":38,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":113,\"AreaId\":1,\"LocationCode\":\"001-038-002\",\"LocationName\":\"001行038列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":38,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":114,\"AreaId\":1,\"LocationCode\":\"001-038-003\",\"LocationName\":\"001行038列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":38,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":115,\"AreaId\":1,\"LocationCode\":\"001-039-001\",\"LocationName\":\"001行039列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":39,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":116,\"AreaId\":1,\"LocationCode\":\"001-039-002\",\"LocationName\":\"001行039列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":39,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":117,\"AreaId\":1,\"LocationCode\":\"001-039-003\",\"LocationName\":\"001行039列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":39,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":118,\"AreaId\":1,\"LocationCode\":\"001-040-001\",\"LocationName\":\"001行040列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":40,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.77\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":119,\"AreaId\":1,\"LocationCode\":\"001-040-002\",\"LocationName\":\"001行040列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":40,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.773\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":120,\"AreaId\":1,\"LocationCode\":\"001-040-003\",\"LocationName\":\"001行040列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":40,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.777\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":121,\"AreaId\":1,\"LocationCode\":\"001-041-001\",\"LocationName\":\"001行041列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":41,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.777\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":122,\"AreaId\":1,\"LocationCode\":\"001-041-002\",\"LocationName\":\"001行041列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":41,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.777\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":123,\"AreaId\":1,\"LocationCode\":\"001-041-003\",\"LocationName\":\"001行041列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":41,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":124,\"AreaId\":1,\"LocationCode\":\"001-042-001\",\"LocationName\":\"001行042列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":42,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":125,\"AreaId\":1,\"LocationCode\":\"001-042-002\",\"LocationName\":\"001行042列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":42,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":126,\"AreaId\":1,\"LocationCode\":\"001-042-003\",\"LocationName\":\"001行042列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":42,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.783\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":127,\"AreaId\":1,\"LocationCode\":\"001-043-001\",\"LocationName\":\"001行043列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":43,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.783\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":128,\"AreaId\":1,\"LocationCode\":\"001-043-002\",\"LocationName\":\"001行043列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":43,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.787\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":129,\"AreaId\":1,\"LocationCode\":\"001-043-003\",\"LocationName\":\"001行043列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":43,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.79\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":130,\"AreaId\":1,\"LocationCode\":\"001-044-001\",\"LocationName\":\"001行044列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":44,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.793\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":131,\"AreaId\":1,\"LocationCode\":\"001-044-002\",\"LocationName\":\"001行044列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":44,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.793\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":132,\"AreaId\":1,\"LocationCode\":\"001-044-003\",\"LocationName\":\"001行044列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":44,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.793\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":133,\"AreaId\":1,\"LocationCode\":\"001-045-001\",\"LocationName\":\"001行045列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":45,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":134,\"AreaId\":1,\"LocationCode\":\"001-045-002\",\"LocationName\":\"001行045列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":45,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":135,\"AreaId\":1,\"LocationCode\":\"001-045-003\",\"LocationName\":\"001行045列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":45,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":136,\"AreaId\":1,\"LocationCode\":\"001-046-001\",\"LocationName\":\"001行046列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":46,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":137,\"AreaId\":1,\"LocationCode\":\"001-046-002\",\"LocationName\":\"001行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.8\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":138,\"AreaId\":1,\"LocationCode\":\"001-046-003\",\"LocationName\":\"001行046列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":46,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.8\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":140,\"AreaId\":2,\"LocationCode\":\"002-001-002\",\"LocationName\":\"002行001列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":1,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":141,\"AreaId\":2,\"LocationCode\":\"002-001-003\",\"LocationName\":\"002行001列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":1,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":142,\"AreaId\":2,\"LocationCode\":\"002-002-001\",\"LocationName\":\"002行002列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:23:39.26\"},{\"Id\":143,\"AreaId\":2,\"LocationCode\":\"002-002-002\",\"LocationName\":\"002行002列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":144,\"AreaId\":2,\"LocationCode\":\"002-002-003\",\"LocationName\":\"002行002列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":2,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":145,\"AreaId\":2,\"LocationCode\":\"002-003-001\",\"LocationName\":\"002行003列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":146,\"AreaId\":2,\"LocationCode\":\"002-003-002\",\"LocationName\":\"002行003列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":147,\"AreaId\":2,\"LocationCode\":\"002-003-003\",\"LocationName\":\"002行003列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":3,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":148,\"AreaId\":2,\"LocationCode\":\"002-004-001\",\"LocationName\":\"002行004列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":149,\"AreaId\":2,\"LocationCode\":\"002-004-002\",\"LocationName\":\"002行004列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":150,\"AreaId\":2,\"LocationCode\":\"002-004-003\",\"LocationName\":\"002行004列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":4,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":151,\"AreaId\":2,\"LocationCode\":\"002-005-001\",\"LocationName\":\"002行005列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":152,\"AreaId\":2,\"LocationCode\":\"002-005-002\",\"LocationName\":\"002行005列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.813\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":153,\"AreaId\":2,\"LocationCode\":\"002-005-003\",\"LocationName\":\"002行005列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":5,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.813\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":154,\"AreaId\":2,\"LocationCode\":\"002-006-001\",\"LocationName\":\"002行006列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.813\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":155,\"AreaId\":2,\"LocationCode\":\"002-006-002\",\"LocationName\":\"002行006列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":6,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":156,\"AreaId\":2,\"LocationCode\":\"002-006-003\",\"LocationName\":\"002行006列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":6,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":157,\"AreaId\":2,\"LocationCode\":\"002-007-001\",\"LocationName\":\"002行007列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":158,\"AreaId\":2,\"LocationCode\":\"002-007-002\",\"LocationName\":\"002行007列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":7,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":159,\"AreaId\":2,\"LocationCode\":\"002-007-003\",\"LocationName\":\"002行007列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":7,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":160,\"AreaId\":2,\"LocationCode\":\"002-008-001\",\"LocationName\":\"002行008列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":161,\"AreaId\":2,\"LocationCode\":\"002-008-002\",\"LocationName\":\"002行008列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":8,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":162,\"AreaId\":2,\"LocationCode\":\"002-008-003\",\"LocationName\":\"002行008列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":8,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":163,\"AreaId\":2,\"LocationCode\":\"002-009-001\",\"LocationName\":\"002行009列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.823\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":164,\"AreaId\":2,\"LocationCode\":\"002-009-002\",\"LocationName\":\"002行009列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":9,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.823\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":165,\"AreaId\":2,\"LocationCode\":\"002-009-003\",\"LocationName\":\"002行009列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":9,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.823\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":166,\"AreaId\":2,\"LocationCode\":\"002-010-001\",\"LocationName\":\"002行010列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":167,\"AreaId\":2,\"LocationCode\":\"002-010-002\",\"LocationName\":\"002行010列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":10,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":168,\"AreaId\":2,\"LocationCode\":\"002-010-003\",\"LocationName\":\"002行010列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":10,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":169,\"AreaId\":2,\"LocationCode\":\"002-011-001\",\"LocationName\":\"002行011列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":170,\"AreaId\":2,\"LocationCode\":\"002-011-002\",\"LocationName\":\"002行011列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":11,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":171,\"AreaId\":2,\"LocationCode\":\"002-011-003\",\"LocationName\":\"002行011列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":11,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.83\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":172,\"AreaId\":2,\"LocationCode\":\"002-012-001\",\"LocationName\":\"002行012列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.83\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":173,\"AreaId\":2,\"LocationCode\":\"002-012-002\",\"LocationName\":\"002行012列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":12,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.833\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":174,\"AreaId\":2,\"LocationCode\":\"002-012-003\",\"LocationName\":\"002行012列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":12,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.837\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":175,\"AreaId\":2,\"LocationCode\":\"002-013-001\",\"LocationName\":\"002行013列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.84\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":176,\"AreaId\":2,\"LocationCode\":\"002-013-002\",\"LocationName\":\"002行013列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":13,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.843\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":177,\"AreaId\":2,\"LocationCode\":\"002-013-003\",\"LocationName\":\"002行013列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":13,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.843\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":178,\"AreaId\":2,\"LocationCode\":\"002-014-001\",\"LocationName\":\"002行014列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.85\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":179,\"AreaId\":2,\"LocationCode\":\"002-014-002\",\"LocationName\":\"002行014列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":14,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.853\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":180,\"AreaId\":2,\"LocationCode\":\"002-014-003\",\"LocationName\":\"002行014列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":14,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.853\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":181,\"AreaId\":2,\"LocationCode\":\"002-015-001\",\"LocationName\":\"002行015列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":182,\"AreaId\":2,\"LocationCode\":\"002-015-002\",\"LocationName\":\"002行015列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":15,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":183,\"AreaId\":2,\"LocationCode\":\"002-015-003\",\"LocationName\":\"002行015列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":15,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":184,\"AreaId\":2,\"LocationCode\":\"002-016-001\",\"LocationName\":\"002行016列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":185,\"AreaId\":2,\"LocationCode\":\"002-016-002\",\"LocationName\":\"002行016列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":16,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":186,\"AreaId\":2,\"LocationCode\":\"002-016-003\",\"LocationName\":\"002行016列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":16,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.86\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":187,\"AreaId\":2,\"LocationCode\":\"002-017-001\",\"LocationName\":\"002行017列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.86\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":188,\"AreaId\":2,\"LocationCode\":\"002-017-002\",\"LocationName\":\"002行017列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":17,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.86\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":189,\"AreaId\":2,\"LocationCode\":\"002-017-003\",\"LocationName\":\"002行017列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":17,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":190,\"AreaId\":2,\"LocationCode\":\"002-018-001\",\"LocationName\":\"002行018列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":191,\"AreaId\":2,\"LocationCode\":\"002-018-002\",\"LocationName\":\"002行018列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":18,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":192,\"AreaId\":2,\"LocationCode\":\"002-018-003\",\"LocationName\":\"002行018列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":18,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":193,\"AreaId\":2,\"LocationCode\":\"002-019-001\",\"LocationName\":\"002行019列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":194,\"AreaId\":2,\"LocationCode\":\"002-019-002\",\"LocationName\":\"002行019列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":19,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":195,\"AreaId\":2,\"LocationCode\":\"002-019-003\",\"LocationName\":\"002行019列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":19,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":196,\"AreaId\":2,\"LocationCode\":\"002-020-001\",\"LocationName\":\"002行020列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":20,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.87\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":197,\"AreaId\":2,\"LocationCode\":\"002-020-002\",\"LocationName\":\"002行020列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":20,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.87\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":198,\"AreaId\":2,\"LocationCode\":\"002-020-003\",\"LocationName\":\"002行020列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":20,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.87\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":199,\"AreaId\":2,\"LocationCode\":\"002-021-001\",\"LocationName\":\"002行021列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":21,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.873\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":200,\"AreaId\":2,\"LocationCode\":\"002-021-002\",\"LocationName\":\"002行021列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":21,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.873\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":201,\"AreaId\":2,\"LocationCode\":\"002-021-003\",\"LocationName\":\"002行021列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":21,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":202,\"AreaId\":2,\"LocationCode\":\"002-022-001\",\"LocationName\":\"002行022列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":22,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":203,\"AreaId\":2,\"LocationCode\":\"002-022-002\",\"LocationName\":\"002行022列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":22,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":204,\"AreaId\":2,\"LocationCode\":\"002-022-003\",\"LocationName\":\"002行022列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":22,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":205,\"AreaId\":2,\"LocationCode\":\"002-023-001\",\"LocationName\":\"002行023列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":23,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":206,\"AreaId\":2,\"LocationCode\":\"002-023-002\",\"LocationName\":\"002行023列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":23,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":207,\"AreaId\":2,\"LocationCode\":\"002-023-003\",\"LocationName\":\"002行023列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":23,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":208,\"AreaId\":2,\"LocationCode\":\"002-024-001\",\"LocationName\":\"002行024列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":24,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":209,\"AreaId\":2,\"LocationCode\":\"002-024-002\",\"LocationName\":\"002行024列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":24,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":210,\"AreaId\":2,\"LocationCode\":\"002-024-003\",\"LocationName\":\"002行024列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":24,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":211,\"AreaId\":2,\"LocationCode\":\"002-025-001\",\"LocationName\":\"002行025列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":25,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":212,\"AreaId\":2,\"LocationCode\":\"002-025-002\",\"LocationName\":\"002行025列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":25,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":213,\"AreaId\":2,\"LocationCode\":\"002-025-003\",\"LocationName\":\"002行025列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":25,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":214,\"AreaId\":2,\"LocationCode\":\"002-026-001\",\"LocationName\":\"002行026列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":26,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":215,\"AreaId\":2,\"LocationCode\":\"002-026-002\",\"LocationName\":\"002行026列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":26,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":216,\"AreaId\":2,\"LocationCode\":\"002-026-003\",\"LocationName\":\"002行026列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":26,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":217,\"AreaId\":2,\"LocationCode\":\"002-027-001\",\"LocationName\":\"002行027列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":27,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":218,\"AreaId\":2,\"LocationCode\":\"002-027-002\",\"LocationName\":\"002行027列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":27,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":219,\"AreaId\":2,\"LocationCode\":\"002-027-003\",\"LocationName\":\"002行027列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":27,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":220,\"AreaId\":2,\"LocationCode\":\"002-028-001\",\"LocationName\":\"002行028列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":28,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":221,\"AreaId\":2,\"LocationCode\":\"002-028-002\",\"LocationName\":\"002行028列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":28,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":222,\"AreaId\":2,\"LocationCode\":\"002-028-003\",\"LocationName\":\"002行028列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":28,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":223,\"AreaId\":2,\"LocationCode\":\"002-029-001\",\"LocationName\":\"002行029列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":29,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":224,\"AreaId\":2,\"LocationCode\":\"002-029-002\",\"LocationName\":\"002行029列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":29,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":225,\"AreaId\":2,\"LocationCode\":\"002-029-003\",\"LocationName\":\"002行029列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":29,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":226,\"AreaId\":2,\"LocationCode\":\"002-030-001\",\"LocationName\":\"002行030列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":30,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":227,\"AreaId\":2,\"LocationCode\":\"002-030-002\",\"LocationName\":\"002行030列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":30,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":228,\"AreaId\":2,\"LocationCode\":\"002-030-003\",\"LocationName\":\"002行030列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":30,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":229,\"AreaId\":2,\"LocationCode\":\"002-031-001\",\"LocationName\":\"002行031列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":31,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":230,\"AreaId\":2,\"LocationCode\":\"002-031-002\",\"LocationName\":\"002行031列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":31,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":231,\"AreaId\":2,\"LocationCode\":\"002-031-003\",\"LocationName\":\"002行031列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":31,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":232,\"AreaId\":2,\"LocationCode\":\"002-032-001\",\"LocationName\":\"002行032列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":32,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.91\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":233,\"AreaId\":2,\"LocationCode\":\"002-032-002\",\"LocationName\":\"002行032列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":32,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.91\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":234,\"AreaId\":2,\"LocationCode\":\"002-032-003\",\"LocationName\":\"002行032列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":32,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.91\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":235,\"AreaId\":2,\"LocationCode\":\"002-033-001\",\"LocationName\":\"002行033列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":33,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":236,\"AreaId\":2,\"LocationCode\":\"002-033-002\",\"LocationName\":\"002行033列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":33,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":237,\"AreaId\":2,\"LocationCode\":\"002-033-003\",\"LocationName\":\"002行033列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":33,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":238,\"AreaId\":2,\"LocationCode\":\"002-034-001\",\"LocationName\":\"002行034列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":34,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":239,\"AreaId\":2,\"LocationCode\":\"002-034-002\",\"LocationName\":\"002行034列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":34,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":240,\"AreaId\":2,\"LocationCode\":\"002-034-003\",\"LocationName\":\"002行034列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":34,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":241,\"AreaId\":2,\"LocationCode\":\"002-035-001\",\"LocationName\":\"002行035列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":35,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":242,\"AreaId\":2,\"LocationCode\":\"002-035-002\",\"LocationName\":\"002行035列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":35,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.933\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":243,\"AreaId\":2,\"LocationCode\":\"002-035-003\",\"LocationName\":\"002行035列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":35,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.933\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":244,\"AreaId\":2,\"LocationCode\":\"002-036-001\",\"LocationName\":\"002行036列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":36,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.933\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":245,\"AreaId\":2,\"LocationCode\":\"002-036-002\",\"LocationName\":\"002行036列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":36,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":246,\"AreaId\":2,\"LocationCode\":\"002-036-003\",\"LocationName\":\"002行036列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":36,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":247,\"AreaId\":2,\"LocationCode\":\"002-037-001\",\"LocationName\":\"002行037列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":37,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":248,\"AreaId\":2,\"LocationCode\":\"002-037-002\",\"LocationName\":\"002行037列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":37,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":249,\"AreaId\":2,\"LocationCode\":\"002-037-003\",\"LocationName\":\"002行037列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":37,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":250,\"AreaId\":2,\"LocationCode\":\"002-038-001\",\"LocationName\":\"002行038列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":38,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":251,\"AreaId\":2,\"LocationCode\":\"002-038-002\",\"LocationName\":\"002行038列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":38,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":252,\"AreaId\":2,\"LocationCode\":\"002-038-003\",\"LocationName\":\"002行038列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":38,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":253,\"AreaId\":2,\"LocationCode\":\"002-039-001\",\"LocationName\":\"002行039列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":39,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":254,\"AreaId\":2,\"LocationCode\":\"002-039-002\",\"LocationName\":\"002行039列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":39,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":255,\"AreaId\":2,\"LocationCode\":\"002-039-003\",\"LocationName\":\"002行039列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":39,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":256,\"AreaId\":2,\"LocationCode\":\"002-040-001\",\"LocationName\":\"002行040列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":40,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":257,\"AreaId\":2,\"LocationCode\":\"002-040-002\",\"LocationName\":\"002行040列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":40,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":258,\"AreaId\":2,\"LocationCode\":\"002-040-003\",\"LocationName\":\"002行040列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":40,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":259,\"AreaId\":2,\"LocationCode\":\"002-041-001\",\"LocationName\":\"002行041列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":41,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":260,\"AreaId\":2,\"LocationCode\":\"002-041-002\",\"LocationName\":\"002行041列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":41,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":261,\"AreaId\":2,\"LocationCode\":\"002-041-003\",\"LocationName\":\"002行041列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":41,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":262,\"AreaId\":2,\"LocationCode\":\"002-042-001\",\"LocationName\":\"002行042列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":42,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":263,\"AreaId\":2,\"LocationCode\":\"002-042-002\",\"LocationName\":\"002行042列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":42,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":264,\"AreaId\":2,\"LocationCode\":\"002-042-003\",\"LocationName\":\"002行042列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":42,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":265,\"AreaId\":2,\"LocationCode\":\"002-043-001\",\"LocationName\":\"002行043列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":43,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":266,\"AreaId\":2,\"LocationCode\":\"002-043-002\",\"LocationName\":\"002行043列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":43,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":267,\"AreaId\":2,\"LocationCode\":\"002-043-003\",\"LocationName\":\"002行043列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":43,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":268,\"AreaId\":2,\"LocationCode\":\"002-044-001\",\"LocationName\":\"002行044列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":44,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":269,\"AreaId\":2,\"LocationCode\":\"002-044-002\",\"LocationName\":\"002行044列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":44,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":270,\"AreaId\":2,\"LocationCode\":\"002-044-003\",\"LocationName\":\"002行044列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":44,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":271,\"AreaId\":2,\"LocationCode\":\"002-045-001\",\"LocationName\":\"002行045列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":45,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":272,\"AreaId\":2,\"LocationCode\":\"002-045-002\",\"LocationName\":\"002行045列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":45,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":273,\"AreaId\":2,\"LocationCode\":\"002-045-003\",\"LocationName\":\"002行045列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":45,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":274,\"AreaId\":2,\"LocationCode\":\"002-046-001\",\"LocationName\":\"002行046列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":98,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-26T20:58:39.677\"},{\"Id\":275,\"AreaId\":2,\"LocationCode\":\"002-046-002\",\"LocationName\":\"002行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":276,\"AreaId\":2,\"LocationCode\":\"002-046-003\",\"LocationName\":\"002行046列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2024/11/26 21:04:36|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:04:35 577","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetLocationCodes","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"813ms","ResponseTime":"2024-11-26 09:04:36 391","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":[\"001-001-003\",\"001-002-003\",\"001-003-002\",\"001-003-003\",\"001-004-001\",\"001-004-002\",\"001-004-003\",\"001-005-001\",\"001-005-002\",\"001-005-003\",\"001-006-001\",\"001-006-002\",\"001-006-003\",\"001-007-001\",\"001-007-002\",\"001-007-003\",\"001-008-001\",\"001-008-002\",\"001-008-003\",\"001-009-001\",\"001-009-002\",\"001-009-003\",\"001-010-001\",\"001-010-002\",\"001-010-003\",\"001-011-001\",\"001-011-002\",\"001-011-003\",\"001-012-001\",\"001-012-002\",\"001-012-003\",\"001-013-001\",\"001-013-002\",\"001-013-003\",\"001-014-001\",\"001-014-002\",\"001-014-003\",\"001-015-001\",\"001-015-002\",\"001-015-003\",\"001-016-001\",\"001-016-002\",\"001-016-003\",\"001-017-001\",\"001-017-002\",\"001-017-003\",\"001-018-001\",\"001-018-002\",\"001-018-003\",\"001-019-001\",\"001-019-002\",\"001-019-003\",\"001-020-001\",\"001-020-002\",\"001-020-003\",\"001-021-001\",\"001-021-002\",\"001-021-003\",\"001-022-001\",\"001-022-002\",\"001-022-003\",\"001-023-001\",\"001-023-002\",\"001-023-003\",\"001-024-001\",\"001-024-002\",\"001-024-003\",\"001-025-001\",\"001-025-002\",\"001-025-003\",\"001-026-001\",\"001-026-002\",\"001-026-003\",\"001-027-001\",\"001-027-002\",\"001-027-003\",\"001-028-001\",\"001-028-002\",\"001-028-003\",\"001-029-001\",\"001-029-002\",\"001-029-003\",\"001-030-001\",\"001-030-002\",\"001-030-003\",\"001-031-001\",\"001-031-002\",\"001-031-003\",\"001-032-001\",\"001-032-002\",\"001-032-003\",\"001-033-001\",\"001-033-002\",\"001-033-003\",\"001-034-001\",\"001-034-002\",\"001-034-003\",\"001-035-001\",\"001-035-002\",\"001-035-003\",\"001-036-001\",\"001-036-002\",\"001-036-003\",\"001-037-001\",\"001-037-002\",\"001-037-003\",\"001-038-001\",\"001-038-002\",\"001-038-003\",\"001-039-001\",\"001-039-002\",\"001-039-003\",\"001-040-001\",\"001-040-002\",\"001-040-003\",\"001-041-001\",\"001-041-002\",\"001-041-003\",\"001-042-001\",\"001-042-002\",\"001-042-003\",\"001-043-001\",\"001-043-002\",\"001-043-003\",\"001-044-001\",\"001-044-002\",\"001-044-003\",\"001-045-001\",\"001-045-002\",\"001-045-003\",\"001-046-001\",\"001-046-002\",\"001-046-003\",\"002-001-002\",\"002-001-003\",\"002-002-001\",\"002-002-002\",\"002-002-003\",\"002-003-001\",\"002-003-002\",\"002-003-003\",\"002-004-001\",\"002-004-002\",\"002-004-003\",\"002-005-001\",\"002-005-002\",\"002-005-003\",\"002-006-001\",\"002-006-002\",\"002-006-003\",\"002-007-001\",\"002-007-002\",\"002-007-003\",\"002-008-001\",\"002-008-002\",\"002-008-003\",\"002-009-001\",\"002-009-002\",\"002-009-003\",\"002-010-001\",\"002-010-002\",\"002-010-003\",\"002-011-001\",\"002-011-002\",\"002-011-003\",\"002-012-001\",\"002-012-002\",\"002-012-003\",\"002-013-001\",\"002-013-002\",\"002-013-003\",\"002-014-001\",\"002-014-002\",\"002-014-003\",\"002-015-001\",\"002-015-002\",\"002-015-003\",\"002-016-001\",\"002-016-002\",\"002-016-003\",\"002-017-001\",\"002-017-002\",\"002-017-003\",\"002-018-001\",\"002-018-002\",\"002-018-003\",\"002-019-001\",\"002-019-002\",\"002-019-003\",\"002-020-001\",\"002-020-002\",\"002-020-003\",\"002-021-001\",\"002-021-002\",\"002-021-003\",\"002-022-001\",\"002-022-002\",\"002-022-003\",\"002-023-001\",\"002-023-002\",\"002-023-003\",\"002-024-001\",\"002-024-002\",\"002-024-003\",\"002-025-001\",\"002-025-002\",\"002-025-003\",\"002-026-001\",\"002-026-002\",\"002-026-003\",\"002-027-001\",\"002-027-002\",\"002-027-003\",\"002-028-001\",\"002-028-002\",\"002-028-003\",\"002-029-001\",\"002-029-002\",\"002-029-003\",\"002-030-001\",\"002-030-002\",\"002-030-003\",\"002-031-001\",\"002-031-002\",\"002-031-003\",\"002-032-001\",\"002-032-002\",\"002-032-003\",\"002-033-001\",\"002-033-002\",\"002-033-003\",\"002-034-001\",\"002-034-002\",\"002-034-003\",\"002-035-001\",\"002-035-002\",\"002-035-003\",\"002-036-001\",\"002-036-002\",\"002-036-003\",\"002-037-001\",\"002-037-002\",\"002-037-003\",\"002-038-001\",\"002-038-002\",\"002-038-003\",\"002-039-001\",\"002-039-002\",\"002-039-003\",\"002-040-001\",\"002-040-002\",\"002-040-003\",\"002-041-001\",\"002-041-002\",\"002-041-003\",\"002-042-001\",\"002-042-002\",\"002-042-003\",\"002-043-001\",\"002-043-002\",\"002-043-003\",\"002-044-001\",\"002-044-002\",\"002-044-003\",\"002-045-001\",\"002-045-002\",\"002-045-003\",\"002-046-001\",\"002-046-002\",\"002-046-003\"],\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:04:40|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:04:40 748","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"12ms","ResponseTime":"2024-11-26 09:04:40 760","ResponseJsonData":"{\"Total\":12,\"Rows\":[{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:04:40|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:04:40 747","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"14ms","ResponseTime":"2024-11-26 09:04:40 761","ResponseJsonData":"{\"Total\":12,\"Rows\":[{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:04:41|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:04:41 100","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"1\"}]","ResponseIntervalTime":"57ms","ResponseTime":"2024-11-26 09:04:41 157","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":5,\"AreaId\":2,\"MaterielCode\":\"1\",\"MaterielName\":\"1\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T17:23:20.983\",\"Modifier\":null,\"ModifyDate\":null},\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:04:41|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:04:41 255","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"2ms","ResponseTime":"2024-11-26 09:04:41 258","ResponseJsonData":"{\"Total\":12,\"Rows\":[{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:04:41|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:04:41 255","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 09:04:41 259","ResponseJsonData":"{\"Total\":12,\"Rows\":[{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:04:50|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:04:50 989","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"2\"}]","ResponseIntervalTime":"1ms","ResponseTime":"2024-11-26 09:04:50 990","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":4,\"AreaId\":1,\"MaterielCode\":\"2\",\"MaterielName\":\"2\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T08:54:11.873\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T16:47:30.67\"},\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:04:51|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:04:51 066","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 09:04:51 070","ResponseJsonData":"{\"Total\":12,\"Rows\":[{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:04:51|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:04:51 066","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"4ms","ResponseTime":"2024-11-26 09:04:51 071","ResponseJsonData":"{\"Total\":12,\"Rows\":[{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:05:00|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:00 952","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"3\"}]","ResponseIntervalTime":"1ms","ResponseTime":"2024-11-26 09:05:00 953","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":6,\"AreaId\":3,\"MaterielCode\":\"3\",\"MaterielName\":\"3\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"3\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T21:00:45.617\",\"Modifier\":null,\"ModifyDate\":null},\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:05:01|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:01 040","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"2ms","ResponseTime":"2024-11-26 09:05:01 043","ResponseJsonData":"{\"Total\":12,\"Rows\":[{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:05:01|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:01 040","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 09:05:01 044","ResponseJsonData":"{\"Total\":12,\"Rows\":[{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:05:09|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:08 761","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"340ms","ResponseTime":"2024-11-26 09:05:09 101","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:09|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:08 760","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"626ms","ResponseTime":"2024-11-26 09:05:09 387","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:09|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:08 757","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_MaterielInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"929ms","ResponseTime":"2024-11-26 09:05:09 686","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:10|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:10 210","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryFirst","RequestParamsName":"【携带的参数有】:x => value(WIDESEA_BasicService.MaterielInfoService+<>c__DisplayClass7_0).materielCodes.Contains(x.MaterielCode)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"9ms","ResponseTime":"2024-11-26 09:05:10 219","ResponseJsonData":"{\"Id\":4,\"AreaId\":1,\"MaterielCode\":\"2\",\"MaterielName\":\"2\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T08:54:11.873\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T16:47:30.67\"}"}
--------------------------------
2024/11/26 21:05:10|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:09 688","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:ExsitMateriels","RequestParamsName":"【携带的参数有】:System.Collections.Generic.List`1[System.String]","RequestParamsData":"[[\"1\",\"2\",\"3\"]]","ResponseIntervalTime":"532ms","ResponseTime":"2024-11-26 09:05:10 220","ResponseJsonData":"true"}
--------------------------------
2024/11/26 21:05:10|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:10 832","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryFirst","RequestParamsName":"【携带的参数有】:x => ((x.UpperOrderNo == value(WIDESEA_InboundService.InboundOrderService+<>c__DisplayClass13_0).inboundOrderAddDTO.UpperOrderNo) AndAlso Not(IsNullOrEmpty(x.UpperOrderNo)))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Operand.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"7ms","ResponseTime":"2024-11-26 09:05:10 840","ResponseJsonData":"null"}
--------------------------------
2024/11/26 21:05:11|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:10 857","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"208ms","ResponseTime":"2024-11-26 09:05:11 066","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:11|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:11 080","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"248ms","ResponseTime":"2024-11-26 09:05:11 329","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:11|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:11 078","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"504ms","ResponseTime":"2024-11-26 09:05:11 583","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:11|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:11 077","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"811ms","ResponseTime":"2024-11-26 09:05:11 889","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:12|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:12 461","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => value(WIDESEA_BasicService.LocationInfoService+<>c__DisplayClass16_0).locationCodes.Contains(x.LocationCode)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"5ms","ResponseTime":"2024-11-26 09:05:12 467","ResponseJsonData":"[{\"Id\":275,\"AreaId\":2,\"LocationCode\":\"002-046-002\",\"LocationName\":\"002行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2024/11/26 21:05:12|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:11 890","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:UpdateStatus","RequestParamsName":"【携带的参数有】:System.Collections.Generic.List`1[System.String], 98","RequestParamsData":"[[\"002-046-002\",\"002-046-002\",\"002-046-002\"],98]","ResponseIntervalTime":"653ms","ResponseTime":"2024-11-26 09:05:12 544","ResponseJsonData":"{\"Status\":false,\"Code\":0,\"Message\":\"货位绑定柜号过多\",\"Data\":null,\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:05:12|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:12 618","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"248ms","ResponseTime":"2024-11-26 09:05:12 866","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:12|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:08 743","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:AddData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":{\"orderNo\":\"11\",\"orderStatus\":\"\",\"createType\":\"\",\"orderType\":\"100\",\"upperOrderNo\":\"\",\"remark\":\"\",\"id\":\"\"},\"DetailData\":[{\"materielCode\":\"1\",\"materielName\":\"1\",\"batchNo\":\"11\",\"orderQuantity\":\"12\",\"locationCode\":\"002-046-002\",\"elementIndex\":0},{\"materielCode\":\"2\",\"materielName\":\"2\",\"batchNo\":\"12\",\"orderQuantity\":\"11\",\"locationCode\":\"002-046-002\",\"elementIndex\":1},{\"materielCode\":\"3\",\"materielName\":\"3\",\"batchNo\":\"13\",\"orderQuantity\":\"13\",\"locationCode\":\"002-046-002\",\"elementIndex\":2}],\"DelKeys\":null,\"Extra\":null}]","ResponseIntervalTime":"128ms","ResponseTime":"2024-11-26 09:05:12 871","ResponseJsonData":"{\"Status\":false,\"Code\":0,\"Message\":\"货位绑定柜号过多\",\"Data\":null,\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:05:18|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:18 098","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"306ms","ResponseTime":"2024-11-26 09:05:18 405","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:18|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:18 098","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"557ms","ResponseTime":"2024-11-26 09:05:18 656","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:18|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:18 098","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_MaterielInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"818ms","ResponseTime":"2024-11-26 09:05:18 917","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:19|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:19 395","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryFirst","RequestParamsName":"【携带的参数有】:x => value(WIDESEA_BasicService.MaterielInfoService+<>c__DisplayClass7_0).materielCodes.Contains(x.MaterielCode)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 09:05:19 398","ResponseJsonData":"{\"Id\":4,\"AreaId\":1,\"MaterielCode\":\"2\",\"MaterielName\":\"2\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T08:54:11.873\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T16:47:30.67\"}"}
--------------------------------
2024/11/26 21:05:19|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:18 918","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:ExsitMateriels","RequestParamsName":"【携带的参数有】:System.Collections.Generic.List`1[System.String]","RequestParamsData":"[[\"1\",\"2\"]]","ResponseIntervalTime":"480ms","ResponseTime":"2024-11-26 09:05:19 399","ResponseJsonData":"true"}
--------------------------------
2024/11/26 21:05:19|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:19 929","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryFirst","RequestParamsName":"【携带的参数有】:x => ((x.UpperOrderNo == value(WIDESEA_InboundService.InboundOrderService+<>c__DisplayClass13_0).inboundOrderAddDTO.UpperOrderNo) AndAlso Not(IsNullOrEmpty(x.UpperOrderNo)))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Operand.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"2ms","ResponseTime":"2024-11-26 09:05:19 931","ResponseJsonData":"null"}
--------------------------------
2024/11/26 21:05:20|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:19 932","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"227ms","ResponseTime":"2024-11-26 09:05:20 160","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:20|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:20 161","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"235ms","ResponseTime":"2024-11-26 09:05:20 396","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:20|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:20 161","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"470ms","ResponseTime":"2024-11-26 09:05:20 631","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:20|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:20 161","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"741ms","ResponseTime":"2024-11-26 09:05:20 902","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:21|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:21 345","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => value(WIDESEA_BasicService.LocationInfoService+<>c__DisplayClass16_0).locationCodes.Contains(x.LocationCode)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"4ms","ResponseTime":"2024-11-26 09:05:21 349","ResponseJsonData":"[{\"Id\":275,\"AreaId\":2,\"LocationCode\":\"002-046-002\",\"LocationName\":\"002行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2024/11/26 21:05:21|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:21 351","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:UpdateData","RequestParamsName":"【携带的参数有】:System.Collections.Generic.List`1[WIDESEA_Model.Models.Dt_LocationInfo]","RequestParamsData":"[[{\"Id\":275,\"AreaId\":2,\"LocationCode\":\"002-046-002\",\"LocationName\":\"002行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":98,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null}]]","ResponseIntervalTime":"48ms","ResponseTime":"2024-11-26 09:05:21 400","ResponseJsonData":"true"}
--------------------------------
2024/11/26 21:05:21|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:20 903","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:UpdateStatus","RequestParamsName":"【携带的参数有】:System.Collections.Generic.List`1[System.String], 98","RequestParamsData":"[[\"002-046-002\",\"002-046-002\"],98]","ResponseIntervalTime":"497ms","ResponseTime":"2024-11-26 09:05:21 401","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":null,\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:05:21|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:21 401","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"223ms","ResponseTime":"2024-11-26 09:05:21 625","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:22|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:21 820","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"365ms","ResponseTime":"2024-11-26 09:05:22 186","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:22|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:18 098","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:AddData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":{\"orderNo\":\"11\",\"orderStatus\":\"\",\"createType\":\"\",\"orderType\":\"100\",\"upperOrderNo\":\"\",\"remark\":\"\",\"id\":\"\"},\"DetailData\":[{\"materielCode\":\"1\",\"materielName\":\"1\",\"batchNo\":\"11\",\"orderQuantity\":\"12\",\"locationCode\":\"002-046-002\",\"elementIndex\":0},{\"materielCode\":\"2\",\"materielName\":\"2\",\"batchNo\":\"12\",\"orderQuantity\":\"11\",\"locationCode\":\"002-046-002\",\"elementIndex\":1}],\"DelKeys\":null,\"Extra\":null}]","ResponseIntervalTime":"94ms","ResponseTime":"2024-11-26 09:05:22 193","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":null,\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:05:22|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:22 426","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"11ms","ResponseTime":"2024-11-26 09:05:22 437","ResponseJsonData":"{\"Total\":13,\"Rows\":[{\"Id\":1039,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T21:05:21.77\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:05:22|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:22 426","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"13ms","ResponseTime":"2024-11-26 09:05:22 440","ResponseJsonData":"{\"Total\":13,\"Rows\":[{\"Id\":1039,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T21:05:21.77\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:05:25|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:25 406","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:(locationCode like '%002-046-002%'), 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"(locationCode like '%002-046-002%')\",1,30,{\"locationCode\":1}]","ResponseIntervalTime":"5ms","ResponseTime":"2024-11-26 09:05:25 411","ResponseJsonData":"{\"Total\":1,\"Rows\":[{\"Id\":275,\"AreaId\":2,\"LocationCode\":\"002-046-002\",\"LocationName\":\"002行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":98,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-26T21:05:21.363\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:05:25|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:25 406","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"locationCode\",\"Order\":\"desc\",\"Wheres\":\"[{\\\"name\\\":\\\"locationCode\\\",\\\"value\\\":\\\"002-046-002\\\",\\\"displayType\\\":\\\"like\\\"}]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"6ms","ResponseTime":"2024-11-26 09:05:25 412","ResponseJsonData":"{\"Total\":1,\"Rows\":[{\"Id\":275,\"AreaId\":2,\"LocationCode\":\"002-046-002\",\"LocationName\":\"002行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":98,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-26T21:05:21.363\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:05:28|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:28 390","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:(locationCode like '%002-046-002%'), 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"(locationCode like '%002-046-002%')\",1,30,{\"locationCode\":1}]","ResponseIntervalTime":"2ms","ResponseTime":"2024-11-26 09:05:28 393","ResponseJsonData":"{\"Total\":1,\"Rows\":[{\"Id\":275,\"AreaId\":2,\"LocationCode\":\"002-046-002\",\"LocationName\":\"002行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":98,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-26T21:05:21.363\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:05:28|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:28 390","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"locationCode\",\"Order\":\"desc\",\"Wheres\":\"[{\\\"name\\\":\\\"locationCode\\\",\\\"value\\\":\\\"002-046-002\\\",\\\"displayType\\\":\\\"like\\\"}]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 09:05:28 393","ResponseJsonData":"{\"Total\":1,\"Rows\":[{\"Id\":275,\"AreaId\":2,\"LocationCode\":\"002-046-002\",\"LocationName\":\"002行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":98,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-26T21:05:21.363\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:05:31|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:31 160","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.EnableStatus == Convert(Normal, Object).ObjToInt())","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"5ms","ResponseTime":"2024-11-26 09:05:31 166","ResponseJsonData":"[{\"Id\":3,\"AreaId\":1,\"LocationCode\":\"001-001-003\",\"LocationName\":\"001行001列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":1,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":98,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.687\",\"Modifier\":\"Test1\",\"ModifyDate\":\"2024-11-21T09:14:14.83\"},{\"Id\":6,\"AreaId\":1,\"LocationCode\":\"001-002-003\",\"LocationName\":\"001行002列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":2,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.687\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":8,\"AreaId\":1,\"LocationCode\":\"001-003-002\",\"LocationName\":\"001行003列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":9,\"AreaId\":1,\"LocationCode\":\"001-003-003\",\"LocationName\":\"001行003列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":3,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":10,\"AreaId\":1,\"LocationCode\":\"001-004-001\",\"LocationName\":\"001行004列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11,\"AreaId\":1,\"LocationCode\":\"001-004-002\",\"LocationName\":\"001行004列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12,\"AreaId\":1,\"LocationCode\":\"001-004-003\",\"LocationName\":\"001行004列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":4,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13,\"AreaId\":1,\"LocationCode\":\"001-005-001\",\"LocationName\":\"001行005列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":14,\"AreaId\":1,\"LocationCode\":\"001-005-002\",\"LocationName\":\"001行005列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":15,\"AreaId\":1,\"LocationCode\":\"001-005-003\",\"LocationName\":\"001行005列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":5,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":16,\"AreaId\":1,\"LocationCode\":\"001-006-001\",\"LocationName\":\"001行006列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":17,\"AreaId\":1,\"LocationCode\":\"001-006-002\",\"LocationName\":\"001行006列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":18,\"AreaId\":1,\"LocationCode\":\"001-006-003\",\"LocationName\":\"001行006列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":6,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":19,\"AreaId\":1,\"LocationCode\":\"001-007-001\",\"LocationName\":\"001行007列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":20,\"AreaId\":1,\"LocationCode\":\"001-007-002\",\"LocationName\":\"001行007列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":7,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":21,\"AreaId\":1,\"LocationCode\":\"001-007-003\",\"LocationName\":\"001行007列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":7,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":22,\"AreaId\":1,\"LocationCode\":\"001-008-001\",\"LocationName\":\"001行008列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":23,\"AreaId\":1,\"LocationCode\":\"001-008-002\",\"LocationName\":\"001行008列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":8,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":24,\"AreaId\":1,\"LocationCode\":\"001-008-003\",\"LocationName\":\"001行008列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":8,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":25,\"AreaId\":1,\"LocationCode\":\"001-009-001\",\"LocationName\":\"001行009列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":26,\"AreaId\":1,\"LocationCode\":\"001-009-002\",\"LocationName\":\"001行009列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":9,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"AreaId\":1,\"LocationCode\":\"001-009-003\",\"LocationName\":\"001行009列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":9,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":28,\"AreaId\":1,\"LocationCode\":\"001-010-001\",\"LocationName\":\"001行010列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":29,\"AreaId\":1,\"LocationCode\":\"001-010-002\",\"LocationName\":\"001行010列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":10,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":30,\"AreaId\":1,\"LocationCode\":\"001-010-003\",\"LocationName\":\"001行010列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":10,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":31,\"AreaId\":1,\"LocationCode\":\"001-011-001\",\"LocationName\":\"001行011列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":32,\"AreaId\":1,\"LocationCode\":\"001-011-002\",\"LocationName\":\"001行011列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":11,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":33,\"AreaId\":1,\"LocationCode\":\"001-011-003\",\"LocationName\":\"001行011列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":11,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":34,\"AreaId\":1,\"LocationCode\":\"001-012-001\",\"LocationName\":\"001行012列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":35,\"AreaId\":1,\"LocationCode\":\"001-012-002\",\"LocationName\":\"001行012列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":12,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":36,\"AreaId\":1,\"LocationCode\":\"001-012-003\",\"LocationName\":\"001行012列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":12,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":37,\"AreaId\":1,\"LocationCode\":\"001-013-001\",\"LocationName\":\"001行013列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":38,\"AreaId\":1,\"LocationCode\":\"001-013-002\",\"LocationName\":\"001行013列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":13,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":39,\"AreaId\":1,\"LocationCode\":\"001-013-003\",\"LocationName\":\"001行013列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":13,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":40,\"AreaId\":1,\"LocationCode\":\"001-014-001\",\"LocationName\":\"001行014列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":41,\"AreaId\":1,\"LocationCode\":\"001-014-002\",\"LocationName\":\"001行014列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":14,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":42,\"AreaId\":1,\"LocationCode\":\"001-014-003\",\"LocationName\":\"001行014列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":14,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":43,\"AreaId\":1,\"LocationCode\":\"001-015-001\",\"LocationName\":\"001行015列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":44,\"AreaId\":1,\"LocationCode\":\"001-015-002\",\"LocationName\":\"001行015列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":15,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":45,\"AreaId\":1,\"LocationCode\":\"001-015-003\",\"LocationName\":\"001行015列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":15,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":46,\"AreaId\":1,\"LocationCode\":\"001-016-001\",\"LocationName\":\"001行016列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":47,\"AreaId\":1,\"LocationCode\":\"001-016-002\",\"LocationName\":\"001行016列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":16,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":48,\"AreaId\":1,\"LocationCode\":\"001-016-003\",\"LocationName\":\"001行016列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":16,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":49,\"AreaId\":1,\"LocationCode\":\"001-017-001\",\"LocationName\":\"001行017列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":50,\"AreaId\":1,\"LocationCode\":\"001-017-002\",\"LocationName\":\"001行017列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":17,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":51,\"AreaId\":1,\"LocationCode\":\"001-017-003\",\"LocationName\":\"001行017列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":17,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":52,\"AreaId\":1,\"LocationCode\":\"001-018-001\",\"LocationName\":\"001行018列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":53,\"AreaId\":1,\"LocationCode\":\"001-018-002\",\"LocationName\":\"001行018列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":18,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":54,\"AreaId\":1,\"LocationCode\":\"001-018-003\",\"LocationName\":\"001行018列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":18,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":55,\"AreaId\":1,\"LocationCode\":\"001-019-001\",\"LocationName\":\"001行019列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":56,\"AreaId\":1,\"LocationCode\":\"001-019-002\",\"LocationName\":\"001行019列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":19,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":57,\"AreaId\":1,\"LocationCode\":\"001-019-003\",\"LocationName\":\"001行019列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":19,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":58,\"AreaId\":1,\"LocationCode\":\"001-020-001\",\"LocationName\":\"001行020列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":20,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":59,\"AreaId\":1,\"LocationCode\":\"001-020-002\",\"LocationName\":\"001行020列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":20,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":60,\"AreaId\":1,\"LocationCode\":\"001-020-003\",\"LocationName\":\"001行020列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":20,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":61,\"AreaId\":1,\"LocationCode\":\"001-021-001\",\"LocationName\":\"001行021列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":21,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":62,\"AreaId\":1,\"LocationCode\":\"001-021-002\",\"LocationName\":\"001行021列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":21,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":63,\"AreaId\":1,\"LocationCode\":\"001-021-003\",\"LocationName\":\"001行021列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":21,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":64,\"AreaId\":1,\"LocationCode\":\"001-022-001\",\"LocationName\":\"001行022列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":22,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":65,\"AreaId\":1,\"LocationCode\":\"001-022-002\",\"LocationName\":\"001行022列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":22,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":66,\"AreaId\":1,\"LocationCode\":\"001-022-003\",\"LocationName\":\"001行022列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":22,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":67,\"AreaId\":1,\"LocationCode\":\"001-023-001\",\"LocationName\":\"001行023列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":23,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":68,\"AreaId\":1,\"LocationCode\":\"001-023-002\",\"LocationName\":\"001行023列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":23,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":69,\"AreaId\":1,\"LocationCode\":\"001-023-003\",\"LocationName\":\"001行023列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":23,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":70,\"AreaId\":1,\"LocationCode\":\"001-024-001\",\"LocationName\":\"001行024列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":24,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":71,\"AreaId\":1,\"LocationCode\":\"001-024-002\",\"LocationName\":\"001行024列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":24,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":72,\"AreaId\":1,\"LocationCode\":\"001-024-003\",\"LocationName\":\"001行024列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":24,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":73,\"AreaId\":1,\"LocationCode\":\"001-025-001\",\"LocationName\":\"001行025列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":25,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":74,\"AreaId\":1,\"LocationCode\":\"001-025-002\",\"LocationName\":\"001行025列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":25,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":75,\"AreaId\":1,\"LocationCode\":\"001-025-003\",\"LocationName\":\"001行025列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":25,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":76,\"AreaId\":1,\"LocationCode\":\"001-026-001\",\"LocationName\":\"001行026列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":26,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":77,\"AreaId\":1,\"LocationCode\":\"001-026-002\",\"LocationName\":\"001行026列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":26,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":78,\"AreaId\":1,\"LocationCode\":\"001-026-003\",\"LocationName\":\"001行026列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":26,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":79,\"AreaId\":1,\"LocationCode\":\"001-027-001\",\"LocationName\":\"001行027列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":27,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":80,\"AreaId\":1,\"LocationCode\":\"001-027-002\",\"LocationName\":\"001行027列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":27,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":81,\"AreaId\":1,\"LocationCode\":\"001-027-003\",\"LocationName\":\"001行027列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":27,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":82,\"AreaId\":1,\"LocationCode\":\"001-028-001\",\"LocationName\":\"001行028列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":28,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":83,\"AreaId\":1,\"LocationCode\":\"001-028-002\",\"LocationName\":\"001行028列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":28,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":84,\"AreaId\":1,\"LocationCode\":\"001-028-003\",\"LocationName\":\"001行028列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":28,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":85,\"AreaId\":1,\"LocationCode\":\"001-029-001\",\"LocationName\":\"001行029列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":29,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":86,\"AreaId\":1,\"LocationCode\":\"001-029-002\",\"LocationName\":\"001行029列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":29,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":87,\"AreaId\":1,\"LocationCode\":\"001-029-003\",\"LocationName\":\"001行029列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":29,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":88,\"AreaId\":1,\"LocationCode\":\"001-030-001\",\"LocationName\":\"001行030列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":30,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":89,\"AreaId\":1,\"LocationCode\":\"001-030-002\",\"LocationName\":\"001行030列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":30,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":90,\"AreaId\":1,\"LocationCode\":\"001-030-003\",\"LocationName\":\"001行030列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":30,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":91,\"AreaId\":1,\"LocationCode\":\"001-031-001\",\"LocationName\":\"001行031列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":31,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":92,\"AreaId\":1,\"LocationCode\":\"001-031-002\",\"LocationName\":\"001行031列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":31,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":93,\"AreaId\":1,\"LocationCode\":\"001-031-003\",\"LocationName\":\"001行031列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":31,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":94,\"AreaId\":1,\"LocationCode\":\"001-032-001\",\"LocationName\":\"001行032列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":32,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":95,\"AreaId\":1,\"LocationCode\":\"001-032-002\",\"LocationName\":\"001行032列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":32,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":96,\"AreaId\":1,\"LocationCode\":\"001-032-003\",\"LocationName\":\"001行032列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":32,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":97,\"AreaId\":1,\"LocationCode\":\"001-033-001\",\"LocationName\":\"001行033列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":33,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":98,\"AreaId\":1,\"LocationCode\":\"001-033-002\",\"LocationName\":\"001行033列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":33,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":99,\"AreaId\":1,\"LocationCode\":\"001-033-003\",\"LocationName\":\"001行033列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":33,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":100,\"AreaId\":1,\"LocationCode\":\"001-034-001\",\"LocationName\":\"001行034列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":34,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":101,\"AreaId\":1,\"LocationCode\":\"001-034-002\",\"LocationName\":\"001行034列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":34,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":102,\"AreaId\":1,\"LocationCode\":\"001-034-003\",\"LocationName\":\"001行034列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":34,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":103,\"AreaId\":1,\"LocationCode\":\"001-035-001\",\"LocationName\":\"001行035列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":35,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":104,\"AreaId\":1,\"LocationCode\":\"001-035-002\",\"LocationName\":\"001行035列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":35,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.757\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":105,\"AreaId\":1,\"LocationCode\":\"001-035-003\",\"LocationName\":\"001行035列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":35,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.757\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":106,\"AreaId\":1,\"LocationCode\":\"001-036-001\",\"LocationName\":\"001行036列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":36,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.757\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":107,\"AreaId\":1,\"LocationCode\":\"001-036-002\",\"LocationName\":\"001行036列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":36,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.76\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":108,\"AreaId\":1,\"LocationCode\":\"001-036-003\",\"LocationName\":\"001行036列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":36,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.76\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":109,\"AreaId\":1,\"LocationCode\":\"001-037-001\",\"LocationName\":\"001行037列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":37,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.76\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":110,\"AreaId\":1,\"LocationCode\":\"001-037-002\",\"LocationName\":\"001行037列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":37,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":111,\"AreaId\":1,\"LocationCode\":\"001-037-003\",\"LocationName\":\"001行037列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":37,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":112,\"AreaId\":1,\"LocationCode\":\"001-038-001\",\"LocationName\":\"001行038列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":38,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":113,\"AreaId\":1,\"LocationCode\":\"001-038-002\",\"LocationName\":\"001行038列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":38,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":114,\"AreaId\":1,\"LocationCode\":\"001-038-003\",\"LocationName\":\"001行038列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":38,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":115,\"AreaId\":1,\"LocationCode\":\"001-039-001\",\"LocationName\":\"001行039列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":39,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":116,\"AreaId\":1,\"LocationCode\":\"001-039-002\",\"LocationName\":\"001行039列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":39,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":117,\"AreaId\":1,\"LocationCode\":\"001-039-003\",\"LocationName\":\"001行039列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":39,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":118,\"AreaId\":1,\"LocationCode\":\"001-040-001\",\"LocationName\":\"001行040列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":40,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.77\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":119,\"AreaId\":1,\"LocationCode\":\"001-040-002\",\"LocationName\":\"001行040列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":40,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.773\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":120,\"AreaId\":1,\"LocationCode\":\"001-040-003\",\"LocationName\":\"001行040列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":40,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.777\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":121,\"AreaId\":1,\"LocationCode\":\"001-041-001\",\"LocationName\":\"001行041列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":41,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.777\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":122,\"AreaId\":1,\"LocationCode\":\"001-041-002\",\"LocationName\":\"001行041列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":41,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.777\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":123,\"AreaId\":1,\"LocationCode\":\"001-041-003\",\"LocationName\":\"001行041列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":41,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":124,\"AreaId\":1,\"LocationCode\":\"001-042-001\",\"LocationName\":\"001行042列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":42,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":125,\"AreaId\":1,\"LocationCode\":\"001-042-002\",\"LocationName\":\"001行042列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":42,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":126,\"AreaId\":1,\"LocationCode\":\"001-042-003\",\"LocationName\":\"001行042列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":42,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.783\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":127,\"AreaId\":1,\"LocationCode\":\"001-043-001\",\"LocationName\":\"001行043列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":43,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.783\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":128,\"AreaId\":1,\"LocationCode\":\"001-043-002\",\"LocationName\":\"001行043列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":43,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.787\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":129,\"AreaId\":1,\"LocationCode\":\"001-043-003\",\"LocationName\":\"001行043列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":43,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.79\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":130,\"AreaId\":1,\"LocationCode\":\"001-044-001\",\"LocationName\":\"001行044列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":44,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.793\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":131,\"AreaId\":1,\"LocationCode\":\"001-044-002\",\"LocationName\":\"001行044列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":44,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.793\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":132,\"AreaId\":1,\"LocationCode\":\"001-044-003\",\"LocationName\":\"001行044列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":44,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.793\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":133,\"AreaId\":1,\"LocationCode\":\"001-045-001\",\"LocationName\":\"001行045列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":45,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":134,\"AreaId\":1,\"LocationCode\":\"001-045-002\",\"LocationName\":\"001行045列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":45,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":135,\"AreaId\":1,\"LocationCode\":\"001-045-003\",\"LocationName\":\"001行045列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":45,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":136,\"AreaId\":1,\"LocationCode\":\"001-046-001\",\"LocationName\":\"001行046列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":46,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":137,\"AreaId\":1,\"LocationCode\":\"001-046-002\",\"LocationName\":\"001行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.8\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":138,\"AreaId\":1,\"LocationCode\":\"001-046-003\",\"LocationName\":\"001行046列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":46,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.8\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":140,\"AreaId\":2,\"LocationCode\":\"002-001-002\",\"LocationName\":\"002行001列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":1,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":141,\"AreaId\":2,\"LocationCode\":\"002-001-003\",\"LocationName\":\"002行001列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":1,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":142,\"AreaId\":2,\"LocationCode\":\"002-002-001\",\"LocationName\":\"002行002列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:23:39.26\"},{\"Id\":143,\"AreaId\":2,\"LocationCode\":\"002-002-002\",\"LocationName\":\"002行002列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":144,\"AreaId\":2,\"LocationCode\":\"002-002-003\",\"LocationName\":\"002行002列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":2,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":145,\"AreaId\":2,\"LocationCode\":\"002-003-001\",\"LocationName\":\"002行003列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":146,\"AreaId\":2,\"LocationCode\":\"002-003-002\",\"LocationName\":\"002行003列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":147,\"AreaId\":2,\"LocationCode\":\"002-003-003\",\"LocationName\":\"002行003列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":3,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":148,\"AreaId\":2,\"LocationCode\":\"002-004-001\",\"LocationName\":\"002行004列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":149,\"AreaId\":2,\"LocationCode\":\"002-004-002\",\"LocationName\":\"002行004列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":150,\"AreaId\":2,\"LocationCode\":\"002-004-003\",\"LocationName\":\"002行004列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":4,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":151,\"AreaId\":2,\"LocationCode\":\"002-005-001\",\"LocationName\":\"002行005列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":152,\"AreaId\":2,\"LocationCode\":\"002-005-002\",\"LocationName\":\"002行005列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.813\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":153,\"AreaId\":2,\"LocationCode\":\"002-005-003\",\"LocationName\":\"002行005列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":5,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.813\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":154,\"AreaId\":2,\"LocationCode\":\"002-006-001\",\"LocationName\":\"002行006列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.813\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":155,\"AreaId\":2,\"LocationCode\":\"002-006-002\",\"LocationName\":\"002行006列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":6,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":156,\"AreaId\":2,\"LocationCode\":\"002-006-003\",\"LocationName\":\"002行006列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":6,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":157,\"AreaId\":2,\"LocationCode\":\"002-007-001\",\"LocationName\":\"002行007列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":158,\"AreaId\":2,\"LocationCode\":\"002-007-002\",\"LocationName\":\"002行007列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":7,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":159,\"AreaId\":2,\"LocationCode\":\"002-007-003\",\"LocationName\":\"002行007列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":7,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":160,\"AreaId\":2,\"LocationCode\":\"002-008-001\",\"LocationName\":\"002行008列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":161,\"AreaId\":2,\"LocationCode\":\"002-008-002\",\"LocationName\":\"002行008列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":8,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":162,\"AreaId\":2,\"LocationCode\":\"002-008-003\",\"LocationName\":\"002行008列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":8,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":163,\"AreaId\":2,\"LocationCode\":\"002-009-001\",\"LocationName\":\"002行009列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.823\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":164,\"AreaId\":2,\"LocationCode\":\"002-009-002\",\"LocationName\":\"002行009列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":9,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.823\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":165,\"AreaId\":2,\"LocationCode\":\"002-009-003\",\"LocationName\":\"002行009列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":9,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.823\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":166,\"AreaId\":2,\"LocationCode\":\"002-010-001\",\"LocationName\":\"002行010列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":167,\"AreaId\":2,\"LocationCode\":\"002-010-002\",\"LocationName\":\"002行010列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":10,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":168,\"AreaId\":2,\"LocationCode\":\"002-010-003\",\"LocationName\":\"002行010列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":10,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":169,\"AreaId\":2,\"LocationCode\":\"002-011-001\",\"LocationName\":\"002行011列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":170,\"AreaId\":2,\"LocationCode\":\"002-011-002\",\"LocationName\":\"002行011列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":11,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":171,\"AreaId\":2,\"LocationCode\":\"002-011-003\",\"LocationName\":\"002行011列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":11,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.83\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":172,\"AreaId\":2,\"LocationCode\":\"002-012-001\",\"LocationName\":\"002行012列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.83\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":173,\"AreaId\":2,\"LocationCode\":\"002-012-002\",\"LocationName\":\"002行012列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":12,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.833\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":174,\"AreaId\":2,\"LocationCode\":\"002-012-003\",\"LocationName\":\"002行012列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":12,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.837\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":175,\"AreaId\":2,\"LocationCode\":\"002-013-001\",\"LocationName\":\"002行013列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.84\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":176,\"AreaId\":2,\"LocationCode\":\"002-013-002\",\"LocationName\":\"002行013列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":13,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.843\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":177,\"AreaId\":2,\"LocationCode\":\"002-013-003\",\"LocationName\":\"002行013列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":13,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.843\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":178,\"AreaId\":2,\"LocationCode\":\"002-014-001\",\"LocationName\":\"002行014列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.85\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":179,\"AreaId\":2,\"LocationCode\":\"002-014-002\",\"LocationName\":\"002行014列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":14,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.853\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":180,\"AreaId\":2,\"LocationCode\":\"002-014-003\",\"LocationName\":\"002行014列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":14,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.853\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":181,\"AreaId\":2,\"LocationCode\":\"002-015-001\",\"LocationName\":\"002行015列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":182,\"AreaId\":2,\"LocationCode\":\"002-015-002\",\"LocationName\":\"002行015列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":15,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":183,\"AreaId\":2,\"LocationCode\":\"002-015-003\",\"LocationName\":\"002行015列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":15,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":184,\"AreaId\":2,\"LocationCode\":\"002-016-001\",\"LocationName\":\"002行016列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":185,\"AreaId\":2,\"LocationCode\":\"002-016-002\",\"LocationName\":\"002行016列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":16,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":186,\"AreaId\":2,\"LocationCode\":\"002-016-003\",\"LocationName\":\"002行016列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":16,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.86\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":187,\"AreaId\":2,\"LocationCode\":\"002-017-001\",\"LocationName\":\"002行017列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.86\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":188,\"AreaId\":2,\"LocationCode\":\"002-017-002\",\"LocationName\":\"002行017列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":17,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.86\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":189,\"AreaId\":2,\"LocationCode\":\"002-017-003\",\"LocationName\":\"002行017列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":17,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":190,\"AreaId\":2,\"LocationCode\":\"002-018-001\",\"LocationName\":\"002行018列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":191,\"AreaId\":2,\"LocationCode\":\"002-018-002\",\"LocationName\":\"002行018列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":18,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":192,\"AreaId\":2,\"LocationCode\":\"002-018-003\",\"LocationName\":\"002行018列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":18,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":193,\"AreaId\":2,\"LocationCode\":\"002-019-001\",\"LocationName\":\"002行019列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":194,\"AreaId\":2,\"LocationCode\":\"002-019-002\",\"LocationName\":\"002行019列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":19,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":195,\"AreaId\":2,\"LocationCode\":\"002-019-003\",\"LocationName\":\"002行019列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":19,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":196,\"AreaId\":2,\"LocationCode\":\"002-020-001\",\"LocationName\":\"002行020列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":20,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.87\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":197,\"AreaId\":2,\"LocationCode\":\"002-020-002\",\"LocationName\":\"002行020列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":20,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.87\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":198,\"AreaId\":2,\"LocationCode\":\"002-020-003\",\"LocationName\":\"002行020列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":20,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.87\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":199,\"AreaId\":2,\"LocationCode\":\"002-021-001\",\"LocationName\":\"002行021列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":21,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.873\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":200,\"AreaId\":2,\"LocationCode\":\"002-021-002\",\"LocationName\":\"002行021列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":21,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.873\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":201,\"AreaId\":2,\"LocationCode\":\"002-021-003\",\"LocationName\":\"002行021列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":21,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":202,\"AreaId\":2,\"LocationCode\":\"002-022-001\",\"LocationName\":\"002行022列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":22,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":203,\"AreaId\":2,\"LocationCode\":\"002-022-002\",\"LocationName\":\"002行022列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":22,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":204,\"AreaId\":2,\"LocationCode\":\"002-022-003\",\"LocationName\":\"002行022列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":22,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":205,\"AreaId\":2,\"LocationCode\":\"002-023-001\",\"LocationName\":\"002行023列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":23,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":206,\"AreaId\":2,\"LocationCode\":\"002-023-002\",\"LocationName\":\"002行023列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":23,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":207,\"AreaId\":2,\"LocationCode\":\"002-023-003\",\"LocationName\":\"002行023列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":23,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":208,\"AreaId\":2,\"LocationCode\":\"002-024-001\",\"LocationName\":\"002行024列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":24,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":209,\"AreaId\":2,\"LocationCode\":\"002-024-002\",\"LocationName\":\"002行024列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":24,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":210,\"AreaId\":2,\"LocationCode\":\"002-024-003\",\"LocationName\":\"002行024列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":24,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":211,\"AreaId\":2,\"LocationCode\":\"002-025-001\",\"LocationName\":\"002行025列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":25,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":212,\"AreaId\":2,\"LocationCode\":\"002-025-002\",\"LocationName\":\"002行025列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":25,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":213,\"AreaId\":2,\"LocationCode\":\"002-025-003\",\"LocationName\":\"002行025列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":25,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":214,\"AreaId\":2,\"LocationCode\":\"002-026-001\",\"LocationName\":\"002行026列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":26,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":215,\"AreaId\":2,\"LocationCode\":\"002-026-002\",\"LocationName\":\"002行026列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":26,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":216,\"AreaId\":2,\"LocationCode\":\"002-026-003\",\"LocationName\":\"002行026列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":26,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":217,\"AreaId\":2,\"LocationCode\":\"002-027-001\",\"LocationName\":\"002行027列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":27,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":218,\"AreaId\":2,\"LocationCode\":\"002-027-002\",\"LocationName\":\"002行027列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":27,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":219,\"AreaId\":2,\"LocationCode\":\"002-027-003\",\"LocationName\":\"002行027列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":27,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":220,\"AreaId\":2,\"LocationCode\":\"002-028-001\",\"LocationName\":\"002行028列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":28,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":221,\"AreaId\":2,\"LocationCode\":\"002-028-002\",\"LocationName\":\"002行028列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":28,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":222,\"AreaId\":2,\"LocationCode\":\"002-028-003\",\"LocationName\":\"002行028列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":28,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":223,\"AreaId\":2,\"LocationCode\":\"002-029-001\",\"LocationName\":\"002行029列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":29,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":224,\"AreaId\":2,\"LocationCode\":\"002-029-002\",\"LocationName\":\"002行029列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":29,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":225,\"AreaId\":2,\"LocationCode\":\"002-029-003\",\"LocationName\":\"002行029列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":29,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":226,\"AreaId\":2,\"LocationCode\":\"002-030-001\",\"LocationName\":\"002行030列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":30,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":227,\"AreaId\":2,\"LocationCode\":\"002-030-002\",\"LocationName\":\"002行030列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":30,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":228,\"AreaId\":2,\"LocationCode\":\"002-030-003\",\"LocationName\":\"002行030列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":30,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":229,\"AreaId\":2,\"LocationCode\":\"002-031-001\",\"LocationName\":\"002行031列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":31,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":230,\"AreaId\":2,\"LocationCode\":\"002-031-002\",\"LocationName\":\"002行031列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":31,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":231,\"AreaId\":2,\"LocationCode\":\"002-031-003\",\"LocationName\":\"002行031列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":31,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":232,\"AreaId\":2,\"LocationCode\":\"002-032-001\",\"LocationName\":\"002行032列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":32,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.91\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":233,\"AreaId\":2,\"LocationCode\":\"002-032-002\",\"LocationName\":\"002行032列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":32,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.91\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":234,\"AreaId\":2,\"LocationCode\":\"002-032-003\",\"LocationName\":\"002行032列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":32,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.91\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":235,\"AreaId\":2,\"LocationCode\":\"002-033-001\",\"LocationName\":\"002行033列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":33,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":236,\"AreaId\":2,\"LocationCode\":\"002-033-002\",\"LocationName\":\"002行033列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":33,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":237,\"AreaId\":2,\"LocationCode\":\"002-033-003\",\"LocationName\":\"002行033列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":33,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":238,\"AreaId\":2,\"LocationCode\":\"002-034-001\",\"LocationName\":\"002行034列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":34,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":239,\"AreaId\":2,\"LocationCode\":\"002-034-002\",\"LocationName\":\"002行034列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":34,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":240,\"AreaId\":2,\"LocationCode\":\"002-034-003\",\"LocationName\":\"002行034列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":34,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":241,\"AreaId\":2,\"LocationCode\":\"002-035-001\",\"LocationName\":\"002行035列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":35,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":242,\"AreaId\":2,\"LocationCode\":\"002-035-002\",\"LocationName\":\"002行035列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":35,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.933\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":243,\"AreaId\":2,\"LocationCode\":\"002-035-003\",\"LocationName\":\"002行035列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":35,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.933\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":244,\"AreaId\":2,\"LocationCode\":\"002-036-001\",\"LocationName\":\"002行036列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":36,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.933\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":245,\"AreaId\":2,\"LocationCode\":\"002-036-002\",\"LocationName\":\"002行036列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":36,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":246,\"AreaId\":2,\"LocationCode\":\"002-036-003\",\"LocationName\":\"002行036列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":36,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":247,\"AreaId\":2,\"LocationCode\":\"002-037-001\",\"LocationName\":\"002行037列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":37,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":248,\"AreaId\":2,\"LocationCode\":\"002-037-002\",\"LocationName\":\"002行037列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":37,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":249,\"AreaId\":2,\"LocationCode\":\"002-037-003\",\"LocationName\":\"002行037列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":37,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":250,\"AreaId\":2,\"LocationCode\":\"002-038-001\",\"LocationName\":\"002行038列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":38,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":251,\"AreaId\":2,\"LocationCode\":\"002-038-002\",\"LocationName\":\"002行038列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":38,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":252,\"AreaId\":2,\"LocationCode\":\"002-038-003\",\"LocationName\":\"002行038列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":38,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":253,\"AreaId\":2,\"LocationCode\":\"002-039-001\",\"LocationName\":\"002行039列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":39,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":254,\"AreaId\":2,\"LocationCode\":\"002-039-002\",\"LocationName\":\"002行039列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":39,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":255,\"AreaId\":2,\"LocationCode\":\"002-039-003\",\"LocationName\":\"002行039列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":39,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":256,\"AreaId\":2,\"LocationCode\":\"002-040-001\",\"LocationName\":\"002行040列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":40,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":257,\"AreaId\":2,\"LocationCode\":\"002-040-002\",\"LocationName\":\"002行040列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":40,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":258,\"AreaId\":2,\"LocationCode\":\"002-040-003\",\"LocationName\":\"002行040列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":40,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":259,\"AreaId\":2,\"LocationCode\":\"002-041-001\",\"LocationName\":\"002行041列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":41,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":260,\"AreaId\":2,\"LocationCode\":\"002-041-002\",\"LocationName\":\"002行041列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":41,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":261,\"AreaId\":2,\"LocationCode\":\"002-041-003\",\"LocationName\":\"002行041列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":41,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":262,\"AreaId\":2,\"LocationCode\":\"002-042-001\",\"LocationName\":\"002行042列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":42,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":263,\"AreaId\":2,\"LocationCode\":\"002-042-002\",\"LocationName\":\"002行042列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":42,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":264,\"AreaId\":2,\"LocationCode\":\"002-042-003\",\"LocationName\":\"002行042列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":42,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":265,\"AreaId\":2,\"LocationCode\":\"002-043-001\",\"LocationName\":\"002行043列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":43,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":266,\"AreaId\":2,\"LocationCode\":\"002-043-002\",\"LocationName\":\"002行043列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":43,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":267,\"AreaId\":2,\"LocationCode\":\"002-043-003\",\"LocationName\":\"002行043列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":43,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":268,\"AreaId\":2,\"LocationCode\":\"002-044-001\",\"LocationName\":\"002行044列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":44,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":269,\"AreaId\":2,\"LocationCode\":\"002-044-002\",\"LocationName\":\"002行044列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":44,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":270,\"AreaId\":2,\"LocationCode\":\"002-044-003\",\"LocationName\":\"002行044列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":44,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":271,\"AreaId\":2,\"LocationCode\":\"002-045-001\",\"LocationName\":\"002行045列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":45,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":272,\"AreaId\":2,\"LocationCode\":\"002-045-002\",\"LocationName\":\"002行045列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":45,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":273,\"AreaId\":2,\"LocationCode\":\"002-045-003\",\"LocationName\":\"002行045列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":45,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":274,\"AreaId\":2,\"LocationCode\":\"002-046-001\",\"LocationName\":\"002行046列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":98,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-26T20:58:39.677\"},{\"Id\":276,\"AreaId\":2,\"LocationCode\":\"002-046-003\",\"LocationName\":\"002行046列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2024/11/26 21:05:31|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:30 534","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetLocationCodes","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"635ms","ResponseTime":"2024-11-26 09:05:31 170","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":[\"001-001-003\",\"001-002-003\",\"001-003-002\",\"001-003-003\",\"001-004-001\",\"001-004-002\",\"001-004-003\",\"001-005-001\",\"001-005-002\",\"001-005-003\",\"001-006-001\",\"001-006-002\",\"001-006-003\",\"001-007-001\",\"001-007-002\",\"001-007-003\",\"001-008-001\",\"001-008-002\",\"001-008-003\",\"001-009-001\",\"001-009-002\",\"001-009-003\",\"001-010-001\",\"001-010-002\",\"001-010-003\",\"001-011-001\",\"001-011-002\",\"001-011-003\",\"001-012-001\",\"001-012-002\",\"001-012-003\",\"001-013-001\",\"001-013-002\",\"001-013-003\",\"001-014-001\",\"001-014-002\",\"001-014-003\",\"001-015-001\",\"001-015-002\",\"001-015-003\",\"001-016-001\",\"001-016-002\",\"001-016-003\",\"001-017-001\",\"001-017-002\",\"001-017-003\",\"001-018-001\",\"001-018-002\",\"001-018-003\",\"001-019-001\",\"001-019-002\",\"001-019-003\",\"001-020-001\",\"001-020-002\",\"001-020-003\",\"001-021-001\",\"001-021-002\",\"001-021-003\",\"001-022-001\",\"001-022-002\",\"001-022-003\",\"001-023-001\",\"001-023-002\",\"001-023-003\",\"001-024-001\",\"001-024-002\",\"001-024-003\",\"001-025-001\",\"001-025-002\",\"001-025-003\",\"001-026-001\",\"001-026-002\",\"001-026-003\",\"001-027-001\",\"001-027-002\",\"001-027-003\",\"001-028-001\",\"001-028-002\",\"001-028-003\",\"001-029-001\",\"001-029-002\",\"001-029-003\",\"001-030-001\",\"001-030-002\",\"001-030-003\",\"001-031-001\",\"001-031-002\",\"001-031-003\",\"001-032-001\",\"001-032-002\",\"001-032-003\",\"001-033-001\",\"001-033-002\",\"001-033-003\",\"001-034-001\",\"001-034-002\",\"001-034-003\",\"001-035-001\",\"001-035-002\",\"001-035-003\",\"001-036-001\",\"001-036-002\",\"001-036-003\",\"001-037-001\",\"001-037-002\",\"001-037-003\",\"001-038-001\",\"001-038-002\",\"001-038-003\",\"001-039-001\",\"001-039-002\",\"001-039-003\",\"001-040-001\",\"001-040-002\",\"001-040-003\",\"001-041-001\",\"001-041-002\",\"001-041-003\",\"001-042-001\",\"001-042-002\",\"001-042-003\",\"001-043-001\",\"001-043-002\",\"001-043-003\",\"001-044-001\",\"001-044-002\",\"001-044-003\",\"001-045-001\",\"001-045-002\",\"001-045-003\",\"001-046-001\",\"001-046-002\",\"001-046-003\",\"002-001-002\",\"002-001-003\",\"002-002-001\",\"002-002-002\",\"002-002-003\",\"002-003-001\",\"002-003-002\",\"002-003-003\",\"002-004-001\",\"002-004-002\",\"002-004-003\",\"002-005-001\",\"002-005-002\",\"002-005-003\",\"002-006-001\",\"002-006-002\",\"002-006-003\",\"002-007-001\",\"002-007-002\",\"002-007-003\",\"002-008-001\",\"002-008-002\",\"002-008-003\",\"002-009-001\",\"002-009-002\",\"002-009-003\",\"002-010-001\",\"002-010-002\",\"002-010-003\",\"002-011-001\",\"002-011-002\",\"002-011-003\",\"002-012-001\",\"002-012-002\",\"002-012-003\",\"002-013-001\",\"002-013-002\",\"002-013-003\",\"002-014-001\",\"002-014-002\",\"002-014-003\",\"002-015-001\",\"002-015-002\",\"002-015-003\",\"002-016-001\",\"002-016-002\",\"002-016-003\",\"002-017-001\",\"002-017-002\",\"002-017-003\",\"002-018-001\",\"002-018-002\",\"002-018-003\",\"002-019-001\",\"002-019-002\",\"002-019-003\",\"002-020-001\",\"002-020-002\",\"002-020-003\",\"002-021-001\",\"002-021-002\",\"002-021-003\",\"002-022-001\",\"002-022-002\",\"002-022-003\",\"002-023-001\",\"002-023-002\",\"002-023-003\",\"002-024-001\",\"002-024-002\",\"002-024-003\",\"002-025-001\",\"002-025-002\",\"002-025-003\",\"002-026-001\",\"002-026-002\",\"002-026-003\",\"002-027-001\",\"002-027-002\",\"002-027-003\",\"002-028-001\",\"002-028-002\",\"002-028-003\",\"002-029-001\",\"002-029-002\",\"002-029-003\",\"002-030-001\",\"002-030-002\",\"002-030-003\",\"002-031-001\",\"002-031-002\",\"002-031-003\",\"002-032-001\",\"002-032-002\",\"002-032-003\",\"002-033-001\",\"002-033-002\",\"002-033-003\",\"002-034-001\",\"002-034-002\",\"002-034-003\",\"002-035-001\",\"002-035-002\",\"002-035-003\",\"002-036-001\",\"002-036-002\",\"002-036-003\",\"002-037-001\",\"002-037-002\",\"002-037-003\",\"002-038-001\",\"002-038-002\",\"002-038-003\",\"002-039-001\",\"002-039-002\",\"002-039-003\",\"002-040-001\",\"002-040-002\",\"002-040-003\",\"002-041-001\",\"002-041-002\",\"002-041-003\",\"002-042-001\",\"002-042-002\",\"002-042-003\",\"002-043-001\",\"002-043-002\",\"002-043-003\",\"002-044-001\",\"002-044-002\",\"002-044-003\",\"002-045-001\",\"002-045-002\",\"002-045-003\",\"002-046-001\",\"002-046-003\"],\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:05:31|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:31 225","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 09:05:31 228","ResponseJsonData":"{\"Total\":13,\"Rows\":[{\"Id\":1039,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T21:05:21.77\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:05:31|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:31 225","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"6ms","ResponseTime":"2024-11-26 09:05:31 232","ResponseJsonData":"{\"Total\":13,\"Rows\":[{\"Id\":1039,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T21:05:21.77\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:05:37|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:37 991","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:Getmaterianame","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":null,\"DetailData\":null,\"DelKeys\":null,\"Extra\":\"2\"}]","ResponseIntervalTime":"2ms","ResponseTime":"2024-11-26 09:05:37 994","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":{\"Id\":4,\"AreaId\":1,\"MaterielCode\":\"2\",\"MaterielName\":\"2\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T08:54:11.873\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T16:47:30.67\"},\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:05:38|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:38 070","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"5ms","ResponseTime":"2024-11-26 09:05:38 075","ResponseJsonData":"{\"Total\":13,\"Rows\":[{\"Id\":1039,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T21:05:21.77\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:05:38|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:38 070","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"6ms","ResponseTime":"2024-11-26 09:05:38 076","ResponseJsonData":"{\"Total\":13,\"Rows\":[{\"Id\":1039,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T21:05:21.77\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:05:50|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:50 407","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"239ms","ResponseTime":"2024-11-26 09:05:50 646","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:50|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:50 407","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"473ms","ResponseTime":"2024-11-26 09:05:50 880","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:51|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:50 407","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_MaterielInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"749ms","ResponseTime":"2024-11-26 09:05:51 157","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:51|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:51 622","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryFirst","RequestParamsName":"【携带的参数有】:x => value(WIDESEA_BasicService.MaterielInfoService+<>c__DisplayClass7_0).materielCodes.Contains(x.MaterielCode)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 09:05:51 626","ResponseJsonData":"{\"Id\":4,\"AreaId\":1,\"MaterielCode\":\"2\",\"MaterielName\":\"2\",\"MaterielDes\":null,\"CotainerType\":0,\"Packspes\":null,\"Attribute\":0,\"Unit\":\"1\",\"Validity\":0,\"SafetyStock\":0.00,\"IsMixBatch\":false,\"IsMixMateriel\":false,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-10-30T08:54:11.873\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T16:47:30.67\"}"}
--------------------------------
2024/11/26 21:05:51|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:51 158","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:ExsitMateriels","RequestParamsName":"【携带的参数有】:System.Collections.Generic.List`1[System.String]","RequestParamsData":"[[\"2\"]]","ResponseIntervalTime":"468ms","ResponseTime":"2024-11-26 09:05:51 627","ResponseJsonData":"true"}
--------------------------------
2024/11/26 21:05:52|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:52 326","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryFirst","RequestParamsName":"【携带的参数有】:x => ((x.UpperOrderNo == value(WIDESEA_InboundService.InboundOrderService+<>c__DisplayClass13_0).inboundOrderAddDTO.UpperOrderNo) AndAlso Not(IsNullOrEmpty(x.UpperOrderNo)))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Operand.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 09:05:52 329","ResponseJsonData":"null"}
--------------------------------
2024/11/26 21:05:52|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:52 330","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"238ms","ResponseTime":"2024-11-26 09:05:52 569","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:52|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:52 570","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"279ms","ResponseTime":"2024-11-26 09:05:52 849","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:53|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:52 570","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"547ms","ResponseTime":"2024-11-26 09:05:53 118","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:53|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:52 570","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"936ms","ResponseTime":"2024-11-26 09:05:53 507","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Db.Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:53|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:53 964","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => value(WIDESEA_BasicService.LocationInfoService+<>c__DisplayClass16_0).locationCodes.Contains(x.LocationCode)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"3ms","ResponseTime":"2024-11-26 09:05:53 968","ResponseJsonData":"[{\"Id\":274,\"AreaId\":2,\"LocationCode\":\"002-046-001\",\"LocationName\":\"002行046列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":98,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-26T20:58:39.677\"}]"}
--------------------------------
2024/11/26 21:05:53|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:53 969","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:UpdateData","RequestParamsName":"【携带的参数有】:System.Collections.Generic.List`1[WIDESEA_Model.Models.Dt_LocationInfo]","RequestParamsData":"[[{\"Id\":274,\"AreaId\":2,\"LocationCode\":\"002-046-001\",\"LocationName\":\"002行046列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":98,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-26T20:58:39.677\"}]]","ResponseIntervalTime":"6ms","ResponseTime":"2024-11-26 09:05:53 975","ResponseJsonData":"true"}
--------------------------------
2024/11/26 21:05:53|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:53 508","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:UpdateStatus","RequestParamsName":"【携带的参数有】:System.Collections.Generic.List`1[System.String], 98","RequestParamsData":"[[\"002-046-001\"],98]","ResponseIntervalTime":"467ms","ResponseTime":"2024-11-26 09:05:53 976","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":null,\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:05:54|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:53 977","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"222ms","ResponseTime":"2024-11-26 09:05:54 199","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:54|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:54 212","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"238ms","ResponseTime":"2024-11-26 09:05:54 451","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:54|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:50 407","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:AddData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.SaveModel","RequestParamsData":"[{\"MainData\":{\"orderNo\":\"111\",\"orderStatus\":\"\",\"createType\":\"\",\"orderType\":\"100\",\"upperOrderNo\":\"\",\"remark\":\"\",\"id\":\"\"},\"DetailData\":[{\"materielCode\":\"2\",\"materielName\":\"2\",\"batchNo\":\"1\",\"orderQuantity\":\"1\",\"locationCode\":\"002-046-001\",\"elementIndex\":0}],\"DelKeys\":null,\"Extra\":null}]","ResponseIntervalTime":"46ms","ResponseTime":"2024-11-26 09:05:54 453","ResponseJsonData":"{\"Status\":true,\"Code\":0,\"Message\":null,\"Data\":null,\"DevMessage\":null}"}
--------------------------------
2024/11/26 21:05:54|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:54 506","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryPage","RequestParamsName":"【携带的参数有】:, 1, 30, System.Collections.Generic.Dictionary`2[System.String,SqlSugar.OrderByType]","RequestParamsData":"[\"\",1,30,{\"id\":1}]","ResponseIntervalTime":"10ms","ResponseTime":"2024-11-26 09:05:54 517","ResponseJsonData":"{\"Total\":14,\"Rows\":[{\"Id\":1040,\"OrderNo\":\"111\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T21:05:54.207\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1039,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T21:05:21.77\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:05:54|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:54 506","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:GetPageData","RequestParamsName":"【携带的参数有】:WIDESEA_Core.PageDataOptions","RequestParamsData":"[{\"Page\":1,\"Rows\":30,\"Total\":0,\"TableName\":null,\"Sort\":\"id\",\"Order\":\"desc\",\"Wheres\":\"[]\",\"Export\":false,\"Value\":null,\"Filter\":null}]","ResponseIntervalTime":"12ms","ResponseTime":"2024-11-26 09:05:54 518","ResponseJsonData":"{\"Total\":14,\"Rows\":[{\"Id\":1040,\"OrderNo\":\"111\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T21:05:54.207\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1039,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T21:05:21.77\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1038,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:58:39.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1037,\"OrderNo\":\"11\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T20:57:02.337\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1036,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T11:11:50.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1035,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T10:47:02.163\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1031,\"OrderNo\":\"1211\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-26T09:39:41.173\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1030,\"OrderNo\":\"241121093847\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:38:48.113\",\"Modifier\":null,\"ModifyDate\":\"2024-11-21T09:46:36.383\"},{\"Id\":1029,\"OrderNo\":\"241121091417\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-21T09:14:17.923\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1028,\"OrderNo\":\"241120215556\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:55:56.463\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":1027,\"OrderNo\":\"241120215310\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":0,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-20T21:53:11.08\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"OrderNo\":\"241119100559\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"Test1\",\"CreateDate\":\"2024-11-19T10:06:00.063\",\"Modifier\":null,\"ModifyDate\":\"2024-11-19T10:13:00.26\"},{\"Id\":26,\"OrderNo\":\"241114181114\",\"UpperOrderNo\":\"\",\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":\"\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T18:11:14.717\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T09:35:56.463\"},{\"Id\":25,\"OrderNo\":\"241114164802\",\"UpperOrderNo\":null,\"OrderType\":100,\"OrderStatus\":1,\"CreateType\":0,\"Remark\":null,\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2024-11-14T16:48:02.9\",\"Modifier\":\"admin\",\"ModifyDate\":\"2024-11-14T18:07:01.56\"}],\"Summary\":null}"}
--------------------------------
2024/11/26 21:05:56|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:56 612","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"347ms","ResponseTime":"2024-11-26 09:05:56 959","ResponseJsonData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'Context' with type 'SqlSugar.SqlSugarProvider'. Path 'Context'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2024/11/26 21:05:56|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2024-11-26 09:05:56 797","OpUserName":"【当前操作用户】:admin","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.EnableStatus == Convert(Normal, Object).ObjToInt())","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Method.Module.Assembly'.\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CheckForCircularReference(JsonWriter writer, Object value, JsonProperty property, JsonContract contract, JsonContainerContract containerContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeObject(JsonWriter writer, Object value, JsonObjectContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)\r\n   at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)\r\n   at Newtonsoft.Json.JsonConvert.SerializeObjectInternal(Object value, Type type, JsonSerializer jsonSerializer)\r\n   at WIDESEA_Core.AOP.LogAOP.Intercept(IInvocation invocation) in E:\\项目集\\ChuanSuoCheKu\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"170ms","ResponseTime":"2024-11-26 09:05:56 967","ResponseJsonData":"[{\"Id\":3,\"AreaId\":1,\"LocationCode\":\"001-001-003\",\"LocationName\":\"001行001列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":1,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":98,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.687\",\"Modifier\":\"Test1\",\"ModifyDate\":\"2024-11-21T09:14:14.83\"},{\"Id\":6,\"AreaId\":1,\"LocationCode\":\"001-002-003\",\"LocationName\":\"001行002列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":2,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.687\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":8,\"AreaId\":1,\"LocationCode\":\"001-003-002\",\"LocationName\":\"001行003列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":9,\"AreaId\":1,\"LocationCode\":\"001-003-003\",\"LocationName\":\"001行003列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":3,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":10,\"AreaId\":1,\"LocationCode\":\"001-004-001\",\"LocationName\":\"001行004列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":11,\"AreaId\":1,\"LocationCode\":\"001-004-002\",\"LocationName\":\"001行004列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":12,\"AreaId\":1,\"LocationCode\":\"001-004-003\",\"LocationName\":\"001行004列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":4,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13,\"AreaId\":1,\"LocationCode\":\"001-005-001\",\"LocationName\":\"001行005列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.69\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":14,\"AreaId\":1,\"LocationCode\":\"001-005-002\",\"LocationName\":\"001行005列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":15,\"AreaId\":1,\"LocationCode\":\"001-005-003\",\"LocationName\":\"001行005列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":5,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":16,\"AreaId\":1,\"LocationCode\":\"001-006-001\",\"LocationName\":\"001行006列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":17,\"AreaId\":1,\"LocationCode\":\"001-006-002\",\"LocationName\":\"001行006列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.693\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":18,\"AreaId\":1,\"LocationCode\":\"001-006-003\",\"LocationName\":\"001行006列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":6,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":19,\"AreaId\":1,\"LocationCode\":\"001-007-001\",\"LocationName\":\"001行007列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":20,\"AreaId\":1,\"LocationCode\":\"001-007-002\",\"LocationName\":\"001行007列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":7,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":21,\"AreaId\":1,\"LocationCode\":\"001-007-003\",\"LocationName\":\"001行007列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":7,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":22,\"AreaId\":1,\"LocationCode\":\"001-008-001\",\"LocationName\":\"001行008列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":23,\"AreaId\":1,\"LocationCode\":\"001-008-002\",\"LocationName\":\"001行008列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":8,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.697\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":24,\"AreaId\":1,\"LocationCode\":\"001-008-003\",\"LocationName\":\"001行008列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":8,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":25,\"AreaId\":1,\"LocationCode\":\"001-009-001\",\"LocationName\":\"001行009列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":26,\"AreaId\":1,\"LocationCode\":\"001-009-002\",\"LocationName\":\"001行009列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":9,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":27,\"AreaId\":1,\"LocationCode\":\"001-009-003\",\"LocationName\":\"001行009列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":9,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":28,\"AreaId\":1,\"LocationCode\":\"001-010-001\",\"LocationName\":\"001行010列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.7\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":29,\"AreaId\":1,\"LocationCode\":\"001-010-002\",\"LocationName\":\"001行010列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":10,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":30,\"AreaId\":1,\"LocationCode\":\"001-010-003\",\"LocationName\":\"001行010列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":10,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":31,\"AreaId\":1,\"LocationCode\":\"001-011-001\",\"LocationName\":\"001行011列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":32,\"AreaId\":1,\"LocationCode\":\"001-011-002\",\"LocationName\":\"001行011列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":11,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":33,\"AreaId\":1,\"LocationCode\":\"001-011-003\",\"LocationName\":\"001行011列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":11,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.703\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":34,\"AreaId\":1,\"LocationCode\":\"001-012-001\",\"LocationName\":\"001行012列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":35,\"AreaId\":1,\"LocationCode\":\"001-012-002\",\"LocationName\":\"001行012列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":12,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":36,\"AreaId\":1,\"LocationCode\":\"001-012-003\",\"LocationName\":\"001行012列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":12,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":37,\"AreaId\":1,\"LocationCode\":\"001-013-001\",\"LocationName\":\"001行013列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":38,\"AreaId\":1,\"LocationCode\":\"001-013-002\",\"LocationName\":\"001行013列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":13,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":39,\"AreaId\":1,\"LocationCode\":\"001-013-003\",\"LocationName\":\"001行013列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":13,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":40,\"AreaId\":1,\"LocationCode\":\"001-014-001\",\"LocationName\":\"001行014列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.707\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":41,\"AreaId\":1,\"LocationCode\":\"001-014-002\",\"LocationName\":\"001行014列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":14,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":42,\"AreaId\":1,\"LocationCode\":\"001-014-003\",\"LocationName\":\"001行014列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":14,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":43,\"AreaId\":1,\"LocationCode\":\"001-015-001\",\"LocationName\":\"001行015列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":44,\"AreaId\":1,\"LocationCode\":\"001-015-002\",\"LocationName\":\"001行015列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":15,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.71\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":45,\"AreaId\":1,\"LocationCode\":\"001-015-003\",\"LocationName\":\"001行015列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":15,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":46,\"AreaId\":1,\"LocationCode\":\"001-016-001\",\"LocationName\":\"001行016列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":47,\"AreaId\":1,\"LocationCode\":\"001-016-002\",\"LocationName\":\"001行016列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":16,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":48,\"AreaId\":1,\"LocationCode\":\"001-016-003\",\"LocationName\":\"001行016列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":16,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":49,\"AreaId\":1,\"LocationCode\":\"001-017-001\",\"LocationName\":\"001行017列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":50,\"AreaId\":1,\"LocationCode\":\"001-017-002\",\"LocationName\":\"001行017列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":17,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.713\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":51,\"AreaId\":1,\"LocationCode\":\"001-017-003\",\"LocationName\":\"001行017列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":17,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":52,\"AreaId\":1,\"LocationCode\":\"001-018-001\",\"LocationName\":\"001行018列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":53,\"AreaId\":1,\"LocationCode\":\"001-018-002\",\"LocationName\":\"001行018列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":18,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":54,\"AreaId\":1,\"LocationCode\":\"001-018-003\",\"LocationName\":\"001行018列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":18,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":55,\"AreaId\":1,\"LocationCode\":\"001-019-001\",\"LocationName\":\"001行019列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.717\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":56,\"AreaId\":1,\"LocationCode\":\"001-019-002\",\"LocationName\":\"001行019列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":19,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":57,\"AreaId\":1,\"LocationCode\":\"001-019-003\",\"LocationName\":\"001行019列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":19,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":58,\"AreaId\":1,\"LocationCode\":\"001-020-001\",\"LocationName\":\"001行020列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":20,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":59,\"AreaId\":1,\"LocationCode\":\"001-020-002\",\"LocationName\":\"001行020列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":20,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.72\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":60,\"AreaId\":1,\"LocationCode\":\"001-020-003\",\"LocationName\":\"001行020列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":20,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":61,\"AreaId\":1,\"LocationCode\":\"001-021-001\",\"LocationName\":\"001行021列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":21,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":62,\"AreaId\":1,\"LocationCode\":\"001-021-002\",\"LocationName\":\"001行021列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":21,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.723\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":63,\"AreaId\":1,\"LocationCode\":\"001-021-003\",\"LocationName\":\"001行021列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":21,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":64,\"AreaId\":1,\"LocationCode\":\"001-022-001\",\"LocationName\":\"001行022列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":22,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":65,\"AreaId\":1,\"LocationCode\":\"001-022-002\",\"LocationName\":\"001行022列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":22,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":66,\"AreaId\":1,\"LocationCode\":\"001-022-003\",\"LocationName\":\"001行022列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":22,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":67,\"AreaId\":1,\"LocationCode\":\"001-023-001\",\"LocationName\":\"001行023列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":23,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":68,\"AreaId\":1,\"LocationCode\":\"001-023-002\",\"LocationName\":\"001行023列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":23,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.727\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":69,\"AreaId\":1,\"LocationCode\":\"001-023-003\",\"LocationName\":\"001行023列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":23,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":70,\"AreaId\":1,\"LocationCode\":\"001-024-001\",\"LocationName\":\"001行024列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":24,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":71,\"AreaId\":1,\"LocationCode\":\"001-024-002\",\"LocationName\":\"001行024列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":24,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":72,\"AreaId\":1,\"LocationCode\":\"001-024-003\",\"LocationName\":\"001行024列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":24,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.73\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":73,\"AreaId\":1,\"LocationCode\":\"001-025-001\",\"LocationName\":\"001行025列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":25,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":74,\"AreaId\":1,\"LocationCode\":\"001-025-002\",\"LocationName\":\"001行025列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":25,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":75,\"AreaId\":1,\"LocationCode\":\"001-025-003\",\"LocationName\":\"001行025列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":25,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":76,\"AreaId\":1,\"LocationCode\":\"001-026-001\",\"LocationName\":\"001行026列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":26,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.733\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":77,\"AreaId\":1,\"LocationCode\":\"001-026-002\",\"LocationName\":\"001行026列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":26,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":78,\"AreaId\":1,\"LocationCode\":\"001-026-003\",\"LocationName\":\"001行026列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":26,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":79,\"AreaId\":1,\"LocationCode\":\"001-027-001\",\"LocationName\":\"001行027列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":27,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":80,\"AreaId\":1,\"LocationCode\":\"001-027-002\",\"LocationName\":\"001行027列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":27,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":81,\"AreaId\":1,\"LocationCode\":\"001-027-003\",\"LocationName\":\"001行027列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":27,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":82,\"AreaId\":1,\"LocationCode\":\"001-028-001\",\"LocationName\":\"001行028列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":28,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.737\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":83,\"AreaId\":1,\"LocationCode\":\"001-028-002\",\"LocationName\":\"001行028列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":28,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":84,\"AreaId\":1,\"LocationCode\":\"001-028-003\",\"LocationName\":\"001行028列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":28,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":85,\"AreaId\":1,\"LocationCode\":\"001-029-001\",\"LocationName\":\"001行029列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":29,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":86,\"AreaId\":1,\"LocationCode\":\"001-029-002\",\"LocationName\":\"001行029列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":29,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.74\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":87,\"AreaId\":1,\"LocationCode\":\"001-029-003\",\"LocationName\":\"001行029列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":29,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":88,\"AreaId\":1,\"LocationCode\":\"001-030-001\",\"LocationName\":\"001行030列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":30,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":89,\"AreaId\":1,\"LocationCode\":\"001-030-002\",\"LocationName\":\"001行030列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":30,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":90,\"AreaId\":1,\"LocationCode\":\"001-030-003\",\"LocationName\":\"001行030列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":30,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.743\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":91,\"AreaId\":1,\"LocationCode\":\"001-031-001\",\"LocationName\":\"001行031列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":31,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":92,\"AreaId\":1,\"LocationCode\":\"001-031-002\",\"LocationName\":\"001行031列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":31,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":93,\"AreaId\":1,\"LocationCode\":\"001-031-003\",\"LocationName\":\"001行031列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":31,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":94,\"AreaId\":1,\"LocationCode\":\"001-032-001\",\"LocationName\":\"001行032列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":32,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":95,\"AreaId\":1,\"LocationCode\":\"001-032-002\",\"LocationName\":\"001行032列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":32,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.747\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":96,\"AreaId\":1,\"LocationCode\":\"001-032-003\",\"LocationName\":\"001行032列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":32,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":97,\"AreaId\":1,\"LocationCode\":\"001-033-001\",\"LocationName\":\"001行033列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":33,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":98,\"AreaId\":1,\"LocationCode\":\"001-033-002\",\"LocationName\":\"001行033列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":33,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":99,\"AreaId\":1,\"LocationCode\":\"001-033-003\",\"LocationName\":\"001行033列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":33,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.75\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":100,\"AreaId\":1,\"LocationCode\":\"001-034-001\",\"LocationName\":\"001行034列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":34,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":101,\"AreaId\":1,\"LocationCode\":\"001-034-002\",\"LocationName\":\"001行034列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":34,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":102,\"AreaId\":1,\"LocationCode\":\"001-034-003\",\"LocationName\":\"001行034列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":34,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":103,\"AreaId\":1,\"LocationCode\":\"001-035-001\",\"LocationName\":\"001行035列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":35,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.753\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":104,\"AreaId\":1,\"LocationCode\":\"001-035-002\",\"LocationName\":\"001行035列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":35,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.757\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":105,\"AreaId\":1,\"LocationCode\":\"001-035-003\",\"LocationName\":\"001行035列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":35,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.757\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":106,\"AreaId\":1,\"LocationCode\":\"001-036-001\",\"LocationName\":\"001行036列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":36,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.757\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":107,\"AreaId\":1,\"LocationCode\":\"001-036-002\",\"LocationName\":\"001行036列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":36,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.76\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":108,\"AreaId\":1,\"LocationCode\":\"001-036-003\",\"LocationName\":\"001行036列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":36,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.76\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":109,\"AreaId\":1,\"LocationCode\":\"001-037-001\",\"LocationName\":\"001行037列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":37,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.76\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":110,\"AreaId\":1,\"LocationCode\":\"001-037-002\",\"LocationName\":\"001行037列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":37,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":111,\"AreaId\":1,\"LocationCode\":\"001-037-003\",\"LocationName\":\"001行037列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":37,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":112,\"AreaId\":1,\"LocationCode\":\"001-038-001\",\"LocationName\":\"001行038列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":38,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":113,\"AreaId\":1,\"LocationCode\":\"001-038-002\",\"LocationName\":\"001行038列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":38,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.763\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":114,\"AreaId\":1,\"LocationCode\":\"001-038-003\",\"LocationName\":\"001行038列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":38,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":115,\"AreaId\":1,\"LocationCode\":\"001-039-001\",\"LocationName\":\"001行039列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":39,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":116,\"AreaId\":1,\"LocationCode\":\"001-039-002\",\"LocationName\":\"001行039列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":39,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":117,\"AreaId\":1,\"LocationCode\":\"001-039-003\",\"LocationName\":\"001行039列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":39,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.767\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":118,\"AreaId\":1,\"LocationCode\":\"001-040-001\",\"LocationName\":\"001行040列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":40,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.77\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":119,\"AreaId\":1,\"LocationCode\":\"001-040-002\",\"LocationName\":\"001行040列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":40,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.773\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":120,\"AreaId\":1,\"LocationCode\":\"001-040-003\",\"LocationName\":\"001行040列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":40,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.777\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":121,\"AreaId\":1,\"LocationCode\":\"001-041-001\",\"LocationName\":\"001行041列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":41,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.777\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":122,\"AreaId\":1,\"LocationCode\":\"001-041-002\",\"LocationName\":\"001行041列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":41,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.777\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":123,\"AreaId\":1,\"LocationCode\":\"001-041-003\",\"LocationName\":\"001行041列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":41,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":124,\"AreaId\":1,\"LocationCode\":\"001-042-001\",\"LocationName\":\"001行042列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":42,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":125,\"AreaId\":1,\"LocationCode\":\"001-042-002\",\"LocationName\":\"001行042列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":42,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.78\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":126,\"AreaId\":1,\"LocationCode\":\"001-042-003\",\"LocationName\":\"001行042列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":42,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.783\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":127,\"AreaId\":1,\"LocationCode\":\"001-043-001\",\"LocationName\":\"001行043列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":43,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.783\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":128,\"AreaId\":1,\"LocationCode\":\"001-043-002\",\"LocationName\":\"001行043列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":43,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.787\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":129,\"AreaId\":1,\"LocationCode\":\"001-043-003\",\"LocationName\":\"001行043列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":43,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.79\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":130,\"AreaId\":1,\"LocationCode\":\"001-044-001\",\"LocationName\":\"001行044列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":44,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.793\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":131,\"AreaId\":1,\"LocationCode\":\"001-044-002\",\"LocationName\":\"001行044列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":44,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.793\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":132,\"AreaId\":1,\"LocationCode\":\"001-044-003\",\"LocationName\":\"001行044列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":44,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.793\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":133,\"AreaId\":1,\"LocationCode\":\"001-045-001\",\"LocationName\":\"001行045列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":45,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":134,\"AreaId\":1,\"LocationCode\":\"001-045-002\",\"LocationName\":\"001行045列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":45,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":135,\"AreaId\":1,\"LocationCode\":\"001-045-003\",\"LocationName\":\"001行045列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":45,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":136,\"AreaId\":1,\"LocationCode\":\"001-046-001\",\"LocationName\":\"001行046列001层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":46,\"Layer\":1,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.797\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":137,\"AreaId\":1,\"LocationCode\":\"001-046-002\",\"LocationName\":\"001行046列002层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":46,\"Layer\":2,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.8\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":138,\"AreaId\":1,\"LocationCode\":\"001-046-003\",\"LocationName\":\"001行046列003层\",\"RoadwayNo\":\"SC01\",\"Row\":1,\"Column\":46,\"Layer\":3,\"Depth\":1,\"MaxQty\":12,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.8\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":140,\"AreaId\":2,\"LocationCode\":\"002-001-002\",\"LocationName\":\"002行001列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":1,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":141,\"AreaId\":2,\"LocationCode\":\"002-001-003\",\"LocationName\":\"002行001列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":1,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":142,\"AreaId\":2,\"LocationCode\":\"002-002-001\",\"LocationName\":\"002行002列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":\"2024-11-15T16:23:39.26\"},{\"Id\":143,\"AreaId\":2,\"LocationCode\":\"002-002-002\",\"LocationName\":\"002行002列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.803\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":144,\"AreaId\":2,\"LocationCode\":\"002-002-003\",\"LocationName\":\"002行002列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":2,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":145,\"AreaId\":2,\"LocationCode\":\"002-003-001\",\"LocationName\":\"002行003列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":146,\"AreaId\":2,\"LocationCode\":\"002-003-002\",\"LocationName\":\"002行003列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":147,\"AreaId\":2,\"LocationCode\":\"002-003-003\",\"LocationName\":\"002行003列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":3,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":148,\"AreaId\":2,\"LocationCode\":\"002-004-001\",\"LocationName\":\"002行004列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.807\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":149,\"AreaId\":2,\"LocationCode\":\"002-004-002\",\"LocationName\":\"002行004列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":150,\"AreaId\":2,\"LocationCode\":\"002-004-003\",\"LocationName\":\"002行004列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":4,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":151,\"AreaId\":2,\"LocationCode\":\"002-005-001\",\"LocationName\":\"002行005列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.81\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":152,\"AreaId\":2,\"LocationCode\":\"002-005-002\",\"LocationName\":\"002行005列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.813\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":153,\"AreaId\":2,\"LocationCode\":\"002-005-003\",\"LocationName\":\"002行005列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":5,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.813\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":154,\"AreaId\":2,\"LocationCode\":\"002-006-001\",\"LocationName\":\"002行006列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.813\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":155,\"AreaId\":2,\"LocationCode\":\"002-006-002\",\"LocationName\":\"002行006列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":6,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":156,\"AreaId\":2,\"LocationCode\":\"002-006-003\",\"LocationName\":\"002行006列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":6,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":157,\"AreaId\":2,\"LocationCode\":\"002-007-001\",\"LocationName\":\"002行007列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":158,\"AreaId\":2,\"LocationCode\":\"002-007-002\",\"LocationName\":\"002行007列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":7,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":159,\"AreaId\":2,\"LocationCode\":\"002-007-003\",\"LocationName\":\"002行007列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":7,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.817\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":160,\"AreaId\":2,\"LocationCode\":\"002-008-001\",\"LocationName\":\"002行008列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":161,\"AreaId\":2,\"LocationCode\":\"002-008-002\",\"LocationName\":\"002行008列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":8,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":162,\"AreaId\":2,\"LocationCode\":\"002-008-003\",\"LocationName\":\"002行008列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":8,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.82\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":163,\"AreaId\":2,\"LocationCode\":\"002-009-001\",\"LocationName\":\"002行009列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.823\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":164,\"AreaId\":2,\"LocationCode\":\"002-009-002\",\"LocationName\":\"002行009列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":9,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.823\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":165,\"AreaId\":2,\"LocationCode\":\"002-009-003\",\"LocationName\":\"002行009列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":9,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.823\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":166,\"AreaId\":2,\"LocationCode\":\"002-010-001\",\"LocationName\":\"002行010列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":167,\"AreaId\":2,\"LocationCode\":\"002-010-002\",\"LocationName\":\"002行010列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":10,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":168,\"AreaId\":2,\"LocationCode\":\"002-010-003\",\"LocationName\":\"002行010列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":10,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":169,\"AreaId\":2,\"LocationCode\":\"002-011-001\",\"LocationName\":\"002行011列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":170,\"AreaId\":2,\"LocationCode\":\"002-011-002\",\"LocationName\":\"002行011列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":11,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.827\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":171,\"AreaId\":2,\"LocationCode\":\"002-011-003\",\"LocationName\":\"002行011列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":11,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.83\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":172,\"AreaId\":2,\"LocationCode\":\"002-012-001\",\"LocationName\":\"002行012列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.83\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":173,\"AreaId\":2,\"LocationCode\":\"002-012-002\",\"LocationName\":\"002行012列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":12,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.833\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":174,\"AreaId\":2,\"LocationCode\":\"002-012-003\",\"LocationName\":\"002行012列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":12,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.837\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":175,\"AreaId\":2,\"LocationCode\":\"002-013-001\",\"LocationName\":\"002行013列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.84\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":176,\"AreaId\":2,\"LocationCode\":\"002-013-002\",\"LocationName\":\"002行013列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":13,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.843\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":177,\"AreaId\":2,\"LocationCode\":\"002-013-003\",\"LocationName\":\"002行013列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":13,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.843\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":178,\"AreaId\":2,\"LocationCode\":\"002-014-001\",\"LocationName\":\"002行014列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.85\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":179,\"AreaId\":2,\"LocationCode\":\"002-014-002\",\"LocationName\":\"002行014列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":14,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.853\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":180,\"AreaId\":2,\"LocationCode\":\"002-014-003\",\"LocationName\":\"002行014列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":14,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.853\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":181,\"AreaId\":2,\"LocationCode\":\"002-015-001\",\"LocationName\":\"002行015列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":182,\"AreaId\":2,\"LocationCode\":\"002-015-002\",\"LocationName\":\"002行015列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":15,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":183,\"AreaId\":2,\"LocationCode\":\"002-015-003\",\"LocationName\":\"002行015列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":15,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":184,\"AreaId\":2,\"LocationCode\":\"002-016-001\",\"LocationName\":\"002行016列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":185,\"AreaId\":2,\"LocationCode\":\"002-016-002\",\"LocationName\":\"002行016列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":16,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.857\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":186,\"AreaId\":2,\"LocationCode\":\"002-016-003\",\"LocationName\":\"002行016列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":16,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.86\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":187,\"AreaId\":2,\"LocationCode\":\"002-017-001\",\"LocationName\":\"002行017列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.86\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":188,\"AreaId\":2,\"LocationCode\":\"002-017-002\",\"LocationName\":\"002行017列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":17,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.86\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":189,\"AreaId\":2,\"LocationCode\":\"002-017-003\",\"LocationName\":\"002行017列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":17,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":190,\"AreaId\":2,\"LocationCode\":\"002-018-001\",\"LocationName\":\"002行018列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":191,\"AreaId\":2,\"LocationCode\":\"002-018-002\",\"LocationName\":\"002行018列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":18,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.863\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":192,\"AreaId\":2,\"LocationCode\":\"002-018-003\",\"LocationName\":\"002行018列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":18,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":193,\"AreaId\":2,\"LocationCode\":\"002-019-001\",\"LocationName\":\"002行019列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":194,\"AreaId\":2,\"LocationCode\":\"002-019-002\",\"LocationName\":\"002行019列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":19,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":195,\"AreaId\":2,\"LocationCode\":\"002-019-003\",\"LocationName\":\"002行019列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":19,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.867\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":196,\"AreaId\":2,\"LocationCode\":\"002-020-001\",\"LocationName\":\"002行020列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":20,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.87\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":197,\"AreaId\":2,\"LocationCode\":\"002-020-002\",\"LocationName\":\"002行020列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":20,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.87\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":198,\"AreaId\":2,\"LocationCode\":\"002-020-003\",\"LocationName\":\"002行020列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":20,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.87\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":199,\"AreaId\":2,\"LocationCode\":\"002-021-001\",\"LocationName\":\"002行021列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":21,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.873\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":200,\"AreaId\":2,\"LocationCode\":\"002-021-002\",\"LocationName\":\"002行021列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":21,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.873\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":201,\"AreaId\":2,\"LocationCode\":\"002-021-003\",\"LocationName\":\"002行021列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":21,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":202,\"AreaId\":2,\"LocationCode\":\"002-022-001\",\"LocationName\":\"002行022列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":22,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":203,\"AreaId\":2,\"LocationCode\":\"002-022-002\",\"LocationName\":\"002行022列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":22,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":204,\"AreaId\":2,\"LocationCode\":\"002-022-003\",\"LocationName\":\"002行022列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":22,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":205,\"AreaId\":2,\"LocationCode\":\"002-023-001\",\"LocationName\":\"002行023列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":23,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":206,\"AreaId\":2,\"LocationCode\":\"002-023-002\",\"LocationName\":\"002行023列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":23,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":207,\"AreaId\":2,\"LocationCode\":\"002-023-003\",\"LocationName\":\"002行023列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":23,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":208,\"AreaId\":2,\"LocationCode\":\"002-024-001\",\"LocationName\":\"002行024列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":24,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":209,\"AreaId\":2,\"LocationCode\":\"002-024-002\",\"LocationName\":\"002行024列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":24,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":210,\"AreaId\":2,\"LocationCode\":\"002-024-003\",\"LocationName\":\"002行024列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":24,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":211,\"AreaId\":2,\"LocationCode\":\"002-025-001\",\"LocationName\":\"002行025列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":25,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":212,\"AreaId\":2,\"LocationCode\":\"002-025-002\",\"LocationName\":\"002行025列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":25,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":213,\"AreaId\":2,\"LocationCode\":\"002-025-003\",\"LocationName\":\"002行025列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":25,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":214,\"AreaId\":2,\"LocationCode\":\"002-026-001\",\"LocationName\":\"002行026列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":26,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":215,\"AreaId\":2,\"LocationCode\":\"002-026-002\",\"LocationName\":\"002行026列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":26,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":216,\"AreaId\":2,\"LocationCode\":\"002-026-003\",\"LocationName\":\"002行026列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":26,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":217,\"AreaId\":2,\"LocationCode\":\"002-027-001\",\"LocationName\":\"002行027列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":27,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":218,\"AreaId\":2,\"LocationCode\":\"002-027-002\",\"LocationName\":\"002行027列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":27,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":219,\"AreaId\":2,\"LocationCode\":\"002-027-003\",\"LocationName\":\"002行027列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":27,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":220,\"AreaId\":2,\"LocationCode\":\"002-028-001\",\"LocationName\":\"002行028列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":28,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":221,\"AreaId\":2,\"LocationCode\":\"002-028-002\",\"LocationName\":\"002行028列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":28,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":222,\"AreaId\":2,\"LocationCode\":\"002-028-003\",\"LocationName\":\"002行028列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":28,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":223,\"AreaId\":2,\"LocationCode\":\"002-029-001\",\"LocationName\":\"002行029列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":29,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":224,\"AreaId\":2,\"LocationCode\":\"002-029-002\",\"LocationName\":\"002行029列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":29,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":225,\"AreaId\":2,\"LocationCode\":\"002-029-003\",\"LocationName\":\"002行029列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":29,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":226,\"AreaId\":2,\"LocationCode\":\"002-030-001\",\"LocationName\":\"002行030列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":30,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":227,\"AreaId\":2,\"LocationCode\":\"002-030-002\",\"LocationName\":\"002行030列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":30,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":228,\"AreaId\":2,\"LocationCode\":\"002-030-003\",\"LocationName\":\"002行030列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":30,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":229,\"AreaId\":2,\"LocationCode\":\"002-031-001\",\"LocationName\":\"002行031列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":31,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":230,\"AreaId\":2,\"LocationCode\":\"002-031-002\",\"LocationName\":\"002行031列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":31,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":231,\"AreaId\":2,\"LocationCode\":\"002-031-003\",\"LocationName\":\"002行031列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":31,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":232,\"AreaId\":2,\"LocationCode\":\"002-032-001\",\"LocationName\":\"002行032列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":32,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.91\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":233,\"AreaId\":2,\"LocationCode\":\"002-032-002\",\"LocationName\":\"002行032列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":32,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.91\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":234,\"AreaId\":2,\"LocationCode\":\"002-032-003\",\"LocationName\":\"002行032列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":32,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.91\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":235,\"AreaId\":2,\"LocationCode\":\"002-033-001\",\"LocationName\":\"002行033列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":33,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":236,\"AreaId\":2,\"LocationCode\":\"002-033-002\",\"LocationName\":\"002行033列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":33,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":237,\"AreaId\":2,\"LocationCode\":\"002-033-003\",\"LocationName\":\"002行033列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":33,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.913\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":238,\"AreaId\":2,\"LocationCode\":\"002-034-001\",\"LocationName\":\"002行034列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":34,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":239,\"AreaId\":2,\"LocationCode\":\"002-034-002\",\"LocationName\":\"002行034列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":34,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":240,\"AreaId\":2,\"LocationCode\":\"002-034-003\",\"LocationName\":\"002行034列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":34,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":241,\"AreaId\":2,\"LocationCode\":\"002-035-001\",\"LocationName\":\"002行035列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":35,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.917\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":242,\"AreaId\":2,\"LocationCode\":\"002-035-002\",\"LocationName\":\"002行035列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":35,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.933\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":243,\"AreaId\":2,\"LocationCode\":\"002-035-003\",\"LocationName\":\"002行035列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":35,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.933\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":244,\"AreaId\":2,\"LocationCode\":\"002-036-001\",\"LocationName\":\"002行036列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":36,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.933\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":245,\"AreaId\":2,\"LocationCode\":\"002-036-002\",\"LocationName\":\"002行036列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":36,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":246,\"AreaId\":2,\"LocationCode\":\"002-036-003\",\"LocationName\":\"002行036列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":36,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":247,\"AreaId\":2,\"LocationCode\":\"002-037-001\",\"LocationName\":\"002行037列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":37,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":248,\"AreaId\":2,\"LocationCode\":\"002-037-002\",\"LocationName\":\"002行037列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":37,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":249,\"AreaId\":2,\"LocationCode\":\"002-037-003\",\"LocationName\":\"002行037列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":37,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.937\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":250,\"AreaId\":2,\"LocationCode\":\"002-038-001\",\"LocationName\":\"002行038列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":38,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":251,\"AreaId\":2,\"LocationCode\":\"002-038-002\",\"LocationName\":\"002行038列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":38,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":252,\"AreaId\":2,\"LocationCode\":\"002-038-003\",\"LocationName\":\"002行038列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":38,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":253,\"AreaId\":2,\"LocationCode\":\"002-039-001\",\"LocationName\":\"002行039列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":39,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.94\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":254,\"AreaId\":2,\"LocationCode\":\"002-039-002\",\"LocationName\":\"002行039列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":39,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":255,\"AreaId\":2,\"LocationCode\":\"002-039-003\",\"LocationName\":\"002行039列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":39,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":256,\"AreaId\":2,\"LocationCode\":\"002-040-001\",\"LocationName\":\"002行040列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":40,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":257,\"AreaId\":2,\"LocationCode\":\"002-040-002\",\"LocationName\":\"002行040列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":40,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.943\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":258,\"AreaId\":2,\"LocationCode\":\"002-040-003\",\"LocationName\":\"002行040列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":40,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":259,\"AreaId\":2,\"LocationCode\":\"002-041-001\",\"LocationName\":\"002行041列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":41,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":260,\"AreaId\":2,\"LocationCode\":\"002-041-002\",\"LocationName\":\"002行041列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":41,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":261,\"AreaId\":2,\"LocationCode\":\"002-041-003\",\"LocationName\":\"002行041列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":41,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.947\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":262,\"AreaId\":2,\"LocationCode\":\"002-042-001\",\"LocationName\":\"002行042列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":42,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":263,\"AreaId\":2,\"LocationCode\":\"002-042-002\",\"LocationName\":\"002行042列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":42,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":264,\"AreaId\":2,\"LocationCode\":\"002-042-003\",\"LocationName\":\"002行042列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":42,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":265,\"AreaId\":2,\"LocationCode\":\"002-043-001\",\"LocationName\":\"002行043列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":43,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":266,\"AreaId\":2,\"LocationCode\":\"002-043-002\",\"LocationName\":\"002行043列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":43,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.95\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":267,\"AreaId\":2,\"LocationCode\":\"002-043-003\",\"LocationName\":\"002行043列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":43,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":268,\"AreaId\":2,\"LocationCode\":\"002-044-001\",\"LocationName\":\"002行044列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":44,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":269,\"AreaId\":2,\"LocationCode\":\"002-044-002\",\"LocationName\":\"002行044列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":44,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":270,\"AreaId\":2,\"LocationCode\":\"002-044-003\",\"LocationName\":\"002行044列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":44,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.953\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":271,\"AreaId\":2,\"LocationCode\":\"002-045-001\",\"LocationName\":\"002行045列001层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":45,\"Layer\":1,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":272,\"AreaId\":2,\"LocationCode\":\"002-045-002\",\"LocationName\":\"002行045列002层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":45,\"Layer\":2,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":273,\"AreaId\":2,\"LocationCode\":\"002-045-003\",\"LocationName\":\"002行045列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":45,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":276,\"AreaId\":2,\"LocationCode\":\"002-046-003\",\"LocationName\":\"002行046列003层\",\"RoadwayNo\":\"SC01\",\"Row\":2,\"Column\":46,\"Layer\":3,\"Depth\":1,\"MaxQty\":24,\"CurrentQty\":0,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"System\",\"CreateDate\":\"2024-10-21T14:57:22.957\",\"Modifier\":null,\"ModifyDate\":null}]"}