huanghongfeng
2025-06-19 085db9d730bbec26f66be555a87c55a79a934347
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
--------------------------------
2025/5/23 20:37:18|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:17 679","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"632ms","ResponseTime":"2025-05-23 08:37:18 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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:18|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:18 690","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 99)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"106ms","ResponseTime":"2025-05-23 08:37:18 796","ResponseJsonData":"[{\"Id\":13756,\"AreaId\":0,\"LocationCode\":\"B-002-001\",\"LocationName\":\"B行002列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":99,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-04-23T21:41:26.377\"}]"}
--------------------------------
2025/5/23 20:37:19|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:16 784","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"228ms","ResponseTime":"2025-05-23 08:37:19 012","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:19|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:17 563","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"568ms","ResponseTime":"2025-05-23 08:37:19 131","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:19|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:17 679","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"738ms","ResponseTime":"2025-05-23 08:37:19 417","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:20|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:18 853","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"231ms","ResponseTime":"2025-05-23 08:37:20 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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:20|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:19 040","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"191ms","ResponseTime":"2025-05-23 08:37:20 231","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:20|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:17 563","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"886ms","ResponseTime":"2025-05-23 08:37:20 449","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:20|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:20 288","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 2)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"161ms","ResponseTime":"2025-05-23 08:37:20 449","ResponseJsonData":"[{\"Id\":13881,\"AreaId\":0,\"LocationCode\":\"A-002-006\",\"LocationName\":\"A行002列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2025/5/23 20:37:20|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:20 545","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 2)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"54ms","ResponseTime":"2025-05-23 08:37:20 599","ResponseJsonData":"[{\"Id\":13881,\"AreaId\":0,\"LocationCode\":\"A-002-006\",\"LocationName\":\"A行002列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2025/5/23 20:37:20|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:17 679","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"919ms","ResponseTime":"2025-05-23 08:37:20 599","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:20|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:18 853","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"996ms","ResponseTime":"2025-05-23 08:37:20 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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:21|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:19 040","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"207ms","ResponseTime":"2025-05-23 08:37:21 247","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:21|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:20 564","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"753ms","ResponseTime":"2025-05-23 08:37:21 318","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:21|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:20 563","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"798ms","ResponseTime":"2025-05-23 08:37:21 361","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:21|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:20 619","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"807ms","ResponseTime":"2025-05-23 08:37:21 427","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:21|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:20 706","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"736ms","ResponseTime":"2025-05-23 08:37:21 442","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:21|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:18 852","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"34ms","ResponseTime":"2025-05-23 08:37:21 887","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:22|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:20 564","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"417ms","ResponseTime":"2025-05-23 08:37:21 982","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:22|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:20 544","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"580ms","ResponseTime":"2025-05-23 08:37:22 125","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:22|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:20 619","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"620ms","ResponseTime":"2025-05-23 08:37:22 240","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:22|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:20 705","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"589ms","ResponseTime":"2025-05-23 08:37:22 295","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:22|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:20 564","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"245ms","ResponseTime":"2025-05-23 08:37:22 810","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:23|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:21 981","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"134ms","ResponseTime":"2025-05-23 08:37:23 116","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:23|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:20 619","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"551ms","ResponseTime":"2025-05-23 08:37:23 170","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:23|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:23 307","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 0)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"150ms","ResponseTime":"2025-05-23 08:37:23 457","ResponseJsonData":"[{\"Id\":13757,\"AreaId\":0,\"LocationCode\":\"B-002-002\",\"LocationName\":\"B行002列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13758,\"AreaId\":0,\"LocationCode\":\"B-002-003\",\"LocationName\":\"B行002列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13759,\"AreaId\":0,\"LocationCode\":\"B-002-004\",\"LocationName\":\"B行002列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13760,\"AreaId\":0,\"LocationCode\":\"B-002-005\",\"LocationName\":\"B行002列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13761,\"AreaId\":0,\"LocationCode\":\"B-002-006\",\"LocationName\":\"B行002列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13762,\"AreaId\":0,\"LocationCode\":\"B-003-001\",\"LocationName\":\"B行003列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:36.6\"},{\"Id\":13763,\"AreaId\":0,\"LocationCode\":\"B-003-002\",\"LocationName\":\"B行003列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13764,\"AreaId\":0,\"LocationCode\":\"B-003-003\",\"LocationName\":\"B行003列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13765,\"AreaId\":0,\"LocationCode\":\"B-003-004\",\"LocationName\":\"B行003列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13766,\"AreaId\":0,\"LocationCode\":\"B-003-005\",\"LocationName\":\"B行003列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13767,\"AreaId\":0,\"LocationCode\":\"B-003-006\",\"LocationName\":\"B行003列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13768,\"AreaId\":0,\"LocationCode\":\"B-004-001\",\"LocationName\":\"B行004列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T21:53:16.753\"},{\"Id\":13769,\"AreaId\":0,\"LocationCode\":\"B-004-002\",\"LocationName\":\"B行004列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13770,\"AreaId\":0,\"LocationCode\":\"B-004-003\",\"LocationName\":\"B行004列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13771,\"AreaId\":0,\"LocationCode\":\"B-004-004\",\"LocationName\":\"B行004列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13772,\"AreaId\":0,\"LocationCode\":\"B-004-005\",\"LocationName\":\"B行004列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13773,\"AreaId\":0,\"LocationCode\":\"B-004-006\",\"LocationName\":\"B行004列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13774,\"AreaId\":0,\"LocationCode\":\"B-005-001\",\"LocationName\":\"B行005列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13775,\"AreaId\":0,\"LocationCode\":\"B-005-002\",\"LocationName\":\"B行005列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13776,\"AreaId\":0,\"LocationCode\":\"B-005-003\",\"LocationName\":\"B行005列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13777,\"AreaId\":0,\"LocationCode\":\"B-005-004\",\"LocationName\":\"B行005列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13778,\"AreaId\":0,\"LocationCode\":\"B-005-005\",\"LocationName\":\"B行005列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13779,\"AreaId\":0,\"LocationCode\":\"B-005-006\",\"LocationName\":\"B行005列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13780,\"AreaId\":0,\"LocationCode\":\"B-006-001\",\"LocationName\":\"B行006列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13781,\"AreaId\":0,\"LocationCode\":\"B-006-002\",\"LocationName\":\"B行006列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13782,\"AreaId\":0,\"LocationCode\":\"B-006-003\",\"LocationName\":\"B行006列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13783,\"AreaId\":0,\"LocationCode\":\"B-006-004\",\"LocationName\":\"B行006列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13784,\"AreaId\":0,\"LocationCode\":\"B-006-005\",\"LocationName\":\"B行006列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13785,\"AreaId\":0,\"LocationCode\":\"B-006-006\",\"LocationName\":\"B行006列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13786,\"AreaId\":0,\"LocationCode\":\"B-007-001\",\"LocationName\":\"B行007列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13787,\"AreaId\":0,\"LocationCode\":\"B-007-002\",\"LocationName\":\"B行007列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13788,\"AreaId\":0,\"LocationCode\":\"B-007-003\",\"LocationName\":\"B行007列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13789,\"AreaId\":0,\"LocationCode\":\"B-007-004\",\"LocationName\":\"B行007列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13790,\"AreaId\":0,\"LocationCode\":\"B-007-005\",\"LocationName\":\"B行007列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13791,\"AreaId\":0,\"LocationCode\":\"B-007-006\",\"LocationName\":\"B行007列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13792,\"AreaId\":0,\"LocationCode\":\"B-008-001\",\"LocationName\":\"B行008列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13793,\"AreaId\":0,\"LocationCode\":\"B-008-002\",\"LocationName\":\"B行008列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13794,\"AreaId\":0,\"LocationCode\":\"B-008-003\",\"LocationName\":\"B行008列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13795,\"AreaId\":0,\"LocationCode\":\"B-008-004\",\"LocationName\":\"B行008列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13796,\"AreaId\":0,\"LocationCode\":\"B-008-005\",\"LocationName\":\"B行008列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13797,\"AreaId\":0,\"LocationCode\":\"B-008-006\",\"LocationName\":\"B行008列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13798,\"AreaId\":0,\"LocationCode\":\"B-009-001\",\"LocationName\":\"B行009列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13799,\"AreaId\":0,\"LocationCode\":\"B-009-002\",\"LocationName\":\"B行009列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13800,\"AreaId\":0,\"LocationCode\":\"B-009-003\",\"LocationName\":\"B行009列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13801,\"AreaId\":0,\"LocationCode\":\"B-009-004\",\"LocationName\":\"B行009列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13802,\"AreaId\":0,\"LocationCode\":\"B-009-005\",\"LocationName\":\"B行009列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13803,\"AreaId\":0,\"LocationCode\":\"B-009-006\",\"LocationName\":\"B行009列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13804,\"AreaId\":0,\"LocationCode\":\"B-010-001\",\"LocationName\":\"B行010列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13805,\"AreaId\":0,\"LocationCode\":\"B-010-002\",\"LocationName\":\"B行010列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13806,\"AreaId\":0,\"LocationCode\":\"B-010-003\",\"LocationName\":\"B行010列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13807,\"AreaId\":0,\"LocationCode\":\"B-010-004\",\"LocationName\":\"B行010列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13808,\"AreaId\":0,\"LocationCode\":\"B-010-005\",\"LocationName\":\"B行010列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13809,\"AreaId\":0,\"LocationCode\":\"B-010-006\",\"LocationName\":\"B行010列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13810,\"AreaId\":0,\"LocationCode\":\"B-011-001\",\"LocationName\":\"B行011列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13811,\"AreaId\":0,\"LocationCode\":\"B-011-002\",\"LocationName\":\"B行011列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13812,\"AreaId\":0,\"LocationCode\":\"B-011-003\",\"LocationName\":\"B行011列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13813,\"AreaId\":0,\"LocationCode\":\"B-011-004\",\"LocationName\":\"B行011列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13814,\"AreaId\":0,\"LocationCode\":\"B-011-005\",\"LocationName\":\"B行011列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13815,\"AreaId\":0,\"LocationCode\":\"B-011-006\",\"LocationName\":\"B行011列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13816,\"AreaId\":0,\"LocationCode\":\"B-012-001\",\"LocationName\":\"B行012列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13817,\"AreaId\":0,\"LocationCode\":\"B-012-002\",\"LocationName\":\"B行012列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13818,\"AreaId\":0,\"LocationCode\":\"B-012-003\",\"LocationName\":\"B行012列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13819,\"AreaId\":0,\"LocationCode\":\"B-012-004\",\"LocationName\":\"B行012列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13820,\"AreaId\":0,\"LocationCode\":\"B-012-005\",\"LocationName\":\"B行012列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13821,\"AreaId\":0,\"LocationCode\":\"B-012-006\",\"LocationName\":\"B行012列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13822,\"AreaId\":0,\"LocationCode\":\"B-013-001\",\"LocationName\":\"B行013列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13823,\"AreaId\":0,\"LocationCode\":\"B-013-002\",\"LocationName\":\"B行013列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13824,\"AreaId\":0,\"LocationCode\":\"B-013-003\",\"LocationName\":\"B行013列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13825,\"AreaId\":0,\"LocationCode\":\"B-013-004\",\"LocationName\":\"B行013列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13826,\"AreaId\":0,\"LocationCode\":\"B-013-005\",\"LocationName\":\"B行013列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13827,\"AreaId\":0,\"LocationCode\":\"B-013-006\",\"LocationName\":\"B行013列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13828,\"AreaId\":0,\"LocationCode\":\"B-014-001\",\"LocationName\":\"B行014列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13829,\"AreaId\":0,\"LocationCode\":\"B-014-002\",\"LocationName\":\"B行014列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13830,\"AreaId\":0,\"LocationCode\":\"B-014-003\",\"LocationName\":\"B行014列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13831,\"AreaId\":0,\"LocationCode\":\"B-014-004\",\"LocationName\":\"B行014列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13832,\"AreaId\":0,\"LocationCode\":\"B-014-005\",\"LocationName\":\"B行014列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13833,\"AreaId\":0,\"LocationCode\":\"B-014-006\",\"LocationName\":\"B行014列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13834,\"AreaId\":0,\"LocationCode\":\"B-015-001\",\"LocationName\":\"B行015列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13835,\"AreaId\":0,\"LocationCode\":\"B-015-002\",\"LocationName\":\"B行015列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13836,\"AreaId\":0,\"LocationCode\":\"B-015-003\",\"LocationName\":\"B行015列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13837,\"AreaId\":0,\"LocationCode\":\"B-015-004\",\"LocationName\":\"B行015列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13838,\"AreaId\":0,\"LocationCode\":\"B-015-005\",\"LocationName\":\"B行015列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13839,\"AreaId\":0,\"LocationCode\":\"B-015-006\",\"LocationName\":\"B行015列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13840,\"AreaId\":0,\"LocationCode\":\"B-016-001\",\"LocationName\":\"B行016列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13841,\"AreaId\":0,\"LocationCode\":\"B-016-002\",\"LocationName\":\"B行016列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13842,\"AreaId\":0,\"LocationCode\":\"B-016-003\",\"LocationName\":\"B行016列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13843,\"AreaId\":0,\"LocationCode\":\"B-016-004\",\"LocationName\":\"B行016列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13844,\"AreaId\":0,\"LocationCode\":\"B-016-005\",\"LocationName\":\"B行016列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13845,\"AreaId\":0,\"LocationCode\":\"B-016-006\",\"LocationName\":\"B行016列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13846,\"AreaId\":0,\"LocationCode\":\"B-017-001\",\"LocationName\":\"B行017列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13847,\"AreaId\":0,\"LocationCode\":\"B-017-002\",\"LocationName\":\"B行017列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13848,\"AreaId\":0,\"LocationCode\":\"B-017-003\",\"LocationName\":\"B行017列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13849,\"AreaId\":0,\"LocationCode\":\"B-017-004\",\"LocationName\":\"B行017列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13850,\"AreaId\":0,\"LocationCode\":\"B-017-005\",\"LocationName\":\"B行017列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13851,\"AreaId\":0,\"LocationCode\":\"B-017-006\",\"LocationName\":\"B行017列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13852,\"AreaId\":0,\"LocationCode\":\"B-018-001\",\"LocationName\":\"B行018列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13853,\"AreaId\":0,\"LocationCode\":\"B-018-002\",\"LocationName\":\"B行018列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13854,\"AreaId\":0,\"LocationCode\":\"B-018-003\",\"LocationName\":\"B行018列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13855,\"AreaId\":0,\"LocationCode\":\"B-018-004\",\"LocationName\":\"B行018列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13856,\"AreaId\":0,\"LocationCode\":\"B-018-005\",\"LocationName\":\"B行018列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13857,\"AreaId\":0,\"LocationCode\":\"B-018-006\",\"LocationName\":\"B行018列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13858,\"AreaId\":0,\"LocationCode\":\"B-019-001\",\"LocationName\":\"B行019列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13859,\"AreaId\":0,\"LocationCode\":\"B-019-002\",\"LocationName\":\"B行019列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13860,\"AreaId\":0,\"LocationCode\":\"B-019-003\",\"LocationName\":\"B行019列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13861,\"AreaId\":0,\"LocationCode\":\"B-019-004\",\"LocationName\":\"B行019列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13862,\"AreaId\":0,\"LocationCode\":\"B-019-005\",\"LocationName\":\"B行019列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13863,\"AreaId\":0,\"LocationCode\":\"B-019-006\",\"LocationName\":\"B行019列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13876,\"AreaId\":0,\"LocationCode\":\"A-002-001\",\"LocationName\":\"A行002列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:47:47.98\"},{\"Id\":13877,\"AreaId\":0,\"LocationCode\":\"A-002-002\",\"LocationName\":\"A行002列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13878,\"AreaId\":0,\"LocationCode\":\"A-002-003\",\"LocationName\":\"A行002列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13879,\"AreaId\":0,\"LocationCode\":\"A-002-004\",\"LocationName\":\"A行002列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13880,\"AreaId\":0,\"LocationCode\":\"A-002-005\",\"LocationName\":\"A行002列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13882,\"AreaId\":0,\"LocationCode\":\"A-003-001\",\"LocationName\":\"A行003列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:47:57.16\"},{\"Id\":13883,\"AreaId\":0,\"LocationCode\":\"A-003-002\",\"LocationName\":\"A行003列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13884,\"AreaId\":0,\"LocationCode\":\"A-003-003\",\"LocationName\":\"A行003列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13885,\"AreaId\":0,\"LocationCode\":\"A-003-004\",\"LocationName\":\"A行003列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13886,\"AreaId\":0,\"LocationCode\":\"A-003-005\",\"LocationName\":\"A行003列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13887,\"AreaId\":0,\"LocationCode\":\"A-003-006\",\"LocationName\":\"A行003列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13888,\"AreaId\":0,\"LocationCode\":\"A-004-001\",\"LocationName\":\"A行004列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:44.44\"},{\"Id\":13889,\"AreaId\":0,\"LocationCode\":\"A-004-002\",\"LocationName\":\"A行004列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13890,\"AreaId\":0,\"LocationCode\":\"A-004-003\",\"LocationName\":\"A行004列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13891,\"AreaId\":0,\"LocationCode\":\"A-004-004\",\"LocationName\":\"A行004列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13892,\"AreaId\":0,\"LocationCode\":\"A-004-005\",\"LocationName\":\"A行004列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13893,\"AreaId\":0,\"LocationCode\":\"A-004-006\",\"LocationName\":\"A行004列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13894,\"AreaId\":0,\"LocationCode\":\"A-005-001\",\"LocationName\":\"A行005列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T21:53:07.173\"},{\"Id\":13895,\"AreaId\":0,\"LocationCode\":\"A-005-002\",\"LocationName\":\"A行005列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13896,\"AreaId\":0,\"LocationCode\":\"A-005-003\",\"LocationName\":\"A行005列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13897,\"AreaId\":0,\"LocationCode\":\"A-005-004\",\"LocationName\":\"A行005列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13898,\"AreaId\":0,\"LocationCode\":\"A-005-005\",\"LocationName\":\"A行005列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13899,\"AreaId\":0,\"LocationCode\":\"A-005-006\",\"LocationName\":\"A行005列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13900,\"AreaId\":0,\"LocationCode\":\"A-006-001\",\"LocationName\":\"A行006列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13901,\"AreaId\":0,\"LocationCode\":\"A-006-002\",\"LocationName\":\"A行006列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13902,\"AreaId\":0,\"LocationCode\":\"A-006-003\",\"LocationName\":\"A行006列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13903,\"AreaId\":0,\"LocationCode\":\"A-006-004\",\"LocationName\":\"A行006列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13904,\"AreaId\":0,\"LocationCode\":\"A-006-005\",\"LocationName\":\"A行006列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13905,\"AreaId\":0,\"LocationCode\":\"A-006-006\",\"LocationName\":\"A行006列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13906,\"AreaId\":0,\"LocationCode\":\"A-007-001\",\"LocationName\":\"A行007列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13907,\"AreaId\":0,\"LocationCode\":\"A-007-002\",\"LocationName\":\"A行007列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13908,\"AreaId\":0,\"LocationCode\":\"A-007-003\",\"LocationName\":\"A行007列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13909,\"AreaId\":0,\"LocationCode\":\"A-007-004\",\"LocationName\":\"A行007列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13910,\"AreaId\":0,\"LocationCode\":\"A-007-005\",\"LocationName\":\"A行007列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13911,\"AreaId\":0,\"LocationCode\":\"A-007-006\",\"LocationName\":\"A行007列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13913,\"AreaId\":0,\"LocationCode\":\"A-008-002\",\"LocationName\":\"A行008列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13914,\"AreaId\":0,\"LocationCode\":\"A-008-003\",\"LocationName\":\"A行008列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13915,\"AreaId\":0,\"LocationCode\":\"A-008-004\",\"LocationName\":\"A行008列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13916,\"AreaId\":0,\"LocationCode\":\"A-008-005\",\"LocationName\":\"A行008列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13917,\"AreaId\":0,\"LocationCode\":\"A-008-006\",\"LocationName\":\"A行008列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13919,\"AreaId\":0,\"LocationCode\":\"A-009-002\",\"LocationName\":\"A行009列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13920,\"AreaId\":0,\"LocationCode\":\"A-009-003\",\"LocationName\":\"A行009列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13921,\"AreaId\":0,\"LocationCode\":\"A-009-004\",\"LocationName\":\"A行009列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13922,\"AreaId\":0,\"LocationCode\":\"A-009-005\",\"LocationName\":\"A行009列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13923,\"AreaId\":0,\"LocationCode\":\"A-009-006\",\"LocationName\":\"A行009列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13924,\"AreaId\":0,\"LocationCode\":\"A-010-001\",\"LocationName\":\"A行010列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13925,\"AreaId\":0,\"LocationCode\":\"A-010-002\",\"LocationName\":\"A行010列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13926,\"AreaId\":0,\"LocationCode\":\"A-010-003\",\"LocationName\":\"A行010列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13927,\"AreaId\":0,\"LocationCode\":\"A-010-004\",\"LocationName\":\"A行010列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13928,\"AreaId\":0,\"LocationCode\":\"A-010-005\",\"LocationName\":\"A行010列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13929,\"AreaId\":0,\"LocationCode\":\"A-010-006\",\"LocationName\":\"A行010列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13930,\"AreaId\":0,\"LocationCode\":\"A-011-001\",\"LocationName\":\"A行011列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13931,\"AreaId\":0,\"LocationCode\":\"A-011-002\",\"LocationName\":\"A行011列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13932,\"AreaId\":0,\"LocationCode\":\"A-011-003\",\"LocationName\":\"A行011列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13933,\"AreaId\":0,\"LocationCode\":\"A-011-004\",\"LocationName\":\"A行011列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13934,\"AreaId\":0,\"LocationCode\":\"A-011-005\",\"LocationName\":\"A行011列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13935,\"AreaId\":0,\"LocationCode\":\"A-011-006\",\"LocationName\":\"A行011列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13937,\"AreaId\":0,\"LocationCode\":\"A-012-002\",\"LocationName\":\"A行012列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13938,\"AreaId\":0,\"LocationCode\":\"A-012-003\",\"LocationName\":\"A行012列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13939,\"AreaId\":0,\"LocationCode\":\"A-012-004\",\"LocationName\":\"A行012列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13940,\"AreaId\":0,\"LocationCode\":\"A-012-005\",\"LocationName\":\"A行012列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13941,\"AreaId\":0,\"LocationCode\":\"A-012-006\",\"LocationName\":\"A行012列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13943,\"AreaId\":0,\"LocationCode\":\"A-013-002\",\"LocationName\":\"A行013列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13944,\"AreaId\":0,\"LocationCode\":\"A-013-003\",\"LocationName\":\"A行013列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13945,\"AreaId\":0,\"LocationCode\":\"A-013-004\",\"LocationName\":\"A行013列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13946,\"AreaId\":0,\"LocationCode\":\"A-013-005\",\"LocationName\":\"A行013列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13947,\"AreaId\":0,\"LocationCode\":\"A-013-006\",\"LocationName\":\"A行013列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13948,\"AreaId\":0,\"LocationCode\":\"A-014-001\",\"LocationName\":\"A行014列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13949,\"AreaId\":0,\"LocationCode\":\"A-014-002\",\"LocationName\":\"A行014列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13950,\"AreaId\":0,\"LocationCode\":\"A-014-003\",\"LocationName\":\"A行014列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13951,\"AreaId\":0,\"LocationCode\":\"A-014-004\",\"LocationName\":\"A行014列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13952,\"AreaId\":0,\"LocationCode\":\"A-014-005\",\"LocationName\":\"A行014列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13953,\"AreaId\":0,\"LocationCode\":\"A-014-006\",\"LocationName\":\"A行014列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13954,\"AreaId\":0,\"LocationCode\":\"A-015-001\",\"LocationName\":\"A行015列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13955,\"AreaId\":0,\"LocationCode\":\"A-015-002\",\"LocationName\":\"A行015列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13956,\"AreaId\":0,\"LocationCode\":\"A-015-003\",\"LocationName\":\"A行015列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13957,\"AreaId\":0,\"LocationCode\":\"A-015-004\",\"LocationName\":\"A行015列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13958,\"AreaId\":0,\"LocationCode\":\"A-015-005\",\"LocationName\":\"A行015列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13959,\"AreaId\":0,\"LocationCode\":\"A-015-006\",\"LocationName\":\"A行015列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13960,\"AreaId\":0,\"LocationCode\":\"A-016-001\",\"LocationName\":\"A行016列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13961,\"AreaId\":0,\"LocationCode\":\"A-016-002\",\"LocationName\":\"A行016列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13962,\"AreaId\":0,\"LocationCode\":\"A-016-003\",\"LocationName\":\"A行016列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13963,\"AreaId\":0,\"LocationCode\":\"A-016-004\",\"LocationName\":\"A行016列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13964,\"AreaId\":0,\"LocationCode\":\"A-016-005\",\"LocationName\":\"A行016列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13965,\"AreaId\":0,\"LocationCode\":\"A-016-006\",\"LocationName\":\"A行016列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13966,\"AreaId\":0,\"LocationCode\":\"A-017-001\",\"LocationName\":\"A行017列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13967,\"AreaId\":0,\"LocationCode\":\"A-017-002\",\"LocationName\":\"A行017列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13968,\"AreaId\":0,\"LocationCode\":\"A-017-003\",\"LocationName\":\"A行017列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13969,\"AreaId\":0,\"LocationCode\":\"A-017-004\",\"LocationName\":\"A行017列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13970,\"AreaId\":0,\"LocationCode\":\"A-017-005\",\"LocationName\":\"A行017列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13971,\"AreaId\":0,\"LocationCode\":\"A-017-006\",\"LocationName\":\"A行017列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13972,\"AreaId\":0,\"LocationCode\":\"A-018-001\",\"LocationName\":\"A行018列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13973,\"AreaId\":0,\"LocationCode\":\"A-018-002\",\"LocationName\":\"A行018列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13974,\"AreaId\":0,\"LocationCode\":\"A-018-003\",\"LocationName\":\"A行018列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13975,\"AreaId\":0,\"LocationCode\":\"A-018-004\",\"LocationName\":\"A行018列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13976,\"AreaId\":0,\"LocationCode\":\"A-018-005\",\"LocationName\":\"A行018列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13977,\"AreaId\":0,\"LocationCode\":\"A-018-006\",\"LocationName\":\"A行018列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13978,\"AreaId\":0,\"LocationCode\":\"A-019-001\",\"LocationName\":\"A行019列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":\"\",\"ModifyDate\":\"2025-03-14T19:44:08.073\"},{\"Id\":13979,\"AreaId\":0,\"LocationCode\":\"A-019-002\",\"LocationName\":\"A行019列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13980,\"AreaId\":0,\"LocationCode\":\"A-019-003\",\"LocationName\":\"A行019列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13981,\"AreaId\":0,\"LocationCode\":\"A-019-004\",\"LocationName\":\"A行019列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13982,\"AreaId\":0,\"LocationCode\":\"A-019-005\",\"LocationName\":\"A行019列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13983,\"AreaId\":0,\"LocationCode\":\"A-019-006\",\"LocationName\":\"A行019列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T10:52:59.15\"},{\"Id\":13991,\"AreaId\":0,\"LocationCode\":\"A-008-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13992,\"AreaId\":0,\"LocationCode\":\"A-009-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13993,\"AreaId\":0,\"LocationCode\":\"A-012-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13995,\"AreaId\":0,\"LocationCode\":\"A-013-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2025/5/23 20:37:23|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:22 845","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"633ms","ResponseTime":"2025-05-23 08:37:23 478","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:23|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:23 864","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 99)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"86ms","ResponseTime":"2025-05-23 08:37:23 950","ResponseJsonData":"[{\"Id\":13756,\"AreaId\":0,\"LocationCode\":\"B-002-001\",\"LocationName\":\"B行002列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":99,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-04-23T21:41:26.377\"}]"}
--------------------------------
2025/5/23 20:37:24|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:21 981","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"1ms","ResponseTime":"2025-05-23 08:37:23 983","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:24|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:23 210","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"845ms","ResponseTime":"2025-05-23 08:37:24 056","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:24|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:24 090","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 2)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"101ms","ResponseTime":"2025-05-23 08:37:24 191","ResponseJsonData":"[{\"Id\":13881,\"AreaId\":0,\"LocationCode\":\"A-002-006\",\"LocationName\":\"A行002列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2025/5/23 20:37:24|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:23 515","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"887ms","ResponseTime":"2025-05-23 08:37:24 402","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:24|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:22 845","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"620ms","ResponseTime":"2025-05-23 08:37:24 465","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:24|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:24 020","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"676ms","ResponseTime":"2025-05-23 08:37:24 696","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:24|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:23 210","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"525ms","ResponseTime":"2025-05-23 08:37:24 736","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:25|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:24 245","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"939ms","ResponseTime":"2025-05-23 08:37:25 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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:25|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:23 515","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"794ms","ResponseTime":"2025-05-23 08:37:25 309","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:25|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:24 019","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"510ms","ResponseTime":"2025-05-23 08:37:25 530","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:25|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:25 649","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 2)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"101ms","ResponseTime":"2025-05-23 08:37:25 751","ResponseJsonData":"[{\"Id\":13881,\"AreaId\":0,\"LocationCode\":\"A-002-006\",\"LocationName\":\"A行002列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2025/5/23 20:37:26|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:24 245","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"822ms","ResponseTime":"2025-05-23 08:37:26 068","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:26|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:23 498","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"755ms","ResponseTime":"2025-05-23 08:37:26 254","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:26|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:23 997","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"346ms","ResponseTime":"2025-05-23 08:37:26 344","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:26|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:26 345","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 0)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"244ms","ResponseTime":"2025-05-23 08:37:26 589","ResponseJsonData":"[{\"Id\":13757,\"AreaId\":0,\"LocationCode\":\"B-002-002\",\"LocationName\":\"B行002列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13758,\"AreaId\":0,\"LocationCode\":\"B-002-003\",\"LocationName\":\"B行002列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13759,\"AreaId\":0,\"LocationCode\":\"B-002-004\",\"LocationName\":\"B行002列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13760,\"AreaId\":0,\"LocationCode\":\"B-002-005\",\"LocationName\":\"B行002列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13761,\"AreaId\":0,\"LocationCode\":\"B-002-006\",\"LocationName\":\"B行002列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13762,\"AreaId\":0,\"LocationCode\":\"B-003-001\",\"LocationName\":\"B行003列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:36.6\"},{\"Id\":13763,\"AreaId\":0,\"LocationCode\":\"B-003-002\",\"LocationName\":\"B行003列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13764,\"AreaId\":0,\"LocationCode\":\"B-003-003\",\"LocationName\":\"B行003列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13765,\"AreaId\":0,\"LocationCode\":\"B-003-004\",\"LocationName\":\"B行003列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13766,\"AreaId\":0,\"LocationCode\":\"B-003-005\",\"LocationName\":\"B行003列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13767,\"AreaId\":0,\"LocationCode\":\"B-003-006\",\"LocationName\":\"B行003列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13768,\"AreaId\":0,\"LocationCode\":\"B-004-001\",\"LocationName\":\"B行004列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T21:53:16.753\"},{\"Id\":13769,\"AreaId\":0,\"LocationCode\":\"B-004-002\",\"LocationName\":\"B行004列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13770,\"AreaId\":0,\"LocationCode\":\"B-004-003\",\"LocationName\":\"B行004列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13771,\"AreaId\":0,\"LocationCode\":\"B-004-004\",\"LocationName\":\"B行004列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13772,\"AreaId\":0,\"LocationCode\":\"B-004-005\",\"LocationName\":\"B行004列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13773,\"AreaId\":0,\"LocationCode\":\"B-004-006\",\"LocationName\":\"B行004列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13774,\"AreaId\":0,\"LocationCode\":\"B-005-001\",\"LocationName\":\"B行005列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13775,\"AreaId\":0,\"LocationCode\":\"B-005-002\",\"LocationName\":\"B行005列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13776,\"AreaId\":0,\"LocationCode\":\"B-005-003\",\"LocationName\":\"B行005列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13777,\"AreaId\":0,\"LocationCode\":\"B-005-004\",\"LocationName\":\"B行005列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13778,\"AreaId\":0,\"LocationCode\":\"B-005-005\",\"LocationName\":\"B行005列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13779,\"AreaId\":0,\"LocationCode\":\"B-005-006\",\"LocationName\":\"B行005列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13780,\"AreaId\":0,\"LocationCode\":\"B-006-001\",\"LocationName\":\"B行006列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13781,\"AreaId\":0,\"LocationCode\":\"B-006-002\",\"LocationName\":\"B行006列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13782,\"AreaId\":0,\"LocationCode\":\"B-006-003\",\"LocationName\":\"B行006列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13783,\"AreaId\":0,\"LocationCode\":\"B-006-004\",\"LocationName\":\"B行006列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13784,\"AreaId\":0,\"LocationCode\":\"B-006-005\",\"LocationName\":\"B行006列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13785,\"AreaId\":0,\"LocationCode\":\"B-006-006\",\"LocationName\":\"B行006列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13786,\"AreaId\":0,\"LocationCode\":\"B-007-001\",\"LocationName\":\"B行007列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13787,\"AreaId\":0,\"LocationCode\":\"B-007-002\",\"LocationName\":\"B行007列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13788,\"AreaId\":0,\"LocationCode\":\"B-007-003\",\"LocationName\":\"B行007列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13789,\"AreaId\":0,\"LocationCode\":\"B-007-004\",\"LocationName\":\"B行007列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13790,\"AreaId\":0,\"LocationCode\":\"B-007-005\",\"LocationName\":\"B行007列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13791,\"AreaId\":0,\"LocationCode\":\"B-007-006\",\"LocationName\":\"B行007列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13792,\"AreaId\":0,\"LocationCode\":\"B-008-001\",\"LocationName\":\"B行008列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13793,\"AreaId\":0,\"LocationCode\":\"B-008-002\",\"LocationName\":\"B行008列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13794,\"AreaId\":0,\"LocationCode\":\"B-008-003\",\"LocationName\":\"B行008列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13795,\"AreaId\":0,\"LocationCode\":\"B-008-004\",\"LocationName\":\"B行008列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13796,\"AreaId\":0,\"LocationCode\":\"B-008-005\",\"LocationName\":\"B行008列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13797,\"AreaId\":0,\"LocationCode\":\"B-008-006\",\"LocationName\":\"B行008列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13798,\"AreaId\":0,\"LocationCode\":\"B-009-001\",\"LocationName\":\"B行009列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13799,\"AreaId\":0,\"LocationCode\":\"B-009-002\",\"LocationName\":\"B行009列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13800,\"AreaId\":0,\"LocationCode\":\"B-009-003\",\"LocationName\":\"B行009列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13801,\"AreaId\":0,\"LocationCode\":\"B-009-004\",\"LocationName\":\"B行009列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13802,\"AreaId\":0,\"LocationCode\":\"B-009-005\",\"LocationName\":\"B行009列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13803,\"AreaId\":0,\"LocationCode\":\"B-009-006\",\"LocationName\":\"B行009列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13804,\"AreaId\":0,\"LocationCode\":\"B-010-001\",\"LocationName\":\"B行010列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13805,\"AreaId\":0,\"LocationCode\":\"B-010-002\",\"LocationName\":\"B行010列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13806,\"AreaId\":0,\"LocationCode\":\"B-010-003\",\"LocationName\":\"B行010列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13807,\"AreaId\":0,\"LocationCode\":\"B-010-004\",\"LocationName\":\"B行010列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13808,\"AreaId\":0,\"LocationCode\":\"B-010-005\",\"LocationName\":\"B行010列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13809,\"AreaId\":0,\"LocationCode\":\"B-010-006\",\"LocationName\":\"B行010列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13810,\"AreaId\":0,\"LocationCode\":\"B-011-001\",\"LocationName\":\"B行011列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13811,\"AreaId\":0,\"LocationCode\":\"B-011-002\",\"LocationName\":\"B行011列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13812,\"AreaId\":0,\"LocationCode\":\"B-011-003\",\"LocationName\":\"B行011列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13813,\"AreaId\":0,\"LocationCode\":\"B-011-004\",\"LocationName\":\"B行011列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13814,\"AreaId\":0,\"LocationCode\":\"B-011-005\",\"LocationName\":\"B行011列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13815,\"AreaId\":0,\"LocationCode\":\"B-011-006\",\"LocationName\":\"B行011列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13816,\"AreaId\":0,\"LocationCode\":\"B-012-001\",\"LocationName\":\"B行012列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13817,\"AreaId\":0,\"LocationCode\":\"B-012-002\",\"LocationName\":\"B行012列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13818,\"AreaId\":0,\"LocationCode\":\"B-012-003\",\"LocationName\":\"B行012列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13819,\"AreaId\":0,\"LocationCode\":\"B-012-004\",\"LocationName\":\"B行012列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13820,\"AreaId\":0,\"LocationCode\":\"B-012-005\",\"LocationName\":\"B行012列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13821,\"AreaId\":0,\"LocationCode\":\"B-012-006\",\"LocationName\":\"B行012列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13822,\"AreaId\":0,\"LocationCode\":\"B-013-001\",\"LocationName\":\"B行013列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13823,\"AreaId\":0,\"LocationCode\":\"B-013-002\",\"LocationName\":\"B行013列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13824,\"AreaId\":0,\"LocationCode\":\"B-013-003\",\"LocationName\":\"B行013列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13825,\"AreaId\":0,\"LocationCode\":\"B-013-004\",\"LocationName\":\"B行013列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13826,\"AreaId\":0,\"LocationCode\":\"B-013-005\",\"LocationName\":\"B行013列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13827,\"AreaId\":0,\"LocationCode\":\"B-013-006\",\"LocationName\":\"B行013列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13828,\"AreaId\":0,\"LocationCode\":\"B-014-001\",\"LocationName\":\"B行014列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13829,\"AreaId\":0,\"LocationCode\":\"B-014-002\",\"LocationName\":\"B行014列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13830,\"AreaId\":0,\"LocationCode\":\"B-014-003\",\"LocationName\":\"B行014列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13831,\"AreaId\":0,\"LocationCode\":\"B-014-004\",\"LocationName\":\"B行014列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13832,\"AreaId\":0,\"LocationCode\":\"B-014-005\",\"LocationName\":\"B行014列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13833,\"AreaId\":0,\"LocationCode\":\"B-014-006\",\"LocationName\":\"B行014列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13834,\"AreaId\":0,\"LocationCode\":\"B-015-001\",\"LocationName\":\"B行015列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13835,\"AreaId\":0,\"LocationCode\":\"B-015-002\",\"LocationName\":\"B行015列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13836,\"AreaId\":0,\"LocationCode\":\"B-015-003\",\"LocationName\":\"B行015列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13837,\"AreaId\":0,\"LocationCode\":\"B-015-004\",\"LocationName\":\"B行015列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13838,\"AreaId\":0,\"LocationCode\":\"B-015-005\",\"LocationName\":\"B行015列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13839,\"AreaId\":0,\"LocationCode\":\"B-015-006\",\"LocationName\":\"B行015列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13840,\"AreaId\":0,\"LocationCode\":\"B-016-001\",\"LocationName\":\"B行016列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13841,\"AreaId\":0,\"LocationCode\":\"B-016-002\",\"LocationName\":\"B行016列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13842,\"AreaId\":0,\"LocationCode\":\"B-016-003\",\"LocationName\":\"B行016列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13843,\"AreaId\":0,\"LocationCode\":\"B-016-004\",\"LocationName\":\"B行016列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13844,\"AreaId\":0,\"LocationCode\":\"B-016-005\",\"LocationName\":\"B行016列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13845,\"AreaId\":0,\"LocationCode\":\"B-016-006\",\"LocationName\":\"B行016列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13846,\"AreaId\":0,\"LocationCode\":\"B-017-001\",\"LocationName\":\"B行017列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13847,\"AreaId\":0,\"LocationCode\":\"B-017-002\",\"LocationName\":\"B行017列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13848,\"AreaId\":0,\"LocationCode\":\"B-017-003\",\"LocationName\":\"B行017列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13849,\"AreaId\":0,\"LocationCode\":\"B-017-004\",\"LocationName\":\"B行017列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13850,\"AreaId\":0,\"LocationCode\":\"B-017-005\",\"LocationName\":\"B行017列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13851,\"AreaId\":0,\"LocationCode\":\"B-017-006\",\"LocationName\":\"B行017列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13852,\"AreaId\":0,\"LocationCode\":\"B-018-001\",\"LocationName\":\"B行018列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13853,\"AreaId\":0,\"LocationCode\":\"B-018-002\",\"LocationName\":\"B行018列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13854,\"AreaId\":0,\"LocationCode\":\"B-018-003\",\"LocationName\":\"B行018列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13855,\"AreaId\":0,\"LocationCode\":\"B-018-004\",\"LocationName\":\"B行018列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13856,\"AreaId\":0,\"LocationCode\":\"B-018-005\",\"LocationName\":\"B行018列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13857,\"AreaId\":0,\"LocationCode\":\"B-018-006\",\"LocationName\":\"B行018列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13858,\"AreaId\":0,\"LocationCode\":\"B-019-001\",\"LocationName\":\"B行019列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13859,\"AreaId\":0,\"LocationCode\":\"B-019-002\",\"LocationName\":\"B行019列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13860,\"AreaId\":0,\"LocationCode\":\"B-019-003\",\"LocationName\":\"B行019列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13861,\"AreaId\":0,\"LocationCode\":\"B-019-004\",\"LocationName\":\"B行019列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13862,\"AreaId\":0,\"LocationCode\":\"B-019-005\",\"LocationName\":\"B行019列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13863,\"AreaId\":0,\"LocationCode\":\"B-019-006\",\"LocationName\":\"B行019列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13876,\"AreaId\":0,\"LocationCode\":\"A-002-001\",\"LocationName\":\"A行002列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:47:47.98\"},{\"Id\":13877,\"AreaId\":0,\"LocationCode\":\"A-002-002\",\"LocationName\":\"A行002列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13878,\"AreaId\":0,\"LocationCode\":\"A-002-003\",\"LocationName\":\"A行002列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13879,\"AreaId\":0,\"LocationCode\":\"A-002-004\",\"LocationName\":\"A行002列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13880,\"AreaId\":0,\"LocationCode\":\"A-002-005\",\"LocationName\":\"A行002列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13882,\"AreaId\":0,\"LocationCode\":\"A-003-001\",\"LocationName\":\"A行003列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:47:57.16\"},{\"Id\":13883,\"AreaId\":0,\"LocationCode\":\"A-003-002\",\"LocationName\":\"A行003列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13884,\"AreaId\":0,\"LocationCode\":\"A-003-003\",\"LocationName\":\"A行003列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13885,\"AreaId\":0,\"LocationCode\":\"A-003-004\",\"LocationName\":\"A行003列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13886,\"AreaId\":0,\"LocationCode\":\"A-003-005\",\"LocationName\":\"A行003列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13887,\"AreaId\":0,\"LocationCode\":\"A-003-006\",\"LocationName\":\"A行003列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13888,\"AreaId\":0,\"LocationCode\":\"A-004-001\",\"LocationName\":\"A行004列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:44.44\"},{\"Id\":13889,\"AreaId\":0,\"LocationCode\":\"A-004-002\",\"LocationName\":\"A行004列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13890,\"AreaId\":0,\"LocationCode\":\"A-004-003\",\"LocationName\":\"A行004列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13891,\"AreaId\":0,\"LocationCode\":\"A-004-004\",\"LocationName\":\"A行004列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13892,\"AreaId\":0,\"LocationCode\":\"A-004-005\",\"LocationName\":\"A行004列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13893,\"AreaId\":0,\"LocationCode\":\"A-004-006\",\"LocationName\":\"A行004列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13894,\"AreaId\":0,\"LocationCode\":\"A-005-001\",\"LocationName\":\"A行005列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T21:53:07.173\"},{\"Id\":13895,\"AreaId\":0,\"LocationCode\":\"A-005-002\",\"LocationName\":\"A行005列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13896,\"AreaId\":0,\"LocationCode\":\"A-005-003\",\"LocationName\":\"A行005列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13897,\"AreaId\":0,\"LocationCode\":\"A-005-004\",\"LocationName\":\"A行005列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13898,\"AreaId\":0,\"LocationCode\":\"A-005-005\",\"LocationName\":\"A行005列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13899,\"AreaId\":0,\"LocationCode\":\"A-005-006\",\"LocationName\":\"A行005列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13900,\"AreaId\":0,\"LocationCode\":\"A-006-001\",\"LocationName\":\"A行006列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13901,\"AreaId\":0,\"LocationCode\":\"A-006-002\",\"LocationName\":\"A行006列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13902,\"AreaId\":0,\"LocationCode\":\"A-006-003\",\"LocationName\":\"A行006列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13903,\"AreaId\":0,\"LocationCode\":\"A-006-004\",\"LocationName\":\"A行006列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13904,\"AreaId\":0,\"LocationCode\":\"A-006-005\",\"LocationName\":\"A行006列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13905,\"AreaId\":0,\"LocationCode\":\"A-006-006\",\"LocationName\":\"A行006列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13906,\"AreaId\":0,\"LocationCode\":\"A-007-001\",\"LocationName\":\"A行007列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13907,\"AreaId\":0,\"LocationCode\":\"A-007-002\",\"LocationName\":\"A行007列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13908,\"AreaId\":0,\"LocationCode\":\"A-007-003\",\"LocationName\":\"A行007列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13909,\"AreaId\":0,\"LocationCode\":\"A-007-004\",\"LocationName\":\"A行007列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13910,\"AreaId\":0,\"LocationCode\":\"A-007-005\",\"LocationName\":\"A行007列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13911,\"AreaId\":0,\"LocationCode\":\"A-007-006\",\"LocationName\":\"A行007列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13913,\"AreaId\":0,\"LocationCode\":\"A-008-002\",\"LocationName\":\"A行008列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13914,\"AreaId\":0,\"LocationCode\":\"A-008-003\",\"LocationName\":\"A行008列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13915,\"AreaId\":0,\"LocationCode\":\"A-008-004\",\"LocationName\":\"A行008列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13916,\"AreaId\":0,\"LocationCode\":\"A-008-005\",\"LocationName\":\"A行008列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13917,\"AreaId\":0,\"LocationCode\":\"A-008-006\",\"LocationName\":\"A行008列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13919,\"AreaId\":0,\"LocationCode\":\"A-009-002\",\"LocationName\":\"A行009列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13920,\"AreaId\":0,\"LocationCode\":\"A-009-003\",\"LocationName\":\"A行009列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13921,\"AreaId\":0,\"LocationCode\":\"A-009-004\",\"LocationName\":\"A行009列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13922,\"AreaId\":0,\"LocationCode\":\"A-009-005\",\"LocationName\":\"A行009列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13923,\"AreaId\":0,\"LocationCode\":\"A-009-006\",\"LocationName\":\"A行009列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13924,\"AreaId\":0,\"LocationCode\":\"A-010-001\",\"LocationName\":\"A行010列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13925,\"AreaId\":0,\"LocationCode\":\"A-010-002\",\"LocationName\":\"A行010列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13926,\"AreaId\":0,\"LocationCode\":\"A-010-003\",\"LocationName\":\"A行010列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13927,\"AreaId\":0,\"LocationCode\":\"A-010-004\",\"LocationName\":\"A行010列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13928,\"AreaId\":0,\"LocationCode\":\"A-010-005\",\"LocationName\":\"A行010列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13929,\"AreaId\":0,\"LocationCode\":\"A-010-006\",\"LocationName\":\"A行010列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13930,\"AreaId\":0,\"LocationCode\":\"A-011-001\",\"LocationName\":\"A行011列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13931,\"AreaId\":0,\"LocationCode\":\"A-011-002\",\"LocationName\":\"A行011列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13932,\"AreaId\":0,\"LocationCode\":\"A-011-003\",\"LocationName\":\"A行011列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13933,\"AreaId\":0,\"LocationCode\":\"A-011-004\",\"LocationName\":\"A行011列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13934,\"AreaId\":0,\"LocationCode\":\"A-011-005\",\"LocationName\":\"A行011列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13935,\"AreaId\":0,\"LocationCode\":\"A-011-006\",\"LocationName\":\"A行011列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13937,\"AreaId\":0,\"LocationCode\":\"A-012-002\",\"LocationName\":\"A行012列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13938,\"AreaId\":0,\"LocationCode\":\"A-012-003\",\"LocationName\":\"A行012列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13939,\"AreaId\":0,\"LocationCode\":\"A-012-004\",\"LocationName\":\"A行012列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13940,\"AreaId\":0,\"LocationCode\":\"A-012-005\",\"LocationName\":\"A行012列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13941,\"AreaId\":0,\"LocationCode\":\"A-012-006\",\"LocationName\":\"A行012列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13943,\"AreaId\":0,\"LocationCode\":\"A-013-002\",\"LocationName\":\"A行013列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13944,\"AreaId\":0,\"LocationCode\":\"A-013-003\",\"LocationName\":\"A行013列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13945,\"AreaId\":0,\"LocationCode\":\"A-013-004\",\"LocationName\":\"A行013列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13946,\"AreaId\":0,\"LocationCode\":\"A-013-005\",\"LocationName\":\"A行013列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13947,\"AreaId\":0,\"LocationCode\":\"A-013-006\",\"LocationName\":\"A行013列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13948,\"AreaId\":0,\"LocationCode\":\"A-014-001\",\"LocationName\":\"A行014列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13949,\"AreaId\":0,\"LocationCode\":\"A-014-002\",\"LocationName\":\"A行014列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13950,\"AreaId\":0,\"LocationCode\":\"A-014-003\",\"LocationName\":\"A行014列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13951,\"AreaId\":0,\"LocationCode\":\"A-014-004\",\"LocationName\":\"A行014列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13952,\"AreaId\":0,\"LocationCode\":\"A-014-005\",\"LocationName\":\"A行014列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13953,\"AreaId\":0,\"LocationCode\":\"A-014-006\",\"LocationName\":\"A行014列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13954,\"AreaId\":0,\"LocationCode\":\"A-015-001\",\"LocationName\":\"A行015列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13955,\"AreaId\":0,\"LocationCode\":\"A-015-002\",\"LocationName\":\"A行015列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13956,\"AreaId\":0,\"LocationCode\":\"A-015-003\",\"LocationName\":\"A行015列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13957,\"AreaId\":0,\"LocationCode\":\"A-015-004\",\"LocationName\":\"A行015列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13958,\"AreaId\":0,\"LocationCode\":\"A-015-005\",\"LocationName\":\"A行015列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13959,\"AreaId\":0,\"LocationCode\":\"A-015-006\",\"LocationName\":\"A行015列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13960,\"AreaId\":0,\"LocationCode\":\"A-016-001\",\"LocationName\":\"A行016列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13961,\"AreaId\":0,\"LocationCode\":\"A-016-002\",\"LocationName\":\"A行016列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13962,\"AreaId\":0,\"LocationCode\":\"A-016-003\",\"LocationName\":\"A行016列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13963,\"AreaId\":0,\"LocationCode\":\"A-016-004\",\"LocationName\":\"A行016列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13964,\"AreaId\":0,\"LocationCode\":\"A-016-005\",\"LocationName\":\"A行016列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13965,\"AreaId\":0,\"LocationCode\":\"A-016-006\",\"LocationName\":\"A行016列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13966,\"AreaId\":0,\"LocationCode\":\"A-017-001\",\"LocationName\":\"A行017列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13967,\"AreaId\":0,\"LocationCode\":\"A-017-002\",\"LocationName\":\"A行017列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13968,\"AreaId\":0,\"LocationCode\":\"A-017-003\",\"LocationName\":\"A行017列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13969,\"AreaId\":0,\"LocationCode\":\"A-017-004\",\"LocationName\":\"A行017列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13970,\"AreaId\":0,\"LocationCode\":\"A-017-005\",\"LocationName\":\"A行017列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13971,\"AreaId\":0,\"LocationCode\":\"A-017-006\",\"LocationName\":\"A行017列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13972,\"AreaId\":0,\"LocationCode\":\"A-018-001\",\"LocationName\":\"A行018列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13973,\"AreaId\":0,\"LocationCode\":\"A-018-002\",\"LocationName\":\"A行018列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13974,\"AreaId\":0,\"LocationCode\":\"A-018-003\",\"LocationName\":\"A行018列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13975,\"AreaId\":0,\"LocationCode\":\"A-018-004\",\"LocationName\":\"A行018列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13976,\"AreaId\":0,\"LocationCode\":\"A-018-005\",\"LocationName\":\"A行018列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13977,\"AreaId\":0,\"LocationCode\":\"A-018-006\",\"LocationName\":\"A行018列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13978,\"AreaId\":0,\"LocationCode\":\"A-019-001\",\"LocationName\":\"A行019列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":\"\",\"ModifyDate\":\"2025-03-14T19:44:08.073\"},{\"Id\":13979,\"AreaId\":0,\"LocationCode\":\"A-019-002\",\"LocationName\":\"A行019列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13980,\"AreaId\":0,\"LocationCode\":\"A-019-003\",\"LocationName\":\"A行019列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13981,\"AreaId\":0,\"LocationCode\":\"A-019-004\",\"LocationName\":\"A行019列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13982,\"AreaId\":0,\"LocationCode\":\"A-019-005\",\"LocationName\":\"A行019列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13983,\"AreaId\":0,\"LocationCode\":\"A-019-006\",\"LocationName\":\"A行019列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T10:52:59.15\"},{\"Id\":13991,\"AreaId\":0,\"LocationCode\":\"A-008-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13992,\"AreaId\":0,\"LocationCode\":\"A-009-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13993,\"AreaId\":0,\"LocationCode\":\"A-012-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13995,\"AreaId\":0,\"LocationCode\":\"A-013-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2025/5/23 20:37:26|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:26 518","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 0)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"161ms","ResponseTime":"2025-05-23 08:37:26 679","ResponseJsonData":"[{\"Id\":13757,\"AreaId\":0,\"LocationCode\":\"B-002-002\",\"LocationName\":\"B行002列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13758,\"AreaId\":0,\"LocationCode\":\"B-002-003\",\"LocationName\":\"B行002列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13759,\"AreaId\":0,\"LocationCode\":\"B-002-004\",\"LocationName\":\"B行002列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13760,\"AreaId\":0,\"LocationCode\":\"B-002-005\",\"LocationName\":\"B行002列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13761,\"AreaId\":0,\"LocationCode\":\"B-002-006\",\"LocationName\":\"B行002列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13762,\"AreaId\":0,\"LocationCode\":\"B-003-001\",\"LocationName\":\"B行003列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:36.6\"},{\"Id\":13763,\"AreaId\":0,\"LocationCode\":\"B-003-002\",\"LocationName\":\"B行003列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13764,\"AreaId\":0,\"LocationCode\":\"B-003-003\",\"LocationName\":\"B行003列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13765,\"AreaId\":0,\"LocationCode\":\"B-003-004\",\"LocationName\":\"B行003列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13766,\"AreaId\":0,\"LocationCode\":\"B-003-005\",\"LocationName\":\"B行003列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13767,\"AreaId\":0,\"LocationCode\":\"B-003-006\",\"LocationName\":\"B行003列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13768,\"AreaId\":0,\"LocationCode\":\"B-004-001\",\"LocationName\":\"B行004列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T21:53:16.753\"},{\"Id\":13769,\"AreaId\":0,\"LocationCode\":\"B-004-002\",\"LocationName\":\"B行004列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13770,\"AreaId\":0,\"LocationCode\":\"B-004-003\",\"LocationName\":\"B行004列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13771,\"AreaId\":0,\"LocationCode\":\"B-004-004\",\"LocationName\":\"B行004列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13772,\"AreaId\":0,\"LocationCode\":\"B-004-005\",\"LocationName\":\"B行004列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13773,\"AreaId\":0,\"LocationCode\":\"B-004-006\",\"LocationName\":\"B行004列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13774,\"AreaId\":0,\"LocationCode\":\"B-005-001\",\"LocationName\":\"B行005列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13775,\"AreaId\":0,\"LocationCode\":\"B-005-002\",\"LocationName\":\"B行005列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13776,\"AreaId\":0,\"LocationCode\":\"B-005-003\",\"LocationName\":\"B行005列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13777,\"AreaId\":0,\"LocationCode\":\"B-005-004\",\"LocationName\":\"B行005列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13778,\"AreaId\":0,\"LocationCode\":\"B-005-005\",\"LocationName\":\"B行005列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13779,\"AreaId\":0,\"LocationCode\":\"B-005-006\",\"LocationName\":\"B行005列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13780,\"AreaId\":0,\"LocationCode\":\"B-006-001\",\"LocationName\":\"B行006列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13781,\"AreaId\":0,\"LocationCode\":\"B-006-002\",\"LocationName\":\"B行006列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13782,\"AreaId\":0,\"LocationCode\":\"B-006-003\",\"LocationName\":\"B行006列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13783,\"AreaId\":0,\"LocationCode\":\"B-006-004\",\"LocationName\":\"B行006列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13784,\"AreaId\":0,\"LocationCode\":\"B-006-005\",\"LocationName\":\"B行006列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13785,\"AreaId\":0,\"LocationCode\":\"B-006-006\",\"LocationName\":\"B行006列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13786,\"AreaId\":0,\"LocationCode\":\"B-007-001\",\"LocationName\":\"B行007列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13787,\"AreaId\":0,\"LocationCode\":\"B-007-002\",\"LocationName\":\"B行007列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13788,\"AreaId\":0,\"LocationCode\":\"B-007-003\",\"LocationName\":\"B行007列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13789,\"AreaId\":0,\"LocationCode\":\"B-007-004\",\"LocationName\":\"B行007列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13790,\"AreaId\":0,\"LocationCode\":\"B-007-005\",\"LocationName\":\"B行007列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13791,\"AreaId\":0,\"LocationCode\":\"B-007-006\",\"LocationName\":\"B行007列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13792,\"AreaId\":0,\"LocationCode\":\"B-008-001\",\"LocationName\":\"B行008列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13793,\"AreaId\":0,\"LocationCode\":\"B-008-002\",\"LocationName\":\"B行008列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13794,\"AreaId\":0,\"LocationCode\":\"B-008-003\",\"LocationName\":\"B行008列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13795,\"AreaId\":0,\"LocationCode\":\"B-008-004\",\"LocationName\":\"B行008列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13796,\"AreaId\":0,\"LocationCode\":\"B-008-005\",\"LocationName\":\"B行008列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13797,\"AreaId\":0,\"LocationCode\":\"B-008-006\",\"LocationName\":\"B行008列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13798,\"AreaId\":0,\"LocationCode\":\"B-009-001\",\"LocationName\":\"B行009列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13799,\"AreaId\":0,\"LocationCode\":\"B-009-002\",\"LocationName\":\"B行009列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13800,\"AreaId\":0,\"LocationCode\":\"B-009-003\",\"LocationName\":\"B行009列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13801,\"AreaId\":0,\"LocationCode\":\"B-009-004\",\"LocationName\":\"B行009列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13802,\"AreaId\":0,\"LocationCode\":\"B-009-005\",\"LocationName\":\"B行009列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13803,\"AreaId\":0,\"LocationCode\":\"B-009-006\",\"LocationName\":\"B行009列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13804,\"AreaId\":0,\"LocationCode\":\"B-010-001\",\"LocationName\":\"B行010列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13805,\"AreaId\":0,\"LocationCode\":\"B-010-002\",\"LocationName\":\"B行010列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13806,\"AreaId\":0,\"LocationCode\":\"B-010-003\",\"LocationName\":\"B行010列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13807,\"AreaId\":0,\"LocationCode\":\"B-010-004\",\"LocationName\":\"B行010列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13808,\"AreaId\":0,\"LocationCode\":\"B-010-005\",\"LocationName\":\"B行010列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13809,\"AreaId\":0,\"LocationCode\":\"B-010-006\",\"LocationName\":\"B行010列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13810,\"AreaId\":0,\"LocationCode\":\"B-011-001\",\"LocationName\":\"B行011列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13811,\"AreaId\":0,\"LocationCode\":\"B-011-002\",\"LocationName\":\"B行011列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13812,\"AreaId\":0,\"LocationCode\":\"B-011-003\",\"LocationName\":\"B行011列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13813,\"AreaId\":0,\"LocationCode\":\"B-011-004\",\"LocationName\":\"B行011列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13814,\"AreaId\":0,\"LocationCode\":\"B-011-005\",\"LocationName\":\"B行011列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13815,\"AreaId\":0,\"LocationCode\":\"B-011-006\",\"LocationName\":\"B行011列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13816,\"AreaId\":0,\"LocationCode\":\"B-012-001\",\"LocationName\":\"B行012列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13817,\"AreaId\":0,\"LocationCode\":\"B-012-002\",\"LocationName\":\"B行012列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13818,\"AreaId\":0,\"LocationCode\":\"B-012-003\",\"LocationName\":\"B行012列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13819,\"AreaId\":0,\"LocationCode\":\"B-012-004\",\"LocationName\":\"B行012列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13820,\"AreaId\":0,\"LocationCode\":\"B-012-005\",\"LocationName\":\"B行012列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13821,\"AreaId\":0,\"LocationCode\":\"B-012-006\",\"LocationName\":\"B行012列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13822,\"AreaId\":0,\"LocationCode\":\"B-013-001\",\"LocationName\":\"B行013列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13823,\"AreaId\":0,\"LocationCode\":\"B-013-002\",\"LocationName\":\"B行013列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13824,\"AreaId\":0,\"LocationCode\":\"B-013-003\",\"LocationName\":\"B行013列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13825,\"AreaId\":0,\"LocationCode\":\"B-013-004\",\"LocationName\":\"B行013列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13826,\"AreaId\":0,\"LocationCode\":\"B-013-005\",\"LocationName\":\"B行013列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13827,\"AreaId\":0,\"LocationCode\":\"B-013-006\",\"LocationName\":\"B行013列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13828,\"AreaId\":0,\"LocationCode\":\"B-014-001\",\"LocationName\":\"B行014列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13829,\"AreaId\":0,\"LocationCode\":\"B-014-002\",\"LocationName\":\"B行014列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13830,\"AreaId\":0,\"LocationCode\":\"B-014-003\",\"LocationName\":\"B行014列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13831,\"AreaId\":0,\"LocationCode\":\"B-014-004\",\"LocationName\":\"B行014列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13832,\"AreaId\":0,\"LocationCode\":\"B-014-005\",\"LocationName\":\"B行014列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13833,\"AreaId\":0,\"LocationCode\":\"B-014-006\",\"LocationName\":\"B行014列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13834,\"AreaId\":0,\"LocationCode\":\"B-015-001\",\"LocationName\":\"B行015列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13835,\"AreaId\":0,\"LocationCode\":\"B-015-002\",\"LocationName\":\"B行015列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13836,\"AreaId\":0,\"LocationCode\":\"B-015-003\",\"LocationName\":\"B行015列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13837,\"AreaId\":0,\"LocationCode\":\"B-015-004\",\"LocationName\":\"B行015列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13838,\"AreaId\":0,\"LocationCode\":\"B-015-005\",\"LocationName\":\"B行015列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13839,\"AreaId\":0,\"LocationCode\":\"B-015-006\",\"LocationName\":\"B行015列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13840,\"AreaId\":0,\"LocationCode\":\"B-016-001\",\"LocationName\":\"B行016列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13841,\"AreaId\":0,\"LocationCode\":\"B-016-002\",\"LocationName\":\"B行016列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13842,\"AreaId\":0,\"LocationCode\":\"B-016-003\",\"LocationName\":\"B行016列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13843,\"AreaId\":0,\"LocationCode\":\"B-016-004\",\"LocationName\":\"B行016列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13844,\"AreaId\":0,\"LocationCode\":\"B-016-005\",\"LocationName\":\"B行016列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13845,\"AreaId\":0,\"LocationCode\":\"B-016-006\",\"LocationName\":\"B行016列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13846,\"AreaId\":0,\"LocationCode\":\"B-017-001\",\"LocationName\":\"B行017列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13847,\"AreaId\":0,\"LocationCode\":\"B-017-002\",\"LocationName\":\"B行017列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13848,\"AreaId\":0,\"LocationCode\":\"B-017-003\",\"LocationName\":\"B行017列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13849,\"AreaId\":0,\"LocationCode\":\"B-017-004\",\"LocationName\":\"B行017列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13850,\"AreaId\":0,\"LocationCode\":\"B-017-005\",\"LocationName\":\"B行017列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13851,\"AreaId\":0,\"LocationCode\":\"B-017-006\",\"LocationName\":\"B行017列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13852,\"AreaId\":0,\"LocationCode\":\"B-018-001\",\"LocationName\":\"B行018列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13853,\"AreaId\":0,\"LocationCode\":\"B-018-002\",\"LocationName\":\"B行018列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13854,\"AreaId\":0,\"LocationCode\":\"B-018-003\",\"LocationName\":\"B行018列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13855,\"AreaId\":0,\"LocationCode\":\"B-018-004\",\"LocationName\":\"B行018列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13856,\"AreaId\":0,\"LocationCode\":\"B-018-005\",\"LocationName\":\"B行018列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13857,\"AreaId\":0,\"LocationCode\":\"B-018-006\",\"LocationName\":\"B行018列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13858,\"AreaId\":0,\"LocationCode\":\"B-019-001\",\"LocationName\":\"B行019列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13859,\"AreaId\":0,\"LocationCode\":\"B-019-002\",\"LocationName\":\"B行019列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13860,\"AreaId\":0,\"LocationCode\":\"B-019-003\",\"LocationName\":\"B行019列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13861,\"AreaId\":0,\"LocationCode\":\"B-019-004\",\"LocationName\":\"B行019列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13862,\"AreaId\":0,\"LocationCode\":\"B-019-005\",\"LocationName\":\"B行019列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13863,\"AreaId\":0,\"LocationCode\":\"B-019-006\",\"LocationName\":\"B行019列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13876,\"AreaId\":0,\"LocationCode\":\"A-002-001\",\"LocationName\":\"A行002列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:47:47.98\"},{\"Id\":13877,\"AreaId\":0,\"LocationCode\":\"A-002-002\",\"LocationName\":\"A行002列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13878,\"AreaId\":0,\"LocationCode\":\"A-002-003\",\"LocationName\":\"A行002列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13879,\"AreaId\":0,\"LocationCode\":\"A-002-004\",\"LocationName\":\"A行002列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13880,\"AreaId\":0,\"LocationCode\":\"A-002-005\",\"LocationName\":\"A行002列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13882,\"AreaId\":0,\"LocationCode\":\"A-003-001\",\"LocationName\":\"A行003列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:47:57.16\"},{\"Id\":13883,\"AreaId\":0,\"LocationCode\":\"A-003-002\",\"LocationName\":\"A行003列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13884,\"AreaId\":0,\"LocationCode\":\"A-003-003\",\"LocationName\":\"A行003列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13885,\"AreaId\":0,\"LocationCode\":\"A-003-004\",\"LocationName\":\"A行003列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13886,\"AreaId\":0,\"LocationCode\":\"A-003-005\",\"LocationName\":\"A行003列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13887,\"AreaId\":0,\"LocationCode\":\"A-003-006\",\"LocationName\":\"A行003列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13888,\"AreaId\":0,\"LocationCode\":\"A-004-001\",\"LocationName\":\"A行004列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:44.44\"},{\"Id\":13889,\"AreaId\":0,\"LocationCode\":\"A-004-002\",\"LocationName\":\"A行004列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13890,\"AreaId\":0,\"LocationCode\":\"A-004-003\",\"LocationName\":\"A行004列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13891,\"AreaId\":0,\"LocationCode\":\"A-004-004\",\"LocationName\":\"A行004列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13892,\"AreaId\":0,\"LocationCode\":\"A-004-005\",\"LocationName\":\"A行004列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13893,\"AreaId\":0,\"LocationCode\":\"A-004-006\",\"LocationName\":\"A行004列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13894,\"AreaId\":0,\"LocationCode\":\"A-005-001\",\"LocationName\":\"A行005列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T21:53:07.173\"},{\"Id\":13895,\"AreaId\":0,\"LocationCode\":\"A-005-002\",\"LocationName\":\"A行005列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13896,\"AreaId\":0,\"LocationCode\":\"A-005-003\",\"LocationName\":\"A行005列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13897,\"AreaId\":0,\"LocationCode\":\"A-005-004\",\"LocationName\":\"A行005列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13898,\"AreaId\":0,\"LocationCode\":\"A-005-005\",\"LocationName\":\"A行005列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13899,\"AreaId\":0,\"LocationCode\":\"A-005-006\",\"LocationName\":\"A行005列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13900,\"AreaId\":0,\"LocationCode\":\"A-006-001\",\"LocationName\":\"A行006列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13901,\"AreaId\":0,\"LocationCode\":\"A-006-002\",\"LocationName\":\"A行006列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13902,\"AreaId\":0,\"LocationCode\":\"A-006-003\",\"LocationName\":\"A行006列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13903,\"AreaId\":0,\"LocationCode\":\"A-006-004\",\"LocationName\":\"A行006列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13904,\"AreaId\":0,\"LocationCode\":\"A-006-005\",\"LocationName\":\"A行006列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13905,\"AreaId\":0,\"LocationCode\":\"A-006-006\",\"LocationName\":\"A行006列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13906,\"AreaId\":0,\"LocationCode\":\"A-007-001\",\"LocationName\":\"A行007列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13907,\"AreaId\":0,\"LocationCode\":\"A-007-002\",\"LocationName\":\"A行007列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13908,\"AreaId\":0,\"LocationCode\":\"A-007-003\",\"LocationName\":\"A行007列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13909,\"AreaId\":0,\"LocationCode\":\"A-007-004\",\"LocationName\":\"A行007列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13910,\"AreaId\":0,\"LocationCode\":\"A-007-005\",\"LocationName\":\"A行007列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13911,\"AreaId\":0,\"LocationCode\":\"A-007-006\",\"LocationName\":\"A行007列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13913,\"AreaId\":0,\"LocationCode\":\"A-008-002\",\"LocationName\":\"A行008列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13914,\"AreaId\":0,\"LocationCode\":\"A-008-003\",\"LocationName\":\"A行008列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13915,\"AreaId\":0,\"LocationCode\":\"A-008-004\",\"LocationName\":\"A行008列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13916,\"AreaId\":0,\"LocationCode\":\"A-008-005\",\"LocationName\":\"A行008列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13917,\"AreaId\":0,\"LocationCode\":\"A-008-006\",\"LocationName\":\"A行008列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13919,\"AreaId\":0,\"LocationCode\":\"A-009-002\",\"LocationName\":\"A行009列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13920,\"AreaId\":0,\"LocationCode\":\"A-009-003\",\"LocationName\":\"A行009列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13921,\"AreaId\":0,\"LocationCode\":\"A-009-004\",\"LocationName\":\"A行009列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13922,\"AreaId\":0,\"LocationCode\":\"A-009-005\",\"LocationName\":\"A行009列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13923,\"AreaId\":0,\"LocationCode\":\"A-009-006\",\"LocationName\":\"A行009列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13924,\"AreaId\":0,\"LocationCode\":\"A-010-001\",\"LocationName\":\"A行010列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13925,\"AreaId\":0,\"LocationCode\":\"A-010-002\",\"LocationName\":\"A行010列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13926,\"AreaId\":0,\"LocationCode\":\"A-010-003\",\"LocationName\":\"A行010列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13927,\"AreaId\":0,\"LocationCode\":\"A-010-004\",\"LocationName\":\"A行010列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13928,\"AreaId\":0,\"LocationCode\":\"A-010-005\",\"LocationName\":\"A行010列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13929,\"AreaId\":0,\"LocationCode\":\"A-010-006\",\"LocationName\":\"A行010列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13930,\"AreaId\":0,\"LocationCode\":\"A-011-001\",\"LocationName\":\"A行011列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13931,\"AreaId\":0,\"LocationCode\":\"A-011-002\",\"LocationName\":\"A行011列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13932,\"AreaId\":0,\"LocationCode\":\"A-011-003\",\"LocationName\":\"A行011列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13933,\"AreaId\":0,\"LocationCode\":\"A-011-004\",\"LocationName\":\"A行011列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13934,\"AreaId\":0,\"LocationCode\":\"A-011-005\",\"LocationName\":\"A行011列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13935,\"AreaId\":0,\"LocationCode\":\"A-011-006\",\"LocationName\":\"A行011列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13937,\"AreaId\":0,\"LocationCode\":\"A-012-002\",\"LocationName\":\"A行012列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13938,\"AreaId\":0,\"LocationCode\":\"A-012-003\",\"LocationName\":\"A行012列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13939,\"AreaId\":0,\"LocationCode\":\"A-012-004\",\"LocationName\":\"A行012列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13940,\"AreaId\":0,\"LocationCode\":\"A-012-005\",\"LocationName\":\"A行012列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13941,\"AreaId\":0,\"LocationCode\":\"A-012-006\",\"LocationName\":\"A行012列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13943,\"AreaId\":0,\"LocationCode\":\"A-013-002\",\"LocationName\":\"A行013列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13944,\"AreaId\":0,\"LocationCode\":\"A-013-003\",\"LocationName\":\"A行013列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13945,\"AreaId\":0,\"LocationCode\":\"A-013-004\",\"LocationName\":\"A行013列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13946,\"AreaId\":0,\"LocationCode\":\"A-013-005\",\"LocationName\":\"A行013列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13947,\"AreaId\":0,\"LocationCode\":\"A-013-006\",\"LocationName\":\"A行013列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13948,\"AreaId\":0,\"LocationCode\":\"A-014-001\",\"LocationName\":\"A行014列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13949,\"AreaId\":0,\"LocationCode\":\"A-014-002\",\"LocationName\":\"A行014列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13950,\"AreaId\":0,\"LocationCode\":\"A-014-003\",\"LocationName\":\"A行014列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13951,\"AreaId\":0,\"LocationCode\":\"A-014-004\",\"LocationName\":\"A行014列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13952,\"AreaId\":0,\"LocationCode\":\"A-014-005\",\"LocationName\":\"A行014列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13953,\"AreaId\":0,\"LocationCode\":\"A-014-006\",\"LocationName\":\"A行014列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13954,\"AreaId\":0,\"LocationCode\":\"A-015-001\",\"LocationName\":\"A行015列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13955,\"AreaId\":0,\"LocationCode\":\"A-015-002\",\"LocationName\":\"A行015列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13956,\"AreaId\":0,\"LocationCode\":\"A-015-003\",\"LocationName\":\"A行015列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13957,\"AreaId\":0,\"LocationCode\":\"A-015-004\",\"LocationName\":\"A行015列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13958,\"AreaId\":0,\"LocationCode\":\"A-015-005\",\"LocationName\":\"A行015列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13959,\"AreaId\":0,\"LocationCode\":\"A-015-006\",\"LocationName\":\"A行015列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13960,\"AreaId\":0,\"LocationCode\":\"A-016-001\",\"LocationName\":\"A行016列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13961,\"AreaId\":0,\"LocationCode\":\"A-016-002\",\"LocationName\":\"A行016列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13962,\"AreaId\":0,\"LocationCode\":\"A-016-003\",\"LocationName\":\"A行016列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13963,\"AreaId\":0,\"LocationCode\":\"A-016-004\",\"LocationName\":\"A行016列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13964,\"AreaId\":0,\"LocationCode\":\"A-016-005\",\"LocationName\":\"A行016列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13965,\"AreaId\":0,\"LocationCode\":\"A-016-006\",\"LocationName\":\"A行016列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13966,\"AreaId\":0,\"LocationCode\":\"A-017-001\",\"LocationName\":\"A行017列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13967,\"AreaId\":0,\"LocationCode\":\"A-017-002\",\"LocationName\":\"A行017列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13968,\"AreaId\":0,\"LocationCode\":\"A-017-003\",\"LocationName\":\"A行017列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13969,\"AreaId\":0,\"LocationCode\":\"A-017-004\",\"LocationName\":\"A行017列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13970,\"AreaId\":0,\"LocationCode\":\"A-017-005\",\"LocationName\":\"A行017列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13971,\"AreaId\":0,\"LocationCode\":\"A-017-006\",\"LocationName\":\"A行017列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13972,\"AreaId\":0,\"LocationCode\":\"A-018-001\",\"LocationName\":\"A行018列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13973,\"AreaId\":0,\"LocationCode\":\"A-018-002\",\"LocationName\":\"A行018列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13974,\"AreaId\":0,\"LocationCode\":\"A-018-003\",\"LocationName\":\"A行018列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13975,\"AreaId\":0,\"LocationCode\":\"A-018-004\",\"LocationName\":\"A行018列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13976,\"AreaId\":0,\"LocationCode\":\"A-018-005\",\"LocationName\":\"A行018列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13977,\"AreaId\":0,\"LocationCode\":\"A-018-006\",\"LocationName\":\"A行018列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13978,\"AreaId\":0,\"LocationCode\":\"A-019-001\",\"LocationName\":\"A行019列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":\"\",\"ModifyDate\":\"2025-03-14T19:44:08.073\"},{\"Id\":13979,\"AreaId\":0,\"LocationCode\":\"A-019-002\",\"LocationName\":\"A行019列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13980,\"AreaId\":0,\"LocationCode\":\"A-019-003\",\"LocationName\":\"A行019列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13981,\"AreaId\":0,\"LocationCode\":\"A-019-004\",\"LocationName\":\"A行019列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13982,\"AreaId\":0,\"LocationCode\":\"A-019-005\",\"LocationName\":\"A行019列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13983,\"AreaId\":0,\"LocationCode\":\"A-019-006\",\"LocationName\":\"A行019列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T10:52:59.15\"},{\"Id\":13991,\"AreaId\":0,\"LocationCode\":\"A-008-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13992,\"AreaId\":0,\"LocationCode\":\"A-009-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13993,\"AreaId\":0,\"LocationCode\":\"A-012-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13995,\"AreaId\":0,\"LocationCode\":\"A-013-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2025/5/23 20:37:26|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:25 959","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"739ms","ResponseTime":"2025-05-23 08:37:26 698","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:27|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:24 245","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"985ms","ResponseTime":"2025-05-23 08:37:27 230","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:27|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:26 455","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"775ms","ResponseTime":"2025-05-23 08:37:27 230","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:27|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:26 344","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"905ms","ResponseTime":"2025-05-23 08:37:27 250","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:27|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:26 629","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"696ms","ResponseTime":"2025-05-23 08:37:27 326","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:27|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:25 957","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"490ms","ResponseTime":"2025-05-23 08:37:27 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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:27|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:26 768","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"752ms","ResponseTime":"2025-05-23 08:37:27 520","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:28|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:27 325","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"670ms","ResponseTime":"2025-05-23 08:37:27 995","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:28|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:26 768","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"427ms","ResponseTime":"2025-05-23 08:37:28 196","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:28|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:26 455","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"810ms","ResponseTime":"2025-05-23 08:37:28 265","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:28|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:25 890","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"374ms","ResponseTime":"2025-05-23 08:37:28 265","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:28|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:26 344","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"6ms","ResponseTime":"2025-05-23 08:37:28 351","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:28|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:26 629","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"649ms","ResponseTime":"2025-05-23 08:37:28 278","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:28|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:27 325","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"314ms","ResponseTime":"2025-05-23 08:37:28 640","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:28|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:26 767","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"188ms","ResponseTime":"2025-05-23 08:37:28 955","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:29|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:28 378","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"634ms","ResponseTime":"2025-05-23 08:37:29 012","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:29|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:26 629","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"518ms","ResponseTime":"2025-05-23 08:37:29 148","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:29|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:28 973","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"539ms","ResponseTime":"2025-05-23 08:37:29 513","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:29|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:28 378","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"332ms","ResponseTime":"2025-05-23 08:37:29 710","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:29|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:29 759","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.Wlstatus == 0)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"53ms","ResponseTime":"2025-05-23 08:37:29 813","ResponseJsonData":"[{\"Id\":3068,\"PalletCode\":\"800056\",\"MaterialType\":1,\"LocationCode\":\"B-002-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":0,\"Materialweight\":20,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:16:20.943\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-04-23T21:41:25.933\"},{\"Id\":3069,\"PalletCode\":\"800058\",\"MaterialType\":1,\"LocationCode\":\"A-003-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":0,\"Materialweight\":30,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:27:42.93\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-04-23T21:40:53.68\"},{\"Id\":3070,\"PalletCode\":\"800061\",\"MaterialType\":1,\"LocationCode\":\"B-003-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":0,\"Materialweight\":27,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:29:14.303\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:35.99\"}]"}
--------------------------------
2025/5/23 20:37:29|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:29 207","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"780ms","ResponseTime":"2025-05-23 08:37:29 987","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:30|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:29 860","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 2)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"126ms","ResponseTime":"2025-05-23 08:37:29 987","ResponseJsonData":"[{\"Id\":13881,\"AreaId\":0,\"LocationCode\":\"A-002-006\",\"LocationName\":\"A行002列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2025/5/23 20:37:30|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:30 005","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 0)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"292ms","ResponseTime":"2025-05-23 08:37:30 297","ResponseJsonData":"[{\"Id\":13757,\"AreaId\":0,\"LocationCode\":\"B-002-002\",\"LocationName\":\"B行002列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13758,\"AreaId\":0,\"LocationCode\":\"B-002-003\",\"LocationName\":\"B行002列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13759,\"AreaId\":0,\"LocationCode\":\"B-002-004\",\"LocationName\":\"B行002列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13760,\"AreaId\":0,\"LocationCode\":\"B-002-005\",\"LocationName\":\"B行002列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13761,\"AreaId\":0,\"LocationCode\":\"B-002-006\",\"LocationName\":\"B行002列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13762,\"AreaId\":0,\"LocationCode\":\"B-003-001\",\"LocationName\":\"B行003列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:36.6\"},{\"Id\":13763,\"AreaId\":0,\"LocationCode\":\"B-003-002\",\"LocationName\":\"B行003列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13764,\"AreaId\":0,\"LocationCode\":\"B-003-003\",\"LocationName\":\"B行003列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13765,\"AreaId\":0,\"LocationCode\":\"B-003-004\",\"LocationName\":\"B行003列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13766,\"AreaId\":0,\"LocationCode\":\"B-003-005\",\"LocationName\":\"B行003列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13767,\"AreaId\":0,\"LocationCode\":\"B-003-006\",\"LocationName\":\"B行003列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13768,\"AreaId\":0,\"LocationCode\":\"B-004-001\",\"LocationName\":\"B行004列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T21:53:16.753\"},{\"Id\":13769,\"AreaId\":0,\"LocationCode\":\"B-004-002\",\"LocationName\":\"B行004列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13770,\"AreaId\":0,\"LocationCode\":\"B-004-003\",\"LocationName\":\"B行004列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13771,\"AreaId\":0,\"LocationCode\":\"B-004-004\",\"LocationName\":\"B行004列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13772,\"AreaId\":0,\"LocationCode\":\"B-004-005\",\"LocationName\":\"B行004列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13773,\"AreaId\":0,\"LocationCode\":\"B-004-006\",\"LocationName\":\"B行004列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13774,\"AreaId\":0,\"LocationCode\":\"B-005-001\",\"LocationName\":\"B行005列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13775,\"AreaId\":0,\"LocationCode\":\"B-005-002\",\"LocationName\":\"B行005列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13776,\"AreaId\":0,\"LocationCode\":\"B-005-003\",\"LocationName\":\"B行005列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13777,\"AreaId\":0,\"LocationCode\":\"B-005-004\",\"LocationName\":\"B行005列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13778,\"AreaId\":0,\"LocationCode\":\"B-005-005\",\"LocationName\":\"B行005列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13779,\"AreaId\":0,\"LocationCode\":\"B-005-006\",\"LocationName\":\"B行005列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13780,\"AreaId\":0,\"LocationCode\":\"B-006-001\",\"LocationName\":\"B行006列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13781,\"AreaId\":0,\"LocationCode\":\"B-006-002\",\"LocationName\":\"B行006列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13782,\"AreaId\":0,\"LocationCode\":\"B-006-003\",\"LocationName\":\"B行006列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13783,\"AreaId\":0,\"LocationCode\":\"B-006-004\",\"LocationName\":\"B行006列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13784,\"AreaId\":0,\"LocationCode\":\"B-006-005\",\"LocationName\":\"B行006列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13785,\"AreaId\":0,\"LocationCode\":\"B-006-006\",\"LocationName\":\"B行006列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13786,\"AreaId\":0,\"LocationCode\":\"B-007-001\",\"LocationName\":\"B行007列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13787,\"AreaId\":0,\"LocationCode\":\"B-007-002\",\"LocationName\":\"B行007列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13788,\"AreaId\":0,\"LocationCode\":\"B-007-003\",\"LocationName\":\"B行007列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13789,\"AreaId\":0,\"LocationCode\":\"B-007-004\",\"LocationName\":\"B行007列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13790,\"AreaId\":0,\"LocationCode\":\"B-007-005\",\"LocationName\":\"B行007列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13791,\"AreaId\":0,\"LocationCode\":\"B-007-006\",\"LocationName\":\"B行007列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13792,\"AreaId\":0,\"LocationCode\":\"B-008-001\",\"LocationName\":\"B行008列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13793,\"AreaId\":0,\"LocationCode\":\"B-008-002\",\"LocationName\":\"B行008列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13794,\"AreaId\":0,\"LocationCode\":\"B-008-003\",\"LocationName\":\"B行008列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13795,\"AreaId\":0,\"LocationCode\":\"B-008-004\",\"LocationName\":\"B行008列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13796,\"AreaId\":0,\"LocationCode\":\"B-008-005\",\"LocationName\":\"B行008列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13797,\"AreaId\":0,\"LocationCode\":\"B-008-006\",\"LocationName\":\"B行008列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13798,\"AreaId\":0,\"LocationCode\":\"B-009-001\",\"LocationName\":\"B行009列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13799,\"AreaId\":0,\"LocationCode\":\"B-009-002\",\"LocationName\":\"B行009列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13800,\"AreaId\":0,\"LocationCode\":\"B-009-003\",\"LocationName\":\"B行009列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13801,\"AreaId\":0,\"LocationCode\":\"B-009-004\",\"LocationName\":\"B行009列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13802,\"AreaId\":0,\"LocationCode\":\"B-009-005\",\"LocationName\":\"B行009列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13803,\"AreaId\":0,\"LocationCode\":\"B-009-006\",\"LocationName\":\"B行009列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13804,\"AreaId\":0,\"LocationCode\":\"B-010-001\",\"LocationName\":\"B行010列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13805,\"AreaId\":0,\"LocationCode\":\"B-010-002\",\"LocationName\":\"B行010列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13806,\"AreaId\":0,\"LocationCode\":\"B-010-003\",\"LocationName\":\"B行010列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13807,\"AreaId\":0,\"LocationCode\":\"B-010-004\",\"LocationName\":\"B行010列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13808,\"AreaId\":0,\"LocationCode\":\"B-010-005\",\"LocationName\":\"B行010列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13809,\"AreaId\":0,\"LocationCode\":\"B-010-006\",\"LocationName\":\"B行010列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13810,\"AreaId\":0,\"LocationCode\":\"B-011-001\",\"LocationName\":\"B行011列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13811,\"AreaId\":0,\"LocationCode\":\"B-011-002\",\"LocationName\":\"B行011列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13812,\"AreaId\":0,\"LocationCode\":\"B-011-003\",\"LocationName\":\"B行011列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13813,\"AreaId\":0,\"LocationCode\":\"B-011-004\",\"LocationName\":\"B行011列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13814,\"AreaId\":0,\"LocationCode\":\"B-011-005\",\"LocationName\":\"B行011列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13815,\"AreaId\":0,\"LocationCode\":\"B-011-006\",\"LocationName\":\"B行011列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13816,\"AreaId\":0,\"LocationCode\":\"B-012-001\",\"LocationName\":\"B行012列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13817,\"AreaId\":0,\"LocationCode\":\"B-012-002\",\"LocationName\":\"B行012列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13818,\"AreaId\":0,\"LocationCode\":\"B-012-003\",\"LocationName\":\"B行012列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13819,\"AreaId\":0,\"LocationCode\":\"B-012-004\",\"LocationName\":\"B行012列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13820,\"AreaId\":0,\"LocationCode\":\"B-012-005\",\"LocationName\":\"B行012列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13821,\"AreaId\":0,\"LocationCode\":\"B-012-006\",\"LocationName\":\"B行012列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13822,\"AreaId\":0,\"LocationCode\":\"B-013-001\",\"LocationName\":\"B行013列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13823,\"AreaId\":0,\"LocationCode\":\"B-013-002\",\"LocationName\":\"B行013列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13824,\"AreaId\":0,\"LocationCode\":\"B-013-003\",\"LocationName\":\"B行013列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13825,\"AreaId\":0,\"LocationCode\":\"B-013-004\",\"LocationName\":\"B行013列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13826,\"AreaId\":0,\"LocationCode\":\"B-013-005\",\"LocationName\":\"B行013列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13827,\"AreaId\":0,\"LocationCode\":\"B-013-006\",\"LocationName\":\"B行013列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13828,\"AreaId\":0,\"LocationCode\":\"B-014-001\",\"LocationName\":\"B行014列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13829,\"AreaId\":0,\"LocationCode\":\"B-014-002\",\"LocationName\":\"B行014列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13830,\"AreaId\":0,\"LocationCode\":\"B-014-003\",\"LocationName\":\"B行014列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13831,\"AreaId\":0,\"LocationCode\":\"B-014-004\",\"LocationName\":\"B行014列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13832,\"AreaId\":0,\"LocationCode\":\"B-014-005\",\"LocationName\":\"B行014列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13833,\"AreaId\":0,\"LocationCode\":\"B-014-006\",\"LocationName\":\"B行014列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13834,\"AreaId\":0,\"LocationCode\":\"B-015-001\",\"LocationName\":\"B行015列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13835,\"AreaId\":0,\"LocationCode\":\"B-015-002\",\"LocationName\":\"B行015列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13836,\"AreaId\":0,\"LocationCode\":\"B-015-003\",\"LocationName\":\"B行015列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13837,\"AreaId\":0,\"LocationCode\":\"B-015-004\",\"LocationName\":\"B行015列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13838,\"AreaId\":0,\"LocationCode\":\"B-015-005\",\"LocationName\":\"B行015列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13839,\"AreaId\":0,\"LocationCode\":\"B-015-006\",\"LocationName\":\"B行015列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13840,\"AreaId\":0,\"LocationCode\":\"B-016-001\",\"LocationName\":\"B行016列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13841,\"AreaId\":0,\"LocationCode\":\"B-016-002\",\"LocationName\":\"B行016列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13842,\"AreaId\":0,\"LocationCode\":\"B-016-003\",\"LocationName\":\"B行016列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13843,\"AreaId\":0,\"LocationCode\":\"B-016-004\",\"LocationName\":\"B行016列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13844,\"AreaId\":0,\"LocationCode\":\"B-016-005\",\"LocationName\":\"B行016列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13845,\"AreaId\":0,\"LocationCode\":\"B-016-006\",\"LocationName\":\"B行016列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13846,\"AreaId\":0,\"LocationCode\":\"B-017-001\",\"LocationName\":\"B行017列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13847,\"AreaId\":0,\"LocationCode\":\"B-017-002\",\"LocationName\":\"B行017列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13848,\"AreaId\":0,\"LocationCode\":\"B-017-003\",\"LocationName\":\"B行017列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13849,\"AreaId\":0,\"LocationCode\":\"B-017-004\",\"LocationName\":\"B行017列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13850,\"AreaId\":0,\"LocationCode\":\"B-017-005\",\"LocationName\":\"B行017列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13851,\"AreaId\":0,\"LocationCode\":\"B-017-006\",\"LocationName\":\"B行017列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13852,\"AreaId\":0,\"LocationCode\":\"B-018-001\",\"LocationName\":\"B行018列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13853,\"AreaId\":0,\"LocationCode\":\"B-018-002\",\"LocationName\":\"B行018列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13854,\"AreaId\":0,\"LocationCode\":\"B-018-003\",\"LocationName\":\"B行018列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13855,\"AreaId\":0,\"LocationCode\":\"B-018-004\",\"LocationName\":\"B行018列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13856,\"AreaId\":0,\"LocationCode\":\"B-018-005\",\"LocationName\":\"B行018列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13857,\"AreaId\":0,\"LocationCode\":\"B-018-006\",\"LocationName\":\"B行018列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13858,\"AreaId\":0,\"LocationCode\":\"B-019-001\",\"LocationName\":\"B行019列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13859,\"AreaId\":0,\"LocationCode\":\"B-019-002\",\"LocationName\":\"B行019列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13860,\"AreaId\":0,\"LocationCode\":\"B-019-003\",\"LocationName\":\"B行019列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13861,\"AreaId\":0,\"LocationCode\":\"B-019-004\",\"LocationName\":\"B行019列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13862,\"AreaId\":0,\"LocationCode\":\"B-019-005\",\"LocationName\":\"B行019列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13863,\"AreaId\":0,\"LocationCode\":\"B-019-006\",\"LocationName\":\"B行019列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13876,\"AreaId\":0,\"LocationCode\":\"A-002-001\",\"LocationName\":\"A行002列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:47:47.98\"},{\"Id\":13877,\"AreaId\":0,\"LocationCode\":\"A-002-002\",\"LocationName\":\"A行002列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13878,\"AreaId\":0,\"LocationCode\":\"A-002-003\",\"LocationName\":\"A行002列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13879,\"AreaId\":0,\"LocationCode\":\"A-002-004\",\"LocationName\":\"A行002列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13880,\"AreaId\":0,\"LocationCode\":\"A-002-005\",\"LocationName\":\"A行002列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13882,\"AreaId\":0,\"LocationCode\":\"A-003-001\",\"LocationName\":\"A行003列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:47:57.16\"},{\"Id\":13883,\"AreaId\":0,\"LocationCode\":\"A-003-002\",\"LocationName\":\"A行003列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13884,\"AreaId\":0,\"LocationCode\":\"A-003-003\",\"LocationName\":\"A行003列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13885,\"AreaId\":0,\"LocationCode\":\"A-003-004\",\"LocationName\":\"A行003列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13886,\"AreaId\":0,\"LocationCode\":\"A-003-005\",\"LocationName\":\"A行003列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13887,\"AreaId\":0,\"LocationCode\":\"A-003-006\",\"LocationName\":\"A行003列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13888,\"AreaId\":0,\"LocationCode\":\"A-004-001\",\"LocationName\":\"A行004列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:44.44\"},{\"Id\":13889,\"AreaId\":0,\"LocationCode\":\"A-004-002\",\"LocationName\":\"A行004列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13890,\"AreaId\":0,\"LocationCode\":\"A-004-003\",\"LocationName\":\"A行004列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13891,\"AreaId\":0,\"LocationCode\":\"A-004-004\",\"LocationName\":\"A行004列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13892,\"AreaId\":0,\"LocationCode\":\"A-004-005\",\"LocationName\":\"A行004列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13893,\"AreaId\":0,\"LocationCode\":\"A-004-006\",\"LocationName\":\"A行004列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13894,\"AreaId\":0,\"LocationCode\":\"A-005-001\",\"LocationName\":\"A行005列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T21:53:07.173\"},{\"Id\":13895,\"AreaId\":0,\"LocationCode\":\"A-005-002\",\"LocationName\":\"A行005列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13896,\"AreaId\":0,\"LocationCode\":\"A-005-003\",\"LocationName\":\"A行005列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13897,\"AreaId\":0,\"LocationCode\":\"A-005-004\",\"LocationName\":\"A行005列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13898,\"AreaId\":0,\"LocationCode\":\"A-005-005\",\"LocationName\":\"A行005列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13899,\"AreaId\":0,\"LocationCode\":\"A-005-006\",\"LocationName\":\"A行005列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13900,\"AreaId\":0,\"LocationCode\":\"A-006-001\",\"LocationName\":\"A行006列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13901,\"AreaId\":0,\"LocationCode\":\"A-006-002\",\"LocationName\":\"A行006列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13902,\"AreaId\":0,\"LocationCode\":\"A-006-003\",\"LocationName\":\"A行006列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13903,\"AreaId\":0,\"LocationCode\":\"A-006-004\",\"LocationName\":\"A行006列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13904,\"AreaId\":0,\"LocationCode\":\"A-006-005\",\"LocationName\":\"A行006列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13905,\"AreaId\":0,\"LocationCode\":\"A-006-006\",\"LocationName\":\"A行006列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13906,\"AreaId\":0,\"LocationCode\":\"A-007-001\",\"LocationName\":\"A行007列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13907,\"AreaId\":0,\"LocationCode\":\"A-007-002\",\"LocationName\":\"A行007列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13908,\"AreaId\":0,\"LocationCode\":\"A-007-003\",\"LocationName\":\"A行007列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13909,\"AreaId\":0,\"LocationCode\":\"A-007-004\",\"LocationName\":\"A行007列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13910,\"AreaId\":0,\"LocationCode\":\"A-007-005\",\"LocationName\":\"A行007列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13911,\"AreaId\":0,\"LocationCode\":\"A-007-006\",\"LocationName\":\"A行007列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13913,\"AreaId\":0,\"LocationCode\":\"A-008-002\",\"LocationName\":\"A行008列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13914,\"AreaId\":0,\"LocationCode\":\"A-008-003\",\"LocationName\":\"A行008列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13915,\"AreaId\":0,\"LocationCode\":\"A-008-004\",\"LocationName\":\"A行008列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13916,\"AreaId\":0,\"LocationCode\":\"A-008-005\",\"LocationName\":\"A行008列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13917,\"AreaId\":0,\"LocationCode\":\"A-008-006\",\"LocationName\":\"A行008列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13919,\"AreaId\":0,\"LocationCode\":\"A-009-002\",\"LocationName\":\"A行009列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13920,\"AreaId\":0,\"LocationCode\":\"A-009-003\",\"LocationName\":\"A行009列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13921,\"AreaId\":0,\"LocationCode\":\"A-009-004\",\"LocationName\":\"A行009列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13922,\"AreaId\":0,\"LocationCode\":\"A-009-005\",\"LocationName\":\"A行009列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13923,\"AreaId\":0,\"LocationCode\":\"A-009-006\",\"LocationName\":\"A行009列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13924,\"AreaId\":0,\"LocationCode\":\"A-010-001\",\"LocationName\":\"A行010列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13925,\"AreaId\":0,\"LocationCode\":\"A-010-002\",\"LocationName\":\"A行010列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13926,\"AreaId\":0,\"LocationCode\":\"A-010-003\",\"LocationName\":\"A行010列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13927,\"AreaId\":0,\"LocationCode\":\"A-010-004\",\"LocationName\":\"A行010列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13928,\"AreaId\":0,\"LocationCode\":\"A-010-005\",\"LocationName\":\"A行010列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13929,\"AreaId\":0,\"LocationCode\":\"A-010-006\",\"LocationName\":\"A行010列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13930,\"AreaId\":0,\"LocationCode\":\"A-011-001\",\"LocationName\":\"A行011列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13931,\"AreaId\":0,\"LocationCode\":\"A-011-002\",\"LocationName\":\"A行011列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13932,\"AreaId\":0,\"LocationCode\":\"A-011-003\",\"LocationName\":\"A行011列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13933,\"AreaId\":0,\"LocationCode\":\"A-011-004\",\"LocationName\":\"A行011列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13934,\"AreaId\":0,\"LocationCode\":\"A-011-005\",\"LocationName\":\"A行011列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13935,\"AreaId\":0,\"LocationCode\":\"A-011-006\",\"LocationName\":\"A行011列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13937,\"AreaId\":0,\"LocationCode\":\"A-012-002\",\"LocationName\":\"A行012列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13938,\"AreaId\":0,\"LocationCode\":\"A-012-003\",\"LocationName\":\"A行012列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13939,\"AreaId\":0,\"LocationCode\":\"A-012-004\",\"LocationName\":\"A行012列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13940,\"AreaId\":0,\"LocationCode\":\"A-012-005\",\"LocationName\":\"A行012列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13941,\"AreaId\":0,\"LocationCode\":\"A-012-006\",\"LocationName\":\"A行012列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13943,\"AreaId\":0,\"LocationCode\":\"A-013-002\",\"LocationName\":\"A行013列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13944,\"AreaId\":0,\"LocationCode\":\"A-013-003\",\"LocationName\":\"A行013列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13945,\"AreaId\":0,\"LocationCode\":\"A-013-004\",\"LocationName\":\"A行013列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13946,\"AreaId\":0,\"LocationCode\":\"A-013-005\",\"LocationName\":\"A行013列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13947,\"AreaId\":0,\"LocationCode\":\"A-013-006\",\"LocationName\":\"A行013列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13948,\"AreaId\":0,\"LocationCode\":\"A-014-001\",\"LocationName\":\"A行014列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13949,\"AreaId\":0,\"LocationCode\":\"A-014-002\",\"LocationName\":\"A行014列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13950,\"AreaId\":0,\"LocationCode\":\"A-014-003\",\"LocationName\":\"A行014列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13951,\"AreaId\":0,\"LocationCode\":\"A-014-004\",\"LocationName\":\"A行014列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13952,\"AreaId\":0,\"LocationCode\":\"A-014-005\",\"LocationName\":\"A行014列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13953,\"AreaId\":0,\"LocationCode\":\"A-014-006\",\"LocationName\":\"A行014列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13954,\"AreaId\":0,\"LocationCode\":\"A-015-001\",\"LocationName\":\"A行015列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13955,\"AreaId\":0,\"LocationCode\":\"A-015-002\",\"LocationName\":\"A行015列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13956,\"AreaId\":0,\"LocationCode\":\"A-015-003\",\"LocationName\":\"A行015列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13957,\"AreaId\":0,\"LocationCode\":\"A-015-004\",\"LocationName\":\"A行015列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13958,\"AreaId\":0,\"LocationCode\":\"A-015-005\",\"LocationName\":\"A行015列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13959,\"AreaId\":0,\"LocationCode\":\"A-015-006\",\"LocationName\":\"A行015列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13960,\"AreaId\":0,\"LocationCode\":\"A-016-001\",\"LocationName\":\"A行016列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13961,\"AreaId\":0,\"LocationCode\":\"A-016-002\",\"LocationName\":\"A行016列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13962,\"AreaId\":0,\"LocationCode\":\"A-016-003\",\"LocationName\":\"A行016列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13963,\"AreaId\":0,\"LocationCode\":\"A-016-004\",\"LocationName\":\"A行016列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13964,\"AreaId\":0,\"LocationCode\":\"A-016-005\",\"LocationName\":\"A行016列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13965,\"AreaId\":0,\"LocationCode\":\"A-016-006\",\"LocationName\":\"A行016列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13966,\"AreaId\":0,\"LocationCode\":\"A-017-001\",\"LocationName\":\"A行017列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13967,\"AreaId\":0,\"LocationCode\":\"A-017-002\",\"LocationName\":\"A行017列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13968,\"AreaId\":0,\"LocationCode\":\"A-017-003\",\"LocationName\":\"A行017列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13969,\"AreaId\":0,\"LocationCode\":\"A-017-004\",\"LocationName\":\"A行017列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13970,\"AreaId\":0,\"LocationCode\":\"A-017-005\",\"LocationName\":\"A行017列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13971,\"AreaId\":0,\"LocationCode\":\"A-017-006\",\"LocationName\":\"A行017列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13972,\"AreaId\":0,\"LocationCode\":\"A-018-001\",\"LocationName\":\"A行018列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13973,\"AreaId\":0,\"LocationCode\":\"A-018-002\",\"LocationName\":\"A行018列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13974,\"AreaId\":0,\"LocationCode\":\"A-018-003\",\"LocationName\":\"A行018列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13975,\"AreaId\":0,\"LocationCode\":\"A-018-004\",\"LocationName\":\"A行018列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13976,\"AreaId\":0,\"LocationCode\":\"A-018-005\",\"LocationName\":\"A行018列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13977,\"AreaId\":0,\"LocationCode\":\"A-018-006\",\"LocationName\":\"A行018列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13978,\"AreaId\":0,\"LocationCode\":\"A-019-001\",\"LocationName\":\"A行019列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":\"\",\"ModifyDate\":\"2025-03-14T19:44:08.073\"},{\"Id\":13979,\"AreaId\":0,\"LocationCode\":\"A-019-002\",\"LocationName\":\"A行019列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13980,\"AreaId\":0,\"LocationCode\":\"A-019-003\",\"LocationName\":\"A行019列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13981,\"AreaId\":0,\"LocationCode\":\"A-019-004\",\"LocationName\":\"A行019列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13982,\"AreaId\":0,\"LocationCode\":\"A-019-005\",\"LocationName\":\"A行019列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13983,\"AreaId\":0,\"LocationCode\":\"A-019-006\",\"LocationName\":\"A行019列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T10:52:59.15\"},{\"Id\":13991,\"AreaId\":0,\"LocationCode\":\"A-008-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13992,\"AreaId\":0,\"LocationCode\":\"A-009-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13993,\"AreaId\":0,\"LocationCode\":\"A-012-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13995,\"AreaId\":0,\"LocationCode\":\"A-013-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2025/5/23 20:37:30|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:29 846","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"622ms","ResponseTime":"2025-05-23 08:37:30 468","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:30|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:28 973","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"465ms","ResponseTime":"2025-05-23 08:37:30 439","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:30|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:30 181","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"454ms","ResponseTime":"2025-05-23 08:37:30 635","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:30|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:29 205","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"518ms","ResponseTime":"2025-05-23 08:37:30 724","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:31|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:30 858","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 0)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"142ms","ResponseTime":"2025-05-23 08:37:31 001","ResponseJsonData":"[{\"Id\":13757,\"AreaId\":0,\"LocationCode\":\"B-002-002\",\"LocationName\":\"B行002列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13758,\"AreaId\":0,\"LocationCode\":\"B-002-003\",\"LocationName\":\"B行002列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13759,\"AreaId\":0,\"LocationCode\":\"B-002-004\",\"LocationName\":\"B行002列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13760,\"AreaId\":0,\"LocationCode\":\"B-002-005\",\"LocationName\":\"B行002列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13761,\"AreaId\":0,\"LocationCode\":\"B-002-006\",\"LocationName\":\"B行002列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13762,\"AreaId\":0,\"LocationCode\":\"B-003-001\",\"LocationName\":\"B行003列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:36.6\"},{\"Id\":13763,\"AreaId\":0,\"LocationCode\":\"B-003-002\",\"LocationName\":\"B行003列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13764,\"AreaId\":0,\"LocationCode\":\"B-003-003\",\"LocationName\":\"B行003列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13765,\"AreaId\":0,\"LocationCode\":\"B-003-004\",\"LocationName\":\"B行003列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13766,\"AreaId\":0,\"LocationCode\":\"B-003-005\",\"LocationName\":\"B行003列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13767,\"AreaId\":0,\"LocationCode\":\"B-003-006\",\"LocationName\":\"B行003列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13768,\"AreaId\":0,\"LocationCode\":\"B-004-001\",\"LocationName\":\"B行004列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T21:53:16.753\"},{\"Id\":13769,\"AreaId\":0,\"LocationCode\":\"B-004-002\",\"LocationName\":\"B行004列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13770,\"AreaId\":0,\"LocationCode\":\"B-004-003\",\"LocationName\":\"B行004列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13771,\"AreaId\":0,\"LocationCode\":\"B-004-004\",\"LocationName\":\"B行004列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13772,\"AreaId\":0,\"LocationCode\":\"B-004-005\",\"LocationName\":\"B行004列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13773,\"AreaId\":0,\"LocationCode\":\"B-004-006\",\"LocationName\":\"B行004列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13774,\"AreaId\":0,\"LocationCode\":\"B-005-001\",\"LocationName\":\"B行005列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13775,\"AreaId\":0,\"LocationCode\":\"B-005-002\",\"LocationName\":\"B行005列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13776,\"AreaId\":0,\"LocationCode\":\"B-005-003\",\"LocationName\":\"B行005列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13777,\"AreaId\":0,\"LocationCode\":\"B-005-004\",\"LocationName\":\"B行005列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13778,\"AreaId\":0,\"LocationCode\":\"B-005-005\",\"LocationName\":\"B行005列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13779,\"AreaId\":0,\"LocationCode\":\"B-005-006\",\"LocationName\":\"B行005列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13780,\"AreaId\":0,\"LocationCode\":\"B-006-001\",\"LocationName\":\"B行006列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13781,\"AreaId\":0,\"LocationCode\":\"B-006-002\",\"LocationName\":\"B行006列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13782,\"AreaId\":0,\"LocationCode\":\"B-006-003\",\"LocationName\":\"B行006列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13783,\"AreaId\":0,\"LocationCode\":\"B-006-004\",\"LocationName\":\"B行006列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13784,\"AreaId\":0,\"LocationCode\":\"B-006-005\",\"LocationName\":\"B行006列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13785,\"AreaId\":0,\"LocationCode\":\"B-006-006\",\"LocationName\":\"B行006列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13786,\"AreaId\":0,\"LocationCode\":\"B-007-001\",\"LocationName\":\"B行007列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13787,\"AreaId\":0,\"LocationCode\":\"B-007-002\",\"LocationName\":\"B行007列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13788,\"AreaId\":0,\"LocationCode\":\"B-007-003\",\"LocationName\":\"B行007列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13789,\"AreaId\":0,\"LocationCode\":\"B-007-004\",\"LocationName\":\"B行007列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13790,\"AreaId\":0,\"LocationCode\":\"B-007-005\",\"LocationName\":\"B行007列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13791,\"AreaId\":0,\"LocationCode\":\"B-007-006\",\"LocationName\":\"B行007列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13792,\"AreaId\":0,\"LocationCode\":\"B-008-001\",\"LocationName\":\"B行008列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13793,\"AreaId\":0,\"LocationCode\":\"B-008-002\",\"LocationName\":\"B行008列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13794,\"AreaId\":0,\"LocationCode\":\"B-008-003\",\"LocationName\":\"B行008列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13795,\"AreaId\":0,\"LocationCode\":\"B-008-004\",\"LocationName\":\"B行008列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13796,\"AreaId\":0,\"LocationCode\":\"B-008-005\",\"LocationName\":\"B行008列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13797,\"AreaId\":0,\"LocationCode\":\"B-008-006\",\"LocationName\":\"B行008列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13798,\"AreaId\":0,\"LocationCode\":\"B-009-001\",\"LocationName\":\"B行009列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13799,\"AreaId\":0,\"LocationCode\":\"B-009-002\",\"LocationName\":\"B行009列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13800,\"AreaId\":0,\"LocationCode\":\"B-009-003\",\"LocationName\":\"B行009列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13801,\"AreaId\":0,\"LocationCode\":\"B-009-004\",\"LocationName\":\"B行009列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13802,\"AreaId\":0,\"LocationCode\":\"B-009-005\",\"LocationName\":\"B行009列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13803,\"AreaId\":0,\"LocationCode\":\"B-009-006\",\"LocationName\":\"B行009列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13804,\"AreaId\":0,\"LocationCode\":\"B-010-001\",\"LocationName\":\"B行010列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13805,\"AreaId\":0,\"LocationCode\":\"B-010-002\",\"LocationName\":\"B行010列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13806,\"AreaId\":0,\"LocationCode\":\"B-010-003\",\"LocationName\":\"B行010列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13807,\"AreaId\":0,\"LocationCode\":\"B-010-004\",\"LocationName\":\"B行010列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13808,\"AreaId\":0,\"LocationCode\":\"B-010-005\",\"LocationName\":\"B行010列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13809,\"AreaId\":0,\"LocationCode\":\"B-010-006\",\"LocationName\":\"B行010列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13810,\"AreaId\":0,\"LocationCode\":\"B-011-001\",\"LocationName\":\"B行011列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13811,\"AreaId\":0,\"LocationCode\":\"B-011-002\",\"LocationName\":\"B行011列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13812,\"AreaId\":0,\"LocationCode\":\"B-011-003\",\"LocationName\":\"B行011列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13813,\"AreaId\":0,\"LocationCode\":\"B-011-004\",\"LocationName\":\"B行011列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13814,\"AreaId\":0,\"LocationCode\":\"B-011-005\",\"LocationName\":\"B行011列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13815,\"AreaId\":0,\"LocationCode\":\"B-011-006\",\"LocationName\":\"B行011列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13816,\"AreaId\":0,\"LocationCode\":\"B-012-001\",\"LocationName\":\"B行012列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13817,\"AreaId\":0,\"LocationCode\":\"B-012-002\",\"LocationName\":\"B行012列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13818,\"AreaId\":0,\"LocationCode\":\"B-012-003\",\"LocationName\":\"B行012列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13819,\"AreaId\":0,\"LocationCode\":\"B-012-004\",\"LocationName\":\"B行012列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13820,\"AreaId\":0,\"LocationCode\":\"B-012-005\",\"LocationName\":\"B行012列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13821,\"AreaId\":0,\"LocationCode\":\"B-012-006\",\"LocationName\":\"B行012列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13822,\"AreaId\":0,\"LocationCode\":\"B-013-001\",\"LocationName\":\"B行013列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13823,\"AreaId\":0,\"LocationCode\":\"B-013-002\",\"LocationName\":\"B行013列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13824,\"AreaId\":0,\"LocationCode\":\"B-013-003\",\"LocationName\":\"B行013列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13825,\"AreaId\":0,\"LocationCode\":\"B-013-004\",\"LocationName\":\"B行013列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13826,\"AreaId\":0,\"LocationCode\":\"B-013-005\",\"LocationName\":\"B行013列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13827,\"AreaId\":0,\"LocationCode\":\"B-013-006\",\"LocationName\":\"B行013列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13828,\"AreaId\":0,\"LocationCode\":\"B-014-001\",\"LocationName\":\"B行014列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13829,\"AreaId\":0,\"LocationCode\":\"B-014-002\",\"LocationName\":\"B行014列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13830,\"AreaId\":0,\"LocationCode\":\"B-014-003\",\"LocationName\":\"B行014列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13831,\"AreaId\":0,\"LocationCode\":\"B-014-004\",\"LocationName\":\"B行014列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13832,\"AreaId\":0,\"LocationCode\":\"B-014-005\",\"LocationName\":\"B行014列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13833,\"AreaId\":0,\"LocationCode\":\"B-014-006\",\"LocationName\":\"B行014列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13834,\"AreaId\":0,\"LocationCode\":\"B-015-001\",\"LocationName\":\"B行015列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13835,\"AreaId\":0,\"LocationCode\":\"B-015-002\",\"LocationName\":\"B行015列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13836,\"AreaId\":0,\"LocationCode\":\"B-015-003\",\"LocationName\":\"B行015列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13837,\"AreaId\":0,\"LocationCode\":\"B-015-004\",\"LocationName\":\"B行015列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13838,\"AreaId\":0,\"LocationCode\":\"B-015-005\",\"LocationName\":\"B行015列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13839,\"AreaId\":0,\"LocationCode\":\"B-015-006\",\"LocationName\":\"B行015列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13840,\"AreaId\":0,\"LocationCode\":\"B-016-001\",\"LocationName\":\"B行016列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13841,\"AreaId\":0,\"LocationCode\":\"B-016-002\",\"LocationName\":\"B行016列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13842,\"AreaId\":0,\"LocationCode\":\"B-016-003\",\"LocationName\":\"B行016列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13843,\"AreaId\":0,\"LocationCode\":\"B-016-004\",\"LocationName\":\"B行016列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13844,\"AreaId\":0,\"LocationCode\":\"B-016-005\",\"LocationName\":\"B行016列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13845,\"AreaId\":0,\"LocationCode\":\"B-016-006\",\"LocationName\":\"B行016列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13846,\"AreaId\":0,\"LocationCode\":\"B-017-001\",\"LocationName\":\"B行017列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13847,\"AreaId\":0,\"LocationCode\":\"B-017-002\",\"LocationName\":\"B行017列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13848,\"AreaId\":0,\"LocationCode\":\"B-017-003\",\"LocationName\":\"B行017列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13849,\"AreaId\":0,\"LocationCode\":\"B-017-004\",\"LocationName\":\"B行017列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13850,\"AreaId\":0,\"LocationCode\":\"B-017-005\",\"LocationName\":\"B行017列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13851,\"AreaId\":0,\"LocationCode\":\"B-017-006\",\"LocationName\":\"B行017列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13852,\"AreaId\":0,\"LocationCode\":\"B-018-001\",\"LocationName\":\"B行018列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13853,\"AreaId\":0,\"LocationCode\":\"B-018-002\",\"LocationName\":\"B行018列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13854,\"AreaId\":0,\"LocationCode\":\"B-018-003\",\"LocationName\":\"B行018列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13855,\"AreaId\":0,\"LocationCode\":\"B-018-004\",\"LocationName\":\"B行018列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13856,\"AreaId\":0,\"LocationCode\":\"B-018-005\",\"LocationName\":\"B行018列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13857,\"AreaId\":0,\"LocationCode\":\"B-018-006\",\"LocationName\":\"B行018列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13858,\"AreaId\":0,\"LocationCode\":\"B-019-001\",\"LocationName\":\"B行019列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13859,\"AreaId\":0,\"LocationCode\":\"B-019-002\",\"LocationName\":\"B行019列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13860,\"AreaId\":0,\"LocationCode\":\"B-019-003\",\"LocationName\":\"B行019列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13861,\"AreaId\":0,\"LocationCode\":\"B-019-004\",\"LocationName\":\"B行019列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13862,\"AreaId\":0,\"LocationCode\":\"B-019-005\",\"LocationName\":\"B行019列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13863,\"AreaId\":0,\"LocationCode\":\"B-019-006\",\"LocationName\":\"B行019列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13876,\"AreaId\":0,\"LocationCode\":\"A-002-001\",\"LocationName\":\"A行002列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:47:47.98\"},{\"Id\":13877,\"AreaId\":0,\"LocationCode\":\"A-002-002\",\"LocationName\":\"A行002列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13878,\"AreaId\":0,\"LocationCode\":\"A-002-003\",\"LocationName\":\"A行002列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13879,\"AreaId\":0,\"LocationCode\":\"A-002-004\",\"LocationName\":\"A行002列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13880,\"AreaId\":0,\"LocationCode\":\"A-002-005\",\"LocationName\":\"A行002列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13882,\"AreaId\":0,\"LocationCode\":\"A-003-001\",\"LocationName\":\"A行003列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:47:57.16\"},{\"Id\":13883,\"AreaId\":0,\"LocationCode\":\"A-003-002\",\"LocationName\":\"A行003列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13884,\"AreaId\":0,\"LocationCode\":\"A-003-003\",\"LocationName\":\"A行003列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13885,\"AreaId\":0,\"LocationCode\":\"A-003-004\",\"LocationName\":\"A行003列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13886,\"AreaId\":0,\"LocationCode\":\"A-003-005\",\"LocationName\":\"A行003列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13887,\"AreaId\":0,\"LocationCode\":\"A-003-006\",\"LocationName\":\"A行003列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13888,\"AreaId\":0,\"LocationCode\":\"A-004-001\",\"LocationName\":\"A行004列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:44.44\"},{\"Id\":13889,\"AreaId\":0,\"LocationCode\":\"A-004-002\",\"LocationName\":\"A行004列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13890,\"AreaId\":0,\"LocationCode\":\"A-004-003\",\"LocationName\":\"A行004列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13891,\"AreaId\":0,\"LocationCode\":\"A-004-004\",\"LocationName\":\"A行004列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13892,\"AreaId\":0,\"LocationCode\":\"A-004-005\",\"LocationName\":\"A行004列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13893,\"AreaId\":0,\"LocationCode\":\"A-004-006\",\"LocationName\":\"A行004列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13894,\"AreaId\":0,\"LocationCode\":\"A-005-001\",\"LocationName\":\"A行005列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T21:53:07.173\"},{\"Id\":13895,\"AreaId\":0,\"LocationCode\":\"A-005-002\",\"LocationName\":\"A行005列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13896,\"AreaId\":0,\"LocationCode\":\"A-005-003\",\"LocationName\":\"A行005列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13897,\"AreaId\":0,\"LocationCode\":\"A-005-004\",\"LocationName\":\"A行005列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13898,\"AreaId\":0,\"LocationCode\":\"A-005-005\",\"LocationName\":\"A行005列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13899,\"AreaId\":0,\"LocationCode\":\"A-005-006\",\"LocationName\":\"A行005列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13900,\"AreaId\":0,\"LocationCode\":\"A-006-001\",\"LocationName\":\"A行006列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13901,\"AreaId\":0,\"LocationCode\":\"A-006-002\",\"LocationName\":\"A行006列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13902,\"AreaId\":0,\"LocationCode\":\"A-006-003\",\"LocationName\":\"A行006列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13903,\"AreaId\":0,\"LocationCode\":\"A-006-004\",\"LocationName\":\"A行006列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13904,\"AreaId\":0,\"LocationCode\":\"A-006-005\",\"LocationName\":\"A行006列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13905,\"AreaId\":0,\"LocationCode\":\"A-006-006\",\"LocationName\":\"A行006列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13906,\"AreaId\":0,\"LocationCode\":\"A-007-001\",\"LocationName\":\"A行007列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13907,\"AreaId\":0,\"LocationCode\":\"A-007-002\",\"LocationName\":\"A行007列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13908,\"AreaId\":0,\"LocationCode\":\"A-007-003\",\"LocationName\":\"A行007列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13909,\"AreaId\":0,\"LocationCode\":\"A-007-004\",\"LocationName\":\"A行007列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13910,\"AreaId\":0,\"LocationCode\":\"A-007-005\",\"LocationName\":\"A行007列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13911,\"AreaId\":0,\"LocationCode\":\"A-007-006\",\"LocationName\":\"A行007列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13913,\"AreaId\":0,\"LocationCode\":\"A-008-002\",\"LocationName\":\"A行008列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13914,\"AreaId\":0,\"LocationCode\":\"A-008-003\",\"LocationName\":\"A行008列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13915,\"AreaId\":0,\"LocationCode\":\"A-008-004\",\"LocationName\":\"A行008列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13916,\"AreaId\":0,\"LocationCode\":\"A-008-005\",\"LocationName\":\"A行008列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13917,\"AreaId\":0,\"LocationCode\":\"A-008-006\",\"LocationName\":\"A行008列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13919,\"AreaId\":0,\"LocationCode\":\"A-009-002\",\"LocationName\":\"A行009列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13920,\"AreaId\":0,\"LocationCode\":\"A-009-003\",\"LocationName\":\"A行009列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13921,\"AreaId\":0,\"LocationCode\":\"A-009-004\",\"LocationName\":\"A行009列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13922,\"AreaId\":0,\"LocationCode\":\"A-009-005\",\"LocationName\":\"A行009列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13923,\"AreaId\":0,\"LocationCode\":\"A-009-006\",\"LocationName\":\"A行009列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13924,\"AreaId\":0,\"LocationCode\":\"A-010-001\",\"LocationName\":\"A行010列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13925,\"AreaId\":0,\"LocationCode\":\"A-010-002\",\"LocationName\":\"A行010列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13926,\"AreaId\":0,\"LocationCode\":\"A-010-003\",\"LocationName\":\"A行010列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13927,\"AreaId\":0,\"LocationCode\":\"A-010-004\",\"LocationName\":\"A行010列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13928,\"AreaId\":0,\"LocationCode\":\"A-010-005\",\"LocationName\":\"A行010列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13929,\"AreaId\":0,\"LocationCode\":\"A-010-006\",\"LocationName\":\"A行010列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13930,\"AreaId\":0,\"LocationCode\":\"A-011-001\",\"LocationName\":\"A行011列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13931,\"AreaId\":0,\"LocationCode\":\"A-011-002\",\"LocationName\":\"A行011列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13932,\"AreaId\":0,\"LocationCode\":\"A-011-003\",\"LocationName\":\"A行011列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13933,\"AreaId\":0,\"LocationCode\":\"A-011-004\",\"LocationName\":\"A行011列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13934,\"AreaId\":0,\"LocationCode\":\"A-011-005\",\"LocationName\":\"A行011列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13935,\"AreaId\":0,\"LocationCode\":\"A-011-006\",\"LocationName\":\"A行011列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13937,\"AreaId\":0,\"LocationCode\":\"A-012-002\",\"LocationName\":\"A行012列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13938,\"AreaId\":0,\"LocationCode\":\"A-012-003\",\"LocationName\":\"A行012列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13939,\"AreaId\":0,\"LocationCode\":\"A-012-004\",\"LocationName\":\"A行012列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13940,\"AreaId\":0,\"LocationCode\":\"A-012-005\",\"LocationName\":\"A行012列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13941,\"AreaId\":0,\"LocationCode\":\"A-012-006\",\"LocationName\":\"A行012列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13943,\"AreaId\":0,\"LocationCode\":\"A-013-002\",\"LocationName\":\"A行013列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13944,\"AreaId\":0,\"LocationCode\":\"A-013-003\",\"LocationName\":\"A行013列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13945,\"AreaId\":0,\"LocationCode\":\"A-013-004\",\"LocationName\":\"A行013列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13946,\"AreaId\":0,\"LocationCode\":\"A-013-005\",\"LocationName\":\"A行013列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13947,\"AreaId\":0,\"LocationCode\":\"A-013-006\",\"LocationName\":\"A行013列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13948,\"AreaId\":0,\"LocationCode\":\"A-014-001\",\"LocationName\":\"A行014列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13949,\"AreaId\":0,\"LocationCode\":\"A-014-002\",\"LocationName\":\"A行014列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13950,\"AreaId\":0,\"LocationCode\":\"A-014-003\",\"LocationName\":\"A行014列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13951,\"AreaId\":0,\"LocationCode\":\"A-014-004\",\"LocationName\":\"A行014列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13952,\"AreaId\":0,\"LocationCode\":\"A-014-005\",\"LocationName\":\"A行014列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13953,\"AreaId\":0,\"LocationCode\":\"A-014-006\",\"LocationName\":\"A行014列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13954,\"AreaId\":0,\"LocationCode\":\"A-015-001\",\"LocationName\":\"A行015列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13955,\"AreaId\":0,\"LocationCode\":\"A-015-002\",\"LocationName\":\"A行015列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13956,\"AreaId\":0,\"LocationCode\":\"A-015-003\",\"LocationName\":\"A行015列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13957,\"AreaId\":0,\"LocationCode\":\"A-015-004\",\"LocationName\":\"A行015列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13958,\"AreaId\":0,\"LocationCode\":\"A-015-005\",\"LocationName\":\"A行015列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13959,\"AreaId\":0,\"LocationCode\":\"A-015-006\",\"LocationName\":\"A行015列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13960,\"AreaId\":0,\"LocationCode\":\"A-016-001\",\"LocationName\":\"A行016列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13961,\"AreaId\":0,\"LocationCode\":\"A-016-002\",\"LocationName\":\"A行016列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13962,\"AreaId\":0,\"LocationCode\":\"A-016-003\",\"LocationName\":\"A行016列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13963,\"AreaId\":0,\"LocationCode\":\"A-016-004\",\"LocationName\":\"A行016列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13964,\"AreaId\":0,\"LocationCode\":\"A-016-005\",\"LocationName\":\"A行016列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13965,\"AreaId\":0,\"LocationCode\":\"A-016-006\",\"LocationName\":\"A行016列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13966,\"AreaId\":0,\"LocationCode\":\"A-017-001\",\"LocationName\":\"A行017列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13967,\"AreaId\":0,\"LocationCode\":\"A-017-002\",\"LocationName\":\"A行017列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13968,\"AreaId\":0,\"LocationCode\":\"A-017-003\",\"LocationName\":\"A行017列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13969,\"AreaId\":0,\"LocationCode\":\"A-017-004\",\"LocationName\":\"A行017列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13970,\"AreaId\":0,\"LocationCode\":\"A-017-005\",\"LocationName\":\"A行017列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13971,\"AreaId\":0,\"LocationCode\":\"A-017-006\",\"LocationName\":\"A行017列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13972,\"AreaId\":0,\"LocationCode\":\"A-018-001\",\"LocationName\":\"A行018列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13973,\"AreaId\":0,\"LocationCode\":\"A-018-002\",\"LocationName\":\"A行018列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13974,\"AreaId\":0,\"LocationCode\":\"A-018-003\",\"LocationName\":\"A行018列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13975,\"AreaId\":0,\"LocationCode\":\"A-018-004\",\"LocationName\":\"A行018列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13976,\"AreaId\":0,\"LocationCode\":\"A-018-005\",\"LocationName\":\"A行018列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13977,\"AreaId\":0,\"LocationCode\":\"A-018-006\",\"LocationName\":\"A行018列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13978,\"AreaId\":0,\"LocationCode\":\"A-019-001\",\"LocationName\":\"A行019列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":\"\",\"ModifyDate\":\"2025-03-14T19:44:08.073\"},{\"Id\":13979,\"AreaId\":0,\"LocationCode\":\"A-019-002\",\"LocationName\":\"A行019列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13980,\"AreaId\":0,\"LocationCode\":\"A-019-003\",\"LocationName\":\"A行019列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13981,\"AreaId\":0,\"LocationCode\":\"A-019-004\",\"LocationName\":\"A行019列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13982,\"AreaId\":0,\"LocationCode\":\"A-019-005\",\"LocationName\":\"A行019列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13983,\"AreaId\":0,\"LocationCode\":\"A-019-006\",\"LocationName\":\"A行019列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T10:52:59.15\"},{\"Id\":13991,\"AreaId\":0,\"LocationCode\":\"A-008-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13992,\"AreaId\":0,\"LocationCode\":\"A-009-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13993,\"AreaId\":0,\"LocationCode\":\"A-012-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13995,\"AreaId\":0,\"LocationCode\":\"A-013-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2025/5/23 20:37:31|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:29 846","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"248ms","ResponseTime":"2025-05-23 08:37:31 094","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:31|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:30 134","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"159ms","ResponseTime":"2025-05-23 08:37:31 294","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:31|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:30 481","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"812ms","ResponseTime":"2025-05-23 08:37:31 294","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:31|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:31 078","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"477ms","ResponseTime":"2025-05-23 08:37:31 556","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:29 845","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"243ms","ResponseTime":"2025-05-23 08:37:32 088","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:32 052","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.Wlstatus == 0)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"92ms","ResponseTime":"2025-05-23 08:37:32 145","ResponseJsonData":"[{\"Id\":3068,\"PalletCode\":\"800056\",\"MaterialType\":1,\"LocationCode\":\"B-002-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":0,\"Materialweight\":20,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:16:20.943\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-04-23T21:41:25.933\"},{\"Id\":3069,\"PalletCode\":\"800058\",\"MaterialType\":1,\"LocationCode\":\"A-003-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":0,\"Materialweight\":30,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:27:42.93\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-04-23T21:40:53.68\"},{\"Id\":3070,\"PalletCode\":\"800061\",\"MaterialType\":1,\"LocationCode\":\"B-003-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":0,\"Materialweight\":27,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:29:14.303\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:35.99\"}]"}
--------------------------------
2025/5/23 20:37:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:30 133","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"55ms","ResponseTime":"2025-05-23 08:37:32 188","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:30 481","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"706ms","ResponseTime":"2025-05-23 08:37:32 188","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:31 078","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"171ms","ResponseTime":"2025-05-23 08:37:32 250","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:32 144","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.Wlstatus == 0)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"74ms","ResponseTime":"2025-05-23 08:37:32 218","ResponseJsonData":"[{\"Id\":3068,\"PalletCode\":\"800056\",\"MaterialType\":1,\"LocationCode\":\"B-002-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":0,\"Materialweight\":20,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:16:20.943\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-04-23T21:41:25.933\"},{\"Id\":3069,\"PalletCode\":\"800058\",\"MaterialType\":1,\"LocationCode\":\"A-003-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":0,\"Materialweight\":30,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:27:42.93\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-04-23T21:40:53.68\"},{\"Id\":3070,\"PalletCode\":\"800061\",\"MaterialType\":1,\"LocationCode\":\"B-003-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":0,\"Materialweight\":27,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:29:14.303\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:35.99\"}]"}
--------------------------------
2025/5/23 20:37:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:32 162","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"458ms","ResponseTime":"2025-05-23 08:37:32 620","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:32|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:32 189","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"607ms","ResponseTime":"2025-05-23 08:37:32 796","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:32 250","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"751ms","ResponseTime":"2025-05-23 08:37:33 001","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:30 480","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"571ms","ResponseTime":"2025-05-23 08:37:33 052","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:32 332","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"795ms","ResponseTime":"2025-05-23 08:37:33 128","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:31 076","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"100ms","ResponseTime":"2025-05-23 08:37:33 176","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:32 189","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"260ms","ResponseTime":"2025-05-23 08:37:33 449","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:32 162","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"464ms","ResponseTime":"2025-05-23 08:37:33 626","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:33 128","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"556ms","ResponseTime":"2025-05-23 08:37:33 684","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:32 332","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"436ms","ResponseTime":"2025-05-23 08:37:33 769","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:33|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:33 217","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"605ms","ResponseTime":"2025-05-23 08:37:33 822","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:34|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:32 250","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"708ms","ResponseTime":"2025-05-23 08:37:33 959","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:34|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:32 189","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"130ms","ResponseTime":"2025-05-23 08:37:34 319","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:34|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:32 332","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"113ms","ResponseTime":"2025-05-23 08:37:34 446","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:34|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:33 128","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"445ms","ResponseTime":"2025-05-23 08:37:34 573","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:34|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:33 216","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"511ms","ResponseTime":"2025-05-23 08:37:34 727","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:35|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:34 332","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"656ms","ResponseTime":"2025-05-23 08:37:34 988","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:35|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:35 047","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => ((x.Wlstatus == 2) OrElse (x.Wlstatus == 1))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"109ms","ResponseTime":"2025-05-23 08:37:35 157","ResponseJsonData":"[{\"Id\":3071,\"PalletCode\":\"22123\",\"MaterialType\":1,\"LocationCode\":\"A-004-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":2,\"Materialweight\":30,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管33\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:30:24.487\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:17:39.767\"},{\"Id\":3072,\"PalletCode\":\"800060\",\"MaterialType\":1,\"LocationCode\":\"A-002-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":2,\"Materialweight\":31,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"5449\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:33:37.603\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:17:34.74\"},{\"Id\":3077,\"PalletCode\":\"800010\",\"MaterialType\":1,\"LocationCode\":\"A-003-001\",\"IsFull\":false,\"StockStatus\":5,\"Wlstatus\":2,\"Materialweight\":7,\"Remark\":null,\"Wagonnumber\":null,\"WagonName\":null,\"WagonModel\":null,\"Wagongroup\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2025-04-11T15:08:07.957\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:23:05.023\"},{\"Id\":3078,\"PalletCode\":\"800008\",\"MaterialType\":1,\"LocationCode\":\"B-003-001\",\"IsFull\":false,\"StockStatus\":5,\"Wlstatus\":1,\"Materialweight\":1,\"Remark\":null,\"Wagonnumber\":null,\"WagonName\":null,\"WagonModel\":null,\"Wagongroup\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2025-04-11T15:11:35.733\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:17:17.947\"}]"}
--------------------------------
2025/5/23 20:37:35|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:03 156","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:Outbound_inventory","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"32ms","ResponseTime":"2025-05-23 08:37:35 188","ResponseJsonData":"{\"Location_EmptyPallet\":1,\"Location_occupation\":1,\"Location_Free\":214,\"Stock_inspected\":3,\"Stock_qualified\":4}"}
--------------------------------
2025/5/23 20:37:35|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:34 492","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"807ms","ResponseTime":"2025-05-23 08:37:35 300","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:35|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:34 332","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"475ms","ResponseTime":"2025-05-23 08:37:35 807","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:35|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:34 492","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"428ms","ResponseTime":"2025-05-23 08:37:35 921","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:36|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:35 579","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 0)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"325ms","ResponseTime":"2025-05-23 08:37:35 904","ResponseJsonData":"[{\"Id\":13757,\"AreaId\":0,\"LocationCode\":\"B-002-002\",\"LocationName\":\"B行002列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13758,\"AreaId\":0,\"LocationCode\":\"B-002-003\",\"LocationName\":\"B行002列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13759,\"AreaId\":0,\"LocationCode\":\"B-002-004\",\"LocationName\":\"B行002列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13760,\"AreaId\":0,\"LocationCode\":\"B-002-005\",\"LocationName\":\"B行002列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13761,\"AreaId\":0,\"LocationCode\":\"B-002-006\",\"LocationName\":\"B行002列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13762,\"AreaId\":0,\"LocationCode\":\"B-003-001\",\"LocationName\":\"B行003列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:36.6\"},{\"Id\":13763,\"AreaId\":0,\"LocationCode\":\"B-003-002\",\"LocationName\":\"B行003列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13764,\"AreaId\":0,\"LocationCode\":\"B-003-003\",\"LocationName\":\"B行003列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13765,\"AreaId\":0,\"LocationCode\":\"B-003-004\",\"LocationName\":\"B行003列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13766,\"AreaId\":0,\"LocationCode\":\"B-003-005\",\"LocationName\":\"B行003列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13767,\"AreaId\":0,\"LocationCode\":\"B-003-006\",\"LocationName\":\"B行003列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13768,\"AreaId\":0,\"LocationCode\":\"B-004-001\",\"LocationName\":\"B行004列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T21:53:16.753\"},{\"Id\":13769,\"AreaId\":0,\"LocationCode\":\"B-004-002\",\"LocationName\":\"B行004列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13770,\"AreaId\":0,\"LocationCode\":\"B-004-003\",\"LocationName\":\"B行004列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13771,\"AreaId\":0,\"LocationCode\":\"B-004-004\",\"LocationName\":\"B行004列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13772,\"AreaId\":0,\"LocationCode\":\"B-004-005\",\"LocationName\":\"B行004列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13773,\"AreaId\":0,\"LocationCode\":\"B-004-006\",\"LocationName\":\"B行004列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13774,\"AreaId\":0,\"LocationCode\":\"B-005-001\",\"LocationName\":\"B行005列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13775,\"AreaId\":0,\"LocationCode\":\"B-005-002\",\"LocationName\":\"B行005列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13776,\"AreaId\":0,\"LocationCode\":\"B-005-003\",\"LocationName\":\"B行005列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13777,\"AreaId\":0,\"LocationCode\":\"B-005-004\",\"LocationName\":\"B行005列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13778,\"AreaId\":0,\"LocationCode\":\"B-005-005\",\"LocationName\":\"B行005列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13779,\"AreaId\":0,\"LocationCode\":\"B-005-006\",\"LocationName\":\"B行005列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13780,\"AreaId\":0,\"LocationCode\":\"B-006-001\",\"LocationName\":\"B行006列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13781,\"AreaId\":0,\"LocationCode\":\"B-006-002\",\"LocationName\":\"B行006列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13782,\"AreaId\":0,\"LocationCode\":\"B-006-003\",\"LocationName\":\"B行006列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13783,\"AreaId\":0,\"LocationCode\":\"B-006-004\",\"LocationName\":\"B行006列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13784,\"AreaId\":0,\"LocationCode\":\"B-006-005\",\"LocationName\":\"B行006列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13785,\"AreaId\":0,\"LocationCode\":\"B-006-006\",\"LocationName\":\"B行006列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13786,\"AreaId\":0,\"LocationCode\":\"B-007-001\",\"LocationName\":\"B行007列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13787,\"AreaId\":0,\"LocationCode\":\"B-007-002\",\"LocationName\":\"B行007列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13788,\"AreaId\":0,\"LocationCode\":\"B-007-003\",\"LocationName\":\"B行007列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13789,\"AreaId\":0,\"LocationCode\":\"B-007-004\",\"LocationName\":\"B行007列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13790,\"AreaId\":0,\"LocationCode\":\"B-007-005\",\"LocationName\":\"B行007列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13791,\"AreaId\":0,\"LocationCode\":\"B-007-006\",\"LocationName\":\"B行007列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13792,\"AreaId\":0,\"LocationCode\":\"B-008-001\",\"LocationName\":\"B行008列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13793,\"AreaId\":0,\"LocationCode\":\"B-008-002\",\"LocationName\":\"B行008列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13794,\"AreaId\":0,\"LocationCode\":\"B-008-003\",\"LocationName\":\"B行008列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13795,\"AreaId\":0,\"LocationCode\":\"B-008-004\",\"LocationName\":\"B行008列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13796,\"AreaId\":0,\"LocationCode\":\"B-008-005\",\"LocationName\":\"B行008列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13797,\"AreaId\":0,\"LocationCode\":\"B-008-006\",\"LocationName\":\"B行008列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13798,\"AreaId\":0,\"LocationCode\":\"B-009-001\",\"LocationName\":\"B行009列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13799,\"AreaId\":0,\"LocationCode\":\"B-009-002\",\"LocationName\":\"B行009列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13800,\"AreaId\":0,\"LocationCode\":\"B-009-003\",\"LocationName\":\"B行009列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13801,\"AreaId\":0,\"LocationCode\":\"B-009-004\",\"LocationName\":\"B行009列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13802,\"AreaId\":0,\"LocationCode\":\"B-009-005\",\"LocationName\":\"B行009列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13803,\"AreaId\":0,\"LocationCode\":\"B-009-006\",\"LocationName\":\"B行009列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13804,\"AreaId\":0,\"LocationCode\":\"B-010-001\",\"LocationName\":\"B行010列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13805,\"AreaId\":0,\"LocationCode\":\"B-010-002\",\"LocationName\":\"B行010列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13806,\"AreaId\":0,\"LocationCode\":\"B-010-003\",\"LocationName\":\"B行010列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13807,\"AreaId\":0,\"LocationCode\":\"B-010-004\",\"LocationName\":\"B行010列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13808,\"AreaId\":0,\"LocationCode\":\"B-010-005\",\"LocationName\":\"B行010列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13809,\"AreaId\":0,\"LocationCode\":\"B-010-006\",\"LocationName\":\"B行010列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13810,\"AreaId\":0,\"LocationCode\":\"B-011-001\",\"LocationName\":\"B行011列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13811,\"AreaId\":0,\"LocationCode\":\"B-011-002\",\"LocationName\":\"B行011列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13812,\"AreaId\":0,\"LocationCode\":\"B-011-003\",\"LocationName\":\"B行011列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13813,\"AreaId\":0,\"LocationCode\":\"B-011-004\",\"LocationName\":\"B行011列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13814,\"AreaId\":0,\"LocationCode\":\"B-011-005\",\"LocationName\":\"B行011列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13815,\"AreaId\":0,\"LocationCode\":\"B-011-006\",\"LocationName\":\"B行011列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13816,\"AreaId\":0,\"LocationCode\":\"B-012-001\",\"LocationName\":\"B行012列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13817,\"AreaId\":0,\"LocationCode\":\"B-012-002\",\"LocationName\":\"B行012列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13818,\"AreaId\":0,\"LocationCode\":\"B-012-003\",\"LocationName\":\"B行012列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13819,\"AreaId\":0,\"LocationCode\":\"B-012-004\",\"LocationName\":\"B行012列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13820,\"AreaId\":0,\"LocationCode\":\"B-012-005\",\"LocationName\":\"B行012列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13821,\"AreaId\":0,\"LocationCode\":\"B-012-006\",\"LocationName\":\"B行012列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13822,\"AreaId\":0,\"LocationCode\":\"B-013-001\",\"LocationName\":\"B行013列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13823,\"AreaId\":0,\"LocationCode\":\"B-013-002\",\"LocationName\":\"B行013列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13824,\"AreaId\":0,\"LocationCode\":\"B-013-003\",\"LocationName\":\"B行013列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13825,\"AreaId\":0,\"LocationCode\":\"B-013-004\",\"LocationName\":\"B行013列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13826,\"AreaId\":0,\"LocationCode\":\"B-013-005\",\"LocationName\":\"B行013列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13827,\"AreaId\":0,\"LocationCode\":\"B-013-006\",\"LocationName\":\"B行013列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13828,\"AreaId\":0,\"LocationCode\":\"B-014-001\",\"LocationName\":\"B行014列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13829,\"AreaId\":0,\"LocationCode\":\"B-014-002\",\"LocationName\":\"B行014列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13830,\"AreaId\":0,\"LocationCode\":\"B-014-003\",\"LocationName\":\"B行014列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13831,\"AreaId\":0,\"LocationCode\":\"B-014-004\",\"LocationName\":\"B行014列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13832,\"AreaId\":0,\"LocationCode\":\"B-014-005\",\"LocationName\":\"B行014列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13833,\"AreaId\":0,\"LocationCode\":\"B-014-006\",\"LocationName\":\"B行014列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13834,\"AreaId\":0,\"LocationCode\":\"B-015-001\",\"LocationName\":\"B行015列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13835,\"AreaId\":0,\"LocationCode\":\"B-015-002\",\"LocationName\":\"B行015列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13836,\"AreaId\":0,\"LocationCode\":\"B-015-003\",\"LocationName\":\"B行015列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13837,\"AreaId\":0,\"LocationCode\":\"B-015-004\",\"LocationName\":\"B行015列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13838,\"AreaId\":0,\"LocationCode\":\"B-015-005\",\"LocationName\":\"B行015列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13839,\"AreaId\":0,\"LocationCode\":\"B-015-006\",\"LocationName\":\"B行015列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13840,\"AreaId\":0,\"LocationCode\":\"B-016-001\",\"LocationName\":\"B行016列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13841,\"AreaId\":0,\"LocationCode\":\"B-016-002\",\"LocationName\":\"B行016列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13842,\"AreaId\":0,\"LocationCode\":\"B-016-003\",\"LocationName\":\"B行016列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13843,\"AreaId\":0,\"LocationCode\":\"B-016-004\",\"LocationName\":\"B行016列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13844,\"AreaId\":0,\"LocationCode\":\"B-016-005\",\"LocationName\":\"B行016列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13845,\"AreaId\":0,\"LocationCode\":\"B-016-006\",\"LocationName\":\"B行016列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13846,\"AreaId\":0,\"LocationCode\":\"B-017-001\",\"LocationName\":\"B行017列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13847,\"AreaId\":0,\"LocationCode\":\"B-017-002\",\"LocationName\":\"B行017列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13848,\"AreaId\":0,\"LocationCode\":\"B-017-003\",\"LocationName\":\"B行017列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13849,\"AreaId\":0,\"LocationCode\":\"B-017-004\",\"LocationName\":\"B行017列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13850,\"AreaId\":0,\"LocationCode\":\"B-017-005\",\"LocationName\":\"B行017列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13851,\"AreaId\":0,\"LocationCode\":\"B-017-006\",\"LocationName\":\"B行017列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13852,\"AreaId\":0,\"LocationCode\":\"B-018-001\",\"LocationName\":\"B行018列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13853,\"AreaId\":0,\"LocationCode\":\"B-018-002\",\"LocationName\":\"B行018列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13854,\"AreaId\":0,\"LocationCode\":\"B-018-003\",\"LocationName\":\"B行018列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13855,\"AreaId\":0,\"LocationCode\":\"B-018-004\",\"LocationName\":\"B行018列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13856,\"AreaId\":0,\"LocationCode\":\"B-018-005\",\"LocationName\":\"B行018列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13857,\"AreaId\":0,\"LocationCode\":\"B-018-006\",\"LocationName\":\"B行018列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13858,\"AreaId\":0,\"LocationCode\":\"B-019-001\",\"LocationName\":\"B行019列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13859,\"AreaId\":0,\"LocationCode\":\"B-019-002\",\"LocationName\":\"B行019列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13860,\"AreaId\":0,\"LocationCode\":\"B-019-003\",\"LocationName\":\"B行019列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13861,\"AreaId\":0,\"LocationCode\":\"B-019-004\",\"LocationName\":\"B行019列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13862,\"AreaId\":0,\"LocationCode\":\"B-019-005\",\"LocationName\":\"B行019列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13863,\"AreaId\":0,\"LocationCode\":\"B-019-006\",\"LocationName\":\"B行019列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13876,\"AreaId\":0,\"LocationCode\":\"A-002-001\",\"LocationName\":\"A行002列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:47:47.98\"},{\"Id\":13877,\"AreaId\":0,\"LocationCode\":\"A-002-002\",\"LocationName\":\"A行002列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13878,\"AreaId\":0,\"LocationCode\":\"A-002-003\",\"LocationName\":\"A行002列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13879,\"AreaId\":0,\"LocationCode\":\"A-002-004\",\"LocationName\":\"A行002列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13880,\"AreaId\":0,\"LocationCode\":\"A-002-005\",\"LocationName\":\"A行002列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13882,\"AreaId\":0,\"LocationCode\":\"A-003-001\",\"LocationName\":\"A行003列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:47:57.16\"},{\"Id\":13883,\"AreaId\":0,\"LocationCode\":\"A-003-002\",\"LocationName\":\"A行003列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13884,\"AreaId\":0,\"LocationCode\":\"A-003-003\",\"LocationName\":\"A行003列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13885,\"AreaId\":0,\"LocationCode\":\"A-003-004\",\"LocationName\":\"A行003列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13886,\"AreaId\":0,\"LocationCode\":\"A-003-005\",\"LocationName\":\"A行003列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13887,\"AreaId\":0,\"LocationCode\":\"A-003-006\",\"LocationName\":\"A行003列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13888,\"AreaId\":0,\"LocationCode\":\"A-004-001\",\"LocationName\":\"A行004列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:44.44\"},{\"Id\":13889,\"AreaId\":0,\"LocationCode\":\"A-004-002\",\"LocationName\":\"A行004列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13890,\"AreaId\":0,\"LocationCode\":\"A-004-003\",\"LocationName\":\"A行004列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13891,\"AreaId\":0,\"LocationCode\":\"A-004-004\",\"LocationName\":\"A行004列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13892,\"AreaId\":0,\"LocationCode\":\"A-004-005\",\"LocationName\":\"A行004列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13893,\"AreaId\":0,\"LocationCode\":\"A-004-006\",\"LocationName\":\"A行004列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13894,\"AreaId\":0,\"LocationCode\":\"A-005-001\",\"LocationName\":\"A行005列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T21:53:07.173\"},{\"Id\":13895,\"AreaId\":0,\"LocationCode\":\"A-005-002\",\"LocationName\":\"A行005列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13896,\"AreaId\":0,\"LocationCode\":\"A-005-003\",\"LocationName\":\"A行005列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13897,\"AreaId\":0,\"LocationCode\":\"A-005-004\",\"LocationName\":\"A行005列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13898,\"AreaId\":0,\"LocationCode\":\"A-005-005\",\"LocationName\":\"A行005列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13899,\"AreaId\":0,\"LocationCode\":\"A-005-006\",\"LocationName\":\"A行005列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13900,\"AreaId\":0,\"LocationCode\":\"A-006-001\",\"LocationName\":\"A行006列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13901,\"AreaId\":0,\"LocationCode\":\"A-006-002\",\"LocationName\":\"A行006列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13902,\"AreaId\":0,\"LocationCode\":\"A-006-003\",\"LocationName\":\"A行006列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13903,\"AreaId\":0,\"LocationCode\":\"A-006-004\",\"LocationName\":\"A行006列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13904,\"AreaId\":0,\"LocationCode\":\"A-006-005\",\"LocationName\":\"A行006列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13905,\"AreaId\":0,\"LocationCode\":\"A-006-006\",\"LocationName\":\"A行006列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13906,\"AreaId\":0,\"LocationCode\":\"A-007-001\",\"LocationName\":\"A行007列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13907,\"AreaId\":0,\"LocationCode\":\"A-007-002\",\"LocationName\":\"A行007列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13908,\"AreaId\":0,\"LocationCode\":\"A-007-003\",\"LocationName\":\"A行007列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13909,\"AreaId\":0,\"LocationCode\":\"A-007-004\",\"LocationName\":\"A行007列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13910,\"AreaId\":0,\"LocationCode\":\"A-007-005\",\"LocationName\":\"A行007列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13911,\"AreaId\":0,\"LocationCode\":\"A-007-006\",\"LocationName\":\"A行007列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13913,\"AreaId\":0,\"LocationCode\":\"A-008-002\",\"LocationName\":\"A行008列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13914,\"AreaId\":0,\"LocationCode\":\"A-008-003\",\"LocationName\":\"A行008列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13915,\"AreaId\":0,\"LocationCode\":\"A-008-004\",\"LocationName\":\"A行008列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13916,\"AreaId\":0,\"LocationCode\":\"A-008-005\",\"LocationName\":\"A行008列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13917,\"AreaId\":0,\"LocationCode\":\"A-008-006\",\"LocationName\":\"A行008列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13919,\"AreaId\":0,\"LocationCode\":\"A-009-002\",\"LocationName\":\"A行009列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13920,\"AreaId\":0,\"LocationCode\":\"A-009-003\",\"LocationName\":\"A行009列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13921,\"AreaId\":0,\"LocationCode\":\"A-009-004\",\"LocationName\":\"A行009列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13922,\"AreaId\":0,\"LocationCode\":\"A-009-005\",\"LocationName\":\"A行009列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13923,\"AreaId\":0,\"LocationCode\":\"A-009-006\",\"LocationName\":\"A行009列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13924,\"AreaId\":0,\"LocationCode\":\"A-010-001\",\"LocationName\":\"A行010列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13925,\"AreaId\":0,\"LocationCode\":\"A-010-002\",\"LocationName\":\"A行010列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13926,\"AreaId\":0,\"LocationCode\":\"A-010-003\",\"LocationName\":\"A行010列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13927,\"AreaId\":0,\"LocationCode\":\"A-010-004\",\"LocationName\":\"A行010列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13928,\"AreaId\":0,\"LocationCode\":\"A-010-005\",\"LocationName\":\"A行010列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13929,\"AreaId\":0,\"LocationCode\":\"A-010-006\",\"LocationName\":\"A行010列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13930,\"AreaId\":0,\"LocationCode\":\"A-011-001\",\"LocationName\":\"A行011列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13931,\"AreaId\":0,\"LocationCode\":\"A-011-002\",\"LocationName\":\"A行011列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13932,\"AreaId\":0,\"LocationCode\":\"A-011-003\",\"LocationName\":\"A行011列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13933,\"AreaId\":0,\"LocationCode\":\"A-011-004\",\"LocationName\":\"A行011列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13934,\"AreaId\":0,\"LocationCode\":\"A-011-005\",\"LocationName\":\"A行011列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13935,\"AreaId\":0,\"LocationCode\":\"A-011-006\",\"LocationName\":\"A行011列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13937,\"AreaId\":0,\"LocationCode\":\"A-012-002\",\"LocationName\":\"A行012列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13938,\"AreaId\":0,\"LocationCode\":\"A-012-003\",\"LocationName\":\"A行012列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13939,\"AreaId\":0,\"LocationCode\":\"A-012-004\",\"LocationName\":\"A行012列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13940,\"AreaId\":0,\"LocationCode\":\"A-012-005\",\"LocationName\":\"A行012列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13941,\"AreaId\":0,\"LocationCode\":\"A-012-006\",\"LocationName\":\"A行012列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13943,\"AreaId\":0,\"LocationCode\":\"A-013-002\",\"LocationName\":\"A行013列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13944,\"AreaId\":0,\"LocationCode\":\"A-013-003\",\"LocationName\":\"A行013列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13945,\"AreaId\":0,\"LocationCode\":\"A-013-004\",\"LocationName\":\"A行013列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13946,\"AreaId\":0,\"LocationCode\":\"A-013-005\",\"LocationName\":\"A行013列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13947,\"AreaId\":0,\"LocationCode\":\"A-013-006\",\"LocationName\":\"A行013列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13948,\"AreaId\":0,\"LocationCode\":\"A-014-001\",\"LocationName\":\"A行014列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13949,\"AreaId\":0,\"LocationCode\":\"A-014-002\",\"LocationName\":\"A行014列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13950,\"AreaId\":0,\"LocationCode\":\"A-014-003\",\"LocationName\":\"A行014列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13951,\"AreaId\":0,\"LocationCode\":\"A-014-004\",\"LocationName\":\"A行014列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13952,\"AreaId\":0,\"LocationCode\":\"A-014-005\",\"LocationName\":\"A行014列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13953,\"AreaId\":0,\"LocationCode\":\"A-014-006\",\"LocationName\":\"A行014列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13954,\"AreaId\":0,\"LocationCode\":\"A-015-001\",\"LocationName\":\"A行015列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13955,\"AreaId\":0,\"LocationCode\":\"A-015-002\",\"LocationName\":\"A行015列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13956,\"AreaId\":0,\"LocationCode\":\"A-015-003\",\"LocationName\":\"A行015列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13957,\"AreaId\":0,\"LocationCode\":\"A-015-004\",\"LocationName\":\"A行015列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13958,\"AreaId\":0,\"LocationCode\":\"A-015-005\",\"LocationName\":\"A行015列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13959,\"AreaId\":0,\"LocationCode\":\"A-015-006\",\"LocationName\":\"A行015列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13960,\"AreaId\":0,\"LocationCode\":\"A-016-001\",\"LocationName\":\"A行016列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13961,\"AreaId\":0,\"LocationCode\":\"A-016-002\",\"LocationName\":\"A行016列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13962,\"AreaId\":0,\"LocationCode\":\"A-016-003\",\"LocationName\":\"A行016列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13963,\"AreaId\":0,\"LocationCode\":\"A-016-004\",\"LocationName\":\"A行016列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13964,\"AreaId\":0,\"LocationCode\":\"A-016-005\",\"LocationName\":\"A行016列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13965,\"AreaId\":0,\"LocationCode\":\"A-016-006\",\"LocationName\":\"A行016列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13966,\"AreaId\":0,\"LocationCode\":\"A-017-001\",\"LocationName\":\"A行017列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13967,\"AreaId\":0,\"LocationCode\":\"A-017-002\",\"LocationName\":\"A行017列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13968,\"AreaId\":0,\"LocationCode\":\"A-017-003\",\"LocationName\":\"A行017列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13969,\"AreaId\":0,\"LocationCode\":\"A-017-004\",\"LocationName\":\"A行017列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13970,\"AreaId\":0,\"LocationCode\":\"A-017-005\",\"LocationName\":\"A行017列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13971,\"AreaId\":0,\"LocationCode\":\"A-017-006\",\"LocationName\":\"A行017列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13972,\"AreaId\":0,\"LocationCode\":\"A-018-001\",\"LocationName\":\"A行018列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13973,\"AreaId\":0,\"LocationCode\":\"A-018-002\",\"LocationName\":\"A行018列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13974,\"AreaId\":0,\"LocationCode\":\"A-018-003\",\"LocationName\":\"A行018列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13975,\"AreaId\":0,\"LocationCode\":\"A-018-004\",\"LocationName\":\"A行018列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13976,\"AreaId\":0,\"LocationCode\":\"A-018-005\",\"LocationName\":\"A行018列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13977,\"AreaId\":0,\"LocationCode\":\"A-018-006\",\"LocationName\":\"A行018列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13978,\"AreaId\":0,\"LocationCode\":\"A-019-001\",\"LocationName\":\"A行019列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":\"\",\"ModifyDate\":\"2025-03-14T19:44:08.073\"},{\"Id\":13979,\"AreaId\":0,\"LocationCode\":\"A-019-002\",\"LocationName\":\"A行019列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13980,\"AreaId\":0,\"LocationCode\":\"A-019-003\",\"LocationName\":\"A行019列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13981,\"AreaId\":0,\"LocationCode\":\"A-019-004\",\"LocationName\":\"A行019列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13982,\"AreaId\":0,\"LocationCode\":\"A-019-005\",\"LocationName\":\"A行019列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13983,\"AreaId\":0,\"LocationCode\":\"A-019-006\",\"LocationName\":\"A行019列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T10:52:59.15\"},{\"Id\":13991,\"AreaId\":0,\"LocationCode\":\"A-008-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13992,\"AreaId\":0,\"LocationCode\":\"A-009-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13993,\"AreaId\":0,\"LocationCode\":\"A-012-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13995,\"AreaId\":0,\"LocationCode\":\"A-013-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2025/5/23 20:37:36|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:36 030","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.Wlstatus == 0)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"64ms","ResponseTime":"2025-05-23 08:37:36 094","ResponseJsonData":"[{\"Id\":3068,\"PalletCode\":\"800056\",\"MaterialType\":1,\"LocationCode\":\"B-002-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":0,\"Materialweight\":20,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:16:20.943\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-04-23T21:41:25.933\"},{\"Id\":3069,\"PalletCode\":\"800058\",\"MaterialType\":1,\"LocationCode\":\"A-003-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":0,\"Materialweight\":30,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:27:42.93\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-04-23T21:40:53.68\"},{\"Id\":3070,\"PalletCode\":\"800061\",\"MaterialType\":1,\"LocationCode\":\"B-003-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":0,\"Materialweight\":27,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:29:14.303\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:35.99\"}]"}
--------------------------------
2025/5/23 20:37:36|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:36 031","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.Wlstatus == 0)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"47ms","ResponseTime":"2025-05-23 08:37:36 079","ResponseJsonData":"[{\"Id\":3068,\"PalletCode\":\"800056\",\"MaterialType\":1,\"LocationCode\":\"B-002-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":0,\"Materialweight\":20,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:16:20.943\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-04-23T21:41:25.933\"},{\"Id\":3069,\"PalletCode\":\"800058\",\"MaterialType\":1,\"LocationCode\":\"A-003-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":0,\"Materialweight\":30,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:27:42.93\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-04-23T21:40:53.68\"},{\"Id\":3070,\"PalletCode\":\"800061\",\"MaterialType\":1,\"LocationCode\":\"B-003-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":0,\"Materialweight\":27,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:29:14.303\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:35.99\"}]"}
--------------------------------
2025/5/23 20:37:36|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:36 109","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"720ms","ResponseTime":"2025-05-23 08:37:36 829","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:37|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:36 301","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"670ms","ResponseTime":"2025-05-23 08:37:36 972","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:37|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:36 145","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"878ms","ResponseTime":"2025-05-23 08:37:37 024","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:37|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:36 251","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"848ms","ResponseTime":"2025-05-23 08:37:37 100","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:37|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:37 268","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => ((x.Wlstatus == 2) OrElse (x.Wlstatus == 1))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"135ms","ResponseTime":"2025-05-23 08:37:37 404","ResponseJsonData":"[{\"Id\":3071,\"PalletCode\":\"22123\",\"MaterialType\":1,\"LocationCode\":\"A-004-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":2,\"Materialweight\":30,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管33\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:30:24.487\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:17:39.767\"},{\"Id\":3072,\"PalletCode\":\"800060\",\"MaterialType\":1,\"LocationCode\":\"A-002-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":2,\"Materialweight\":31,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"5449\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:33:37.603\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:17:34.74\"},{\"Id\":3077,\"PalletCode\":\"800010\",\"MaterialType\":1,\"LocationCode\":\"A-003-001\",\"IsFull\":false,\"StockStatus\":5,\"Wlstatus\":2,\"Materialweight\":7,\"Remark\":null,\"Wagonnumber\":null,\"WagonName\":null,\"WagonModel\":null,\"Wagongroup\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2025-04-11T15:08:07.957\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:23:05.023\"},{\"Id\":3078,\"PalletCode\":\"800008\",\"MaterialType\":1,\"LocationCode\":\"B-003-001\",\"IsFull\":false,\"StockStatus\":5,\"Wlstatus\":1,\"Materialweight\":1,\"Remark\":null,\"Wagonnumber\":null,\"WagonName\":null,\"WagonModel\":null,\"Wagongroup\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2025-04-11T15:11:35.733\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:17:17.947\"}]"}
--------------------------------
2025/5/23 20:37:37|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:05 630","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:Outbound_inventory","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"810ms","ResponseTime":"2025-05-23 08:37:37 441","ResponseJsonData":"{\"Location_EmptyPallet\":1,\"Location_occupation\":1,\"Location_Free\":214,\"Stock_inspected\":3,\"Stock_qualified\":4}"}
--------------------------------
2025/5/23 20:37:37|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:37 570","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => ((x.Wlstatus == 2) OrElse (x.Wlstatus == 1))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"30ms","ResponseTime":"2025-05-23 08:37:37 601","ResponseJsonData":"[{\"Id\":3071,\"PalletCode\":\"22123\",\"MaterialType\":1,\"LocationCode\":\"A-004-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":2,\"Materialweight\":30,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管33\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:30:24.487\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:17:39.767\"},{\"Id\":3072,\"PalletCode\":\"800060\",\"MaterialType\":1,\"LocationCode\":\"A-002-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":2,\"Materialweight\":31,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"5449\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:33:37.603\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:17:34.74\"},{\"Id\":3077,\"PalletCode\":\"800010\",\"MaterialType\":1,\"LocationCode\":\"A-003-001\",\"IsFull\":false,\"StockStatus\":5,\"Wlstatus\":2,\"Materialweight\":7,\"Remark\":null,\"Wagonnumber\":null,\"WagonName\":null,\"WagonModel\":null,\"Wagongroup\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2025-04-11T15:08:07.957\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:23:05.023\"},{\"Id\":3078,\"PalletCode\":\"800008\",\"MaterialType\":1,\"LocationCode\":\"B-003-001\",\"IsFull\":false,\"StockStatus\":5,\"Wlstatus\":1,\"Materialweight\":1,\"Remark\":null,\"Wagonnumber\":null,\"WagonName\":null,\"WagonModel\":null,\"Wagongroup\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2025-04-11T15:11:35.733\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:17:17.947\"}]"}
--------------------------------
2025/5/23 20:37:37|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:05 428","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:Outbound_inventory","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"189ms","ResponseTime":"2025-05-23 08:37:37 618","ResponseJsonData":"{\"Location_EmptyPallet\":1,\"Location_occupation\":1,\"Location_Free\":214,\"Stock_inspected\":3,\"Stock_qualified\":4}"}
--------------------------------
2025/5/23 20:37:37|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:36 109","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"536ms","ResponseTime":"2025-05-23 08:37:37 645","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:37|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:36 145","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"554ms","ResponseTime":"2025-05-23 08:37:37 699","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:37|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:36 301","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"417ms","ResponseTime":"2025-05-23 08:37:37 719","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:37|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:36 251","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"503ms","ResponseTime":"2025-05-23 08:37:37 755","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:38|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:36 109","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"120ms","ResponseTime":"2025-05-23 08:37:38 230","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:38|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:36 144","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"214ms","ResponseTime":"2025-05-23 08:37:38 358","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:38|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:36 250","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"424ms","ResponseTime":"2025-05-23 08:37:38 675","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:38|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:37 893","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"811ms","ResponseTime":"2025-05-23 08:37:38 705","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:38|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:36 301","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"481ms","ResponseTime":"2025-05-23 08:37:38 783","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:38|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:38 263","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"637ms","ResponseTime":"2025-05-23 08:37:38 900","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:39|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:38 425","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"605ms","ResponseTime":"2025-05-23 08:37:39 030","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:39|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:38 473","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"582ms","ResponseTime":"2025-05-23 08:37:39 055","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:39|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:37 893","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"539ms","ResponseTime":"2025-05-23 08:37:39 433","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:39|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:38 757","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"703ms","ResponseTime":"2025-05-23 08:37:39 460","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:39|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:38 838","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"609ms","ResponseTime":"2025-05-23 08:37:39 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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:39|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:38 473","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"257ms","ResponseTime":"2025-05-23 08:37:39 731","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:39|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:38 263","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"484ms","ResponseTime":"2025-05-23 08:37:39 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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:39|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:38 411","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"503ms","ResponseTime":"2025-05-23 08:37:39 915","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:40|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:38 825","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"502ms","ResponseTime":"2025-05-23 08:37:40 327","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:40|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:37 893","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"433ms","ResponseTime":"2025-05-23 08:37:40 327","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:40|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:38 743","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"670ms","ResponseTime":"2025-05-23 08:37:40 414","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:40|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:38 473","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"11ms","ResponseTime":"2025-05-23 08:37:40 485","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:41|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:40 357","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"652ms","ResponseTime":"2025-05-23 08:37:41 009","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:41|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:40 533","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"692ms","ResponseTime":"2025-05-23 08:37:41 226","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:41|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:41 537","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 99)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"123ms","ResponseTime":"2025-05-23 08:37:41 661","ResponseJsonData":"[{\"Id\":13756,\"AreaId\":0,\"LocationCode\":\"B-002-001\",\"LocationName\":\"B行002列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":99,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-04-23T21:41:26.377\"}]"}
--------------------------------
2025/5/23 20:37:41|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:40 357","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"454ms","ResponseTime":"2025-05-23 08:37:41 811","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:41|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:41 661","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.Wlstatus == 0)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"164ms","ResponseTime":"2025-05-23 08:37:41 826","ResponseJsonData":"[{\"Id\":3068,\"PalletCode\":\"800056\",\"MaterialType\":1,\"LocationCode\":\"B-002-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":0,\"Materialweight\":20,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:16:20.943\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-04-23T21:41:25.933\"},{\"Id\":3069,\"PalletCode\":\"800058\",\"MaterialType\":1,\"LocationCode\":\"A-003-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":0,\"Materialweight\":30,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:27:42.93\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-04-23T21:40:53.68\"},{\"Id\":3070,\"PalletCode\":\"800061\",\"MaterialType\":1,\"LocationCode\":\"B-003-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":0,\"Materialweight\":27,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:29:14.303\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:35.99\"}]"}
--------------------------------
2025/5/23 20:37:42|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:41 870","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => ((x.Wlstatus == 2) OrElse (x.Wlstatus == 1))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"100ms","ResponseTime":"2025-05-23 08:37:41 971","ResponseJsonData":"[{\"Id\":3071,\"PalletCode\":\"22123\",\"MaterialType\":1,\"LocationCode\":\"A-004-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":2,\"Materialweight\":30,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管33\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:30:24.487\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:17:39.767\"},{\"Id\":3072,\"PalletCode\":\"800060\",\"MaterialType\":1,\"LocationCode\":\"A-002-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":2,\"Materialweight\":31,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"5449\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:33:37.603\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:17:34.74\"},{\"Id\":3077,\"PalletCode\":\"800010\",\"MaterialType\":1,\"LocationCode\":\"A-003-001\",\"IsFull\":false,\"StockStatus\":5,\"Wlstatus\":2,\"Materialweight\":7,\"Remark\":null,\"Wagonnumber\":null,\"WagonName\":null,\"WagonModel\":null,\"Wagongroup\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2025-04-11T15:08:07.957\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:23:05.023\"},{\"Id\":3078,\"PalletCode\":\"800008\",\"MaterialType\":1,\"LocationCode\":\"B-003-001\",\"IsFull\":false,\"StockStatus\":5,\"Wlstatus\":1,\"Materialweight\":1,\"Remark\":null,\"Wagonnumber\":null,\"WagonName\":null,\"WagonModel\":null,\"Wagongroup\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2025-04-11T15:11:35.733\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:17:17.947\"}]"}
--------------------------------
2025/5/23 20:37:42|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:09 078","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:Outbound_inventory","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"955ms","ResponseTime":"2025-05-23 08:37:42 034","ResponseJsonData":"{\"Location_EmptyPallet\":1,\"Location_occupation\":1,\"Location_Free\":214,\"Stock_inspected\":3,\"Stock_qualified\":4}"}
--------------------------------
2025/5/23 20:37:42|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:40 533","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"518ms","ResponseTime":"2025-05-23 08:37:42 052","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:42|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:41 693","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"546ms","ResponseTime":"2025-05-23 08:37:42 240","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:42|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:41 970","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"626ms","ResponseTime":"2025-05-23 08:37:42 597","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:42|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:42 467","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => ((x.Wlstatus == 2) OrElse (x.Wlstatus == 1))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"146ms","ResponseTime":"2025-05-23 08:37:42 613","ResponseJsonData":"[{\"Id\":3071,\"PalletCode\":\"22123\",\"MaterialType\":1,\"LocationCode\":\"A-004-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":2,\"Materialweight\":30,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管33\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:30:24.487\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:17:39.767\"},{\"Id\":3072,\"PalletCode\":\"800060\",\"MaterialType\":1,\"LocationCode\":\"A-002-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":2,\"Materialweight\":31,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"5449\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:33:37.603\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:17:34.74\"},{\"Id\":3077,\"PalletCode\":\"800010\",\"MaterialType\":1,\"LocationCode\":\"A-003-001\",\"IsFull\":false,\"StockStatus\":5,\"Wlstatus\":2,\"Materialweight\":7,\"Remark\":null,\"Wagonnumber\":null,\"WagonName\":null,\"WagonModel\":null,\"Wagongroup\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2025-04-11T15:08:07.957\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:23:05.023\"},{\"Id\":3078,\"PalletCode\":\"800008\",\"MaterialType\":1,\"LocationCode\":\"B-003-001\",\"IsFull\":false,\"StockStatus\":5,\"Wlstatus\":1,\"Materialweight\":1,\"Remark\":null,\"Wagonnumber\":null,\"WagonName\":null,\"WagonModel\":null,\"Wagongroup\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2025-04-11T15:11:35.733\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:17:17.947\"}]"}
--------------------------------
2025/5/23 20:37:42|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:08 529","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:Outbound_inventory","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"248ms","ResponseTime":"2025-05-23 08:37:42 778","ResponseJsonData":"{\"Location_EmptyPallet\":1,\"Location_occupation\":1,\"Location_Free\":214,\"Stock_inspected\":3,\"Stock_qualified\":4}"}
--------------------------------
2025/5/23 20:37:42|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:41 693","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"100ms","ResponseTime":"2025-05-23 08:37:42 794","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:43|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:43 170","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 99)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"132ms","ResponseTime":"2025-05-23 08:37:43 302","ResponseJsonData":"[{\"Id\":13756,\"AreaId\":0,\"LocationCode\":\"B-002-001\",\"LocationName\":\"B行002列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":99,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-04-23T21:41:26.377\"}]"}
--------------------------------
2025/5/23 20:37:43|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:41 970","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"348ms","ResponseTime":"2025-05-23 08:37:43 319","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:43|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:43 236","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 99)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"102ms","ResponseTime":"2025-05-23 08:37:43 338","ResponseJsonData":"[{\"Id\":13756,\"AreaId\":0,\"LocationCode\":\"B-002-001\",\"LocationName\":\"B行002列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":99,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-04-23T21:41:26.377\"}]"}
--------------------------------
2025/5/23 20:37:43|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:42 842","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"598ms","ResponseTime":"2025-05-23 08:37:43 441","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:43|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:41 693","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"827ms","ResponseTime":"2025-05-23 08:37:43 521","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:43|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:43 319","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"485ms","ResponseTime":"2025-05-23 08:37:43 805","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:44|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:43 505","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"517ms","ResponseTime":"2025-05-23 08:37:44 023","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:44|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:43 554","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"729ms","ResponseTime":"2025-05-23 08:37:44 283","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:44|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:42 842","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"440ms","ResponseTime":"2025-05-23 08:37:44 283","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:44|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:43 319","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"141ms","ResponseTime":"2025-05-23 08:37:44 461","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:44|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:41 969","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_StockInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"398ms","ResponseTime":"2025-05-23 08:37:44 367","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:44|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:43 502","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"394ms","ResponseTime":"2025-05-23 08:37:44 896","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:45|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:42 842","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"323ms","ResponseTime":"2025-05-23 08:37:45 166","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:45|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:44 523","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"657ms","ResponseTime":"2025-05-23 08:37:45 181","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:45|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:43 553","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"722ms","ResponseTime":"2025-05-23 08:37:45 276","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:45|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:43 319","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"2ms","ResponseTime":"2025-05-23 08:37:45 322","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:45|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:45 197","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"520ms","ResponseTime":"2025-05-23 08:37:45 718","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:45|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:43 490","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"260ms","ResponseTime":"2025-05-23 08:37:45 751","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:46|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:44 519","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"588ms","ResponseTime":"2025-05-23 08:37:46 108","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:46|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:45 362","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"814ms","ResponseTime":"2025-05-23 08:37:46 176","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:46|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:45 860","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"554ms","ResponseTime":"2025-05-23 08:37:46 414","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:46|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:45 197","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"294ms","ResponseTime":"2025-05-23 08:37:46 492","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:46|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:46 476","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 2)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"100ms","ResponseTime":"2025-05-23 08:37:46 577","ResponseJsonData":"[{\"Id\":13881,\"AreaId\":0,\"LocationCode\":\"A-002-006\",\"LocationName\":\"A行002列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2025/5/23 20:37:47|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:45 362","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"830ms","ResponseTime":"2025-05-23 08:37:47 192","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:47|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:46 594","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"630ms","ResponseTime":"2025-05-23 08:37:47 225","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:47|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:45 860","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"557ms","ResponseTime":"2025-05-23 08:37:47 417","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:47|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:46 844","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"897ms","ResponseTime":"2025-05-23 08:37:47 741","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:48|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:46 594","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"460ms","ResponseTime":"2025-05-23 08:37:48 055","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:48|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:48 148","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => ((x.Wlstatus == 2) OrElse (x.Wlstatus == 1))","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Right.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"47ms","ResponseTime":"2025-05-23 08:37:48 195","ResponseJsonData":"[{\"Id\":3071,\"PalletCode\":\"22123\",\"MaterialType\":1,\"LocationCode\":\"A-004-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":2,\"Materialweight\":30,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"车管33\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:30:24.487\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:17:39.767\"},{\"Id\":3072,\"PalletCode\":\"800060\",\"MaterialType\":1,\"LocationCode\":\"A-002-001\",\"IsFull\":true,\"StockStatus\":5,\"Wlstatus\":2,\"Materialweight\":31,\"Remark\":\"\",\"Wagonnumber\":\"B02042\",\"WagonName\":\"5449\",\"WagonModel\":\"13, 14\",\"Wagongroup\":\"2123\",\"Details\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-03-05T16:33:37.603\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:17:34.74\"},{\"Id\":3077,\"PalletCode\":\"800010\",\"MaterialType\":1,\"LocationCode\":\"A-003-001\",\"IsFull\":false,\"StockStatus\":5,\"Wlstatus\":2,\"Materialweight\":7,\"Remark\":null,\"Wagonnumber\":null,\"WagonName\":null,\"WagonModel\":null,\"Wagongroup\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2025-04-11T15:08:07.957\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:23:05.023\"},{\"Id\":3078,\"PalletCode\":\"800008\",\"MaterialType\":1,\"LocationCode\":\"B-003-001\",\"IsFull\":false,\"StockStatus\":5,\"Wlstatus\":1,\"Materialweight\":1,\"Remark\":null,\"Wagonnumber\":null,\"WagonName\":null,\"WagonModel\":null,\"Wagongroup\":null,\"Details\":null,\"Creater\":\"WMS\",\"CreateDate\":\"2025-04-11T15:11:35.733\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-05-23T20:17:17.947\"}]"}
--------------------------------
2025/5/23 20:37:48|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:17 563","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:Outbound_inventory","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"696ms","ResponseTime":"2025-05-23 08:37:48 260","ResponseJsonData":"{\"Location_EmptyPallet\":1,\"Location_occupation\":1,\"Location_Free\":214,\"Stock_inspected\":3,\"Stock_qualified\":4}"}
--------------------------------
2025/5/23 20:37:48|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:48 260","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 99)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"52ms","ResponseTime":"2025-05-23 08:37:48 312","ResponseJsonData":"[{\"Id\":13756,\"AreaId\":0,\"LocationCode\":\"B-002-001\",\"LocationName\":\"B行002列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":99,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-04-23T21:41:26.377\"}]"}
--------------------------------
2025/5/23 20:37:48|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:46 844","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"709ms","ResponseTime":"2025-05-23 08:37:48 553","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:48|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:48 799","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 2)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"41ms","ResponseTime":"2025-05-23 08:37:48 840","ResponseJsonData":"[{\"Id\":13881,\"AreaId\":0,\"LocationCode\":\"A-002-006\",\"LocationName\":\"A行002列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2025/5/23 20:37:49|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:48 342","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"612ms","ResponseTime":"2025-05-23 08:37:48 955","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:49|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:46 594","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"361ms","ResponseTime":"2025-05-23 08:37:48 955","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:49|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:48 919","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 2)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"112ms","ResponseTime":"2025-05-23 08:37:49 031","ResponseJsonData":"[{\"Id\":13881,\"AreaId\":0,\"LocationCode\":\"A-002-006\",\"LocationName\":\"A行002列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2025/5/23 20:37:49|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:46 842","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"318ms","ResponseTime":"2025-05-23 08:37:49 160","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:49|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:48 870","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"590ms","ResponseTime":"2025-05-23 08:37:49 461","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:49|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:49 066","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"564ms","ResponseTime":"2025-05-23 08:37:49 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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:49|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:48 342","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"351ms","ResponseTime":"2025-05-23 08:37:49 693","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:49|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:49 145","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"681ms","ResponseTime":"2025-05-23 08:37:49 827","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:50|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:49 211","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"828ms","ResponseTime":"2025-05-23 08:37:50 039","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:50|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:48 870","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"262ms","ResponseTime":"2025-05-23 08:37:50 133","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:50|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:49 066","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"317ms","ResponseTime":"2025-05-23 08:37:50 384","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:50|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:48 342","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"69ms","ResponseTime":"2025-05-23 08:37:50 412","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:50|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:49 145","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"376ms","ResponseTime":"2025-05-23 08:37:50 522","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:50|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:49 211","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"530ms","ResponseTime":"2025-05-23 08:37:50 742","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:50|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:48 870","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"911ms","ResponseTime":"2025-05-23 08:37:50 781","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:51|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:50 476","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"602ms","ResponseTime":"2025-05-23 08:37:51 078","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:51|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:49 144","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_LocationInfoService","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"59ms","ResponseTime":"2025-05-23 08:37:51 203","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:51|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:50 837","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"670ms","ResponseTime":"2025-05-23 08:37:51 507","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:51|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:50 476","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"173ms","ResponseTime":"2025-05-23 08:37:51 649","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:51|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:51 558","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 0)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"199ms","ResponseTime":"2025-05-23 08:37:51 757","ResponseJsonData":"[{\"Id\":13757,\"AreaId\":0,\"LocationCode\":\"B-002-002\",\"LocationName\":\"B行002列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13758,\"AreaId\":0,\"LocationCode\":\"B-002-003\",\"LocationName\":\"B行002列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13759,\"AreaId\":0,\"LocationCode\":\"B-002-004\",\"LocationName\":\"B行002列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13760,\"AreaId\":0,\"LocationCode\":\"B-002-005\",\"LocationName\":\"B行002列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13761,\"AreaId\":0,\"LocationCode\":\"B-002-006\",\"LocationName\":\"B行002列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13762,\"AreaId\":0,\"LocationCode\":\"B-003-001\",\"LocationName\":\"B行003列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:36.6\"},{\"Id\":13763,\"AreaId\":0,\"LocationCode\":\"B-003-002\",\"LocationName\":\"B行003列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13764,\"AreaId\":0,\"LocationCode\":\"B-003-003\",\"LocationName\":\"B行003列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13765,\"AreaId\":0,\"LocationCode\":\"B-003-004\",\"LocationName\":\"B行003列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13766,\"AreaId\":0,\"LocationCode\":\"B-003-005\",\"LocationName\":\"B行003列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13767,\"AreaId\":0,\"LocationCode\":\"B-003-006\",\"LocationName\":\"B行003列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":3,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13768,\"AreaId\":0,\"LocationCode\":\"B-004-001\",\"LocationName\":\"B行004列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T21:53:16.753\"},{\"Id\":13769,\"AreaId\":0,\"LocationCode\":\"B-004-002\",\"LocationName\":\"B行004列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13770,\"AreaId\":0,\"LocationCode\":\"B-004-003\",\"LocationName\":\"B行004列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13771,\"AreaId\":0,\"LocationCode\":\"B-004-004\",\"LocationName\":\"B行004列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13772,\"AreaId\":0,\"LocationCode\":\"B-004-005\",\"LocationName\":\"B行004列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13773,\"AreaId\":0,\"LocationCode\":\"B-004-006\",\"LocationName\":\"B行004列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":4,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13774,\"AreaId\":0,\"LocationCode\":\"B-005-001\",\"LocationName\":\"B行005列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.88\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13775,\"AreaId\":0,\"LocationCode\":\"B-005-002\",\"LocationName\":\"B行005列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13776,\"AreaId\":0,\"LocationCode\":\"B-005-003\",\"LocationName\":\"B行005列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13777,\"AreaId\":0,\"LocationCode\":\"B-005-004\",\"LocationName\":\"B行005列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13778,\"AreaId\":0,\"LocationCode\":\"B-005-005\",\"LocationName\":\"B行005列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13779,\"AreaId\":0,\"LocationCode\":\"B-005-006\",\"LocationName\":\"B行005列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":5,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13780,\"AreaId\":0,\"LocationCode\":\"B-006-001\",\"LocationName\":\"B行006列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13781,\"AreaId\":0,\"LocationCode\":\"B-006-002\",\"LocationName\":\"B行006列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13782,\"AreaId\":0,\"LocationCode\":\"B-006-003\",\"LocationName\":\"B行006列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13783,\"AreaId\":0,\"LocationCode\":\"B-006-004\",\"LocationName\":\"B行006列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13784,\"AreaId\":0,\"LocationCode\":\"B-006-005\",\"LocationName\":\"B行006列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13785,\"AreaId\":0,\"LocationCode\":\"B-006-006\",\"LocationName\":\"B行006列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":6,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.883\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13786,\"AreaId\":0,\"LocationCode\":\"B-007-001\",\"LocationName\":\"B行007列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13787,\"AreaId\":0,\"LocationCode\":\"B-007-002\",\"LocationName\":\"B行007列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13788,\"AreaId\":0,\"LocationCode\":\"B-007-003\",\"LocationName\":\"B行007列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13789,\"AreaId\":0,\"LocationCode\":\"B-007-004\",\"LocationName\":\"B行007列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13790,\"AreaId\":0,\"LocationCode\":\"B-007-005\",\"LocationName\":\"B行007列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13791,\"AreaId\":0,\"LocationCode\":\"B-007-006\",\"LocationName\":\"B行007列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":7,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13792,\"AreaId\":0,\"LocationCode\":\"B-008-001\",\"LocationName\":\"B行008列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13793,\"AreaId\":0,\"LocationCode\":\"B-008-002\",\"LocationName\":\"B行008列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13794,\"AreaId\":0,\"LocationCode\":\"B-008-003\",\"LocationName\":\"B行008列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13795,\"AreaId\":0,\"LocationCode\":\"B-008-004\",\"LocationName\":\"B行008列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13796,\"AreaId\":0,\"LocationCode\":\"B-008-005\",\"LocationName\":\"B行008列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13797,\"AreaId\":0,\"LocationCode\":\"B-008-006\",\"LocationName\":\"B行008列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":8,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13798,\"AreaId\":0,\"LocationCode\":\"B-009-001\",\"LocationName\":\"B行009列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13799,\"AreaId\":0,\"LocationCode\":\"B-009-002\",\"LocationName\":\"B行009列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13800,\"AreaId\":0,\"LocationCode\":\"B-009-003\",\"LocationName\":\"B行009列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.887\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13801,\"AreaId\":0,\"LocationCode\":\"B-009-004\",\"LocationName\":\"B行009列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13802,\"AreaId\":0,\"LocationCode\":\"B-009-005\",\"LocationName\":\"B行009列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13803,\"AreaId\":0,\"LocationCode\":\"B-009-006\",\"LocationName\":\"B行009列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":9,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13804,\"AreaId\":0,\"LocationCode\":\"B-010-001\",\"LocationName\":\"B行010列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13805,\"AreaId\":0,\"LocationCode\":\"B-010-002\",\"LocationName\":\"B行010列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13806,\"AreaId\":0,\"LocationCode\":\"B-010-003\",\"LocationName\":\"B行010列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13807,\"AreaId\":0,\"LocationCode\":\"B-010-004\",\"LocationName\":\"B行010列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13808,\"AreaId\":0,\"LocationCode\":\"B-010-005\",\"LocationName\":\"B行010列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13809,\"AreaId\":0,\"LocationCode\":\"B-010-006\",\"LocationName\":\"B行010列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":10,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13810,\"AreaId\":0,\"LocationCode\":\"B-011-001\",\"LocationName\":\"B行011列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.89\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13811,\"AreaId\":0,\"LocationCode\":\"B-011-002\",\"LocationName\":\"B行011列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13812,\"AreaId\":0,\"LocationCode\":\"B-011-003\",\"LocationName\":\"B行011列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13813,\"AreaId\":0,\"LocationCode\":\"B-011-004\",\"LocationName\":\"B行011列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13814,\"AreaId\":0,\"LocationCode\":\"B-011-005\",\"LocationName\":\"B行011列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13815,\"AreaId\":0,\"LocationCode\":\"B-011-006\",\"LocationName\":\"B行011列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":11,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13816,\"AreaId\":0,\"LocationCode\":\"B-012-001\",\"LocationName\":\"B行012列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13817,\"AreaId\":0,\"LocationCode\":\"B-012-002\",\"LocationName\":\"B行012列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13818,\"AreaId\":0,\"LocationCode\":\"B-012-003\",\"LocationName\":\"B行012列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13819,\"AreaId\":0,\"LocationCode\":\"B-012-004\",\"LocationName\":\"B行012列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13820,\"AreaId\":0,\"LocationCode\":\"B-012-005\",\"LocationName\":\"B行012列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13821,\"AreaId\":0,\"LocationCode\":\"B-012-006\",\"LocationName\":\"B行012列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":12,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.893\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13822,\"AreaId\":0,\"LocationCode\":\"B-013-001\",\"LocationName\":\"B行013列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13823,\"AreaId\":0,\"LocationCode\":\"B-013-002\",\"LocationName\":\"B行013列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13824,\"AreaId\":0,\"LocationCode\":\"B-013-003\",\"LocationName\":\"B行013列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13825,\"AreaId\":0,\"LocationCode\":\"B-013-004\",\"LocationName\":\"B行013列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13826,\"AreaId\":0,\"LocationCode\":\"B-013-005\",\"LocationName\":\"B行013列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13827,\"AreaId\":0,\"LocationCode\":\"B-013-006\",\"LocationName\":\"B行013列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":13,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13828,\"AreaId\":0,\"LocationCode\":\"B-014-001\",\"LocationName\":\"B行014列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13829,\"AreaId\":0,\"LocationCode\":\"B-014-002\",\"LocationName\":\"B行014列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13830,\"AreaId\":0,\"LocationCode\":\"B-014-003\",\"LocationName\":\"B行014列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13831,\"AreaId\":0,\"LocationCode\":\"B-014-004\",\"LocationName\":\"B行014列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13832,\"AreaId\":0,\"LocationCode\":\"B-014-005\",\"LocationName\":\"B行014列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13833,\"AreaId\":0,\"LocationCode\":\"B-014-006\",\"LocationName\":\"B行014列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":14,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13834,\"AreaId\":0,\"LocationCode\":\"B-015-001\",\"LocationName\":\"B行015列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13835,\"AreaId\":0,\"LocationCode\":\"B-015-002\",\"LocationName\":\"B行015列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.897\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13836,\"AreaId\":0,\"LocationCode\":\"B-015-003\",\"LocationName\":\"B行015列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13837,\"AreaId\":0,\"LocationCode\":\"B-015-004\",\"LocationName\":\"B行015列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13838,\"AreaId\":0,\"LocationCode\":\"B-015-005\",\"LocationName\":\"B行015列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13839,\"AreaId\":0,\"LocationCode\":\"B-015-006\",\"LocationName\":\"B行015列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":15,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13840,\"AreaId\":0,\"LocationCode\":\"B-016-001\",\"LocationName\":\"B行016列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13841,\"AreaId\":0,\"LocationCode\":\"B-016-002\",\"LocationName\":\"B行016列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13842,\"AreaId\":0,\"LocationCode\":\"B-016-003\",\"LocationName\":\"B行016列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13843,\"AreaId\":0,\"LocationCode\":\"B-016-004\",\"LocationName\":\"B行016列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13844,\"AreaId\":0,\"LocationCode\":\"B-016-005\",\"LocationName\":\"B行016列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13845,\"AreaId\":0,\"LocationCode\":\"B-016-006\",\"LocationName\":\"B行016列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":16,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.9\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13846,\"AreaId\":0,\"LocationCode\":\"B-017-001\",\"LocationName\":\"B行017列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13847,\"AreaId\":0,\"LocationCode\":\"B-017-002\",\"LocationName\":\"B行017列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13848,\"AreaId\":0,\"LocationCode\":\"B-017-003\",\"LocationName\":\"B行017列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13849,\"AreaId\":0,\"LocationCode\":\"B-017-004\",\"LocationName\":\"B行017列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13850,\"AreaId\":0,\"LocationCode\":\"B-017-005\",\"LocationName\":\"B行017列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13851,\"AreaId\":0,\"LocationCode\":\"B-017-006\",\"LocationName\":\"B行017列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":17,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13852,\"AreaId\":0,\"LocationCode\":\"B-018-001\",\"LocationName\":\"B行018列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13853,\"AreaId\":0,\"LocationCode\":\"B-018-002\",\"LocationName\":\"B行018列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13854,\"AreaId\":0,\"LocationCode\":\"B-018-003\",\"LocationName\":\"B行018列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13855,\"AreaId\":0,\"LocationCode\":\"B-018-004\",\"LocationName\":\"B行018列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.903\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13856,\"AreaId\":0,\"LocationCode\":\"B-018-005\",\"LocationName\":\"B行018列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13857,\"AreaId\":0,\"LocationCode\":\"B-018-006\",\"LocationName\":\"B行018列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":18,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13858,\"AreaId\":0,\"LocationCode\":\"B-019-001\",\"LocationName\":\"B行019列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13859,\"AreaId\":0,\"LocationCode\":\"B-019-002\",\"LocationName\":\"B行019列002层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13860,\"AreaId\":0,\"LocationCode\":\"B-019-003\",\"LocationName\":\"B行019列003层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13861,\"AreaId\":0,\"LocationCode\":\"B-019-004\",\"LocationName\":\"B行019列004层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13862,\"AreaId\":0,\"LocationCode\":\"B-019-005\",\"LocationName\":\"B行019列005层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13863,\"AreaId\":0,\"LocationCode\":\"B-019-006\",\"LocationName\":\"B行019列006层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":19,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.907\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13876,\"AreaId\":0,\"LocationCode\":\"A-002-001\",\"LocationName\":\"A行002列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:47:47.98\"},{\"Id\":13877,\"AreaId\":0,\"LocationCode\":\"A-002-002\",\"LocationName\":\"A行002列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13878,\"AreaId\":0,\"LocationCode\":\"A-002-003\",\"LocationName\":\"A行002列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13879,\"AreaId\":0,\"LocationCode\":\"A-002-004\",\"LocationName\":\"A行002列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13880,\"AreaId\":0,\"LocationCode\":\"A-002-005\",\"LocationName\":\"A行002列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13882,\"AreaId\":0,\"LocationCode\":\"A-003-001\",\"LocationName\":\"A行003列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:47:57.16\"},{\"Id\":13883,\"AreaId\":0,\"LocationCode\":\"A-003-002\",\"LocationName\":\"A行003列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13884,\"AreaId\":0,\"LocationCode\":\"A-003-003\",\"LocationName\":\"A行003列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13885,\"AreaId\":0,\"LocationCode\":\"A-003-004\",\"LocationName\":\"A行003列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13886,\"AreaId\":0,\"LocationCode\":\"A-003-005\",\"LocationName\":\"A行003列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13887,\"AreaId\":0,\"LocationCode\":\"A-003-006\",\"LocationName\":\"A行003列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":3,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13888,\"AreaId\":0,\"LocationCode\":\"A-004-001\",\"LocationName\":\"A行004列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":\"\",\"ModifyDate\":\"2025-04-23T21:45:44.44\"},{\"Id\":13889,\"AreaId\":0,\"LocationCode\":\"A-004-002\",\"LocationName\":\"A行004列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13890,\"AreaId\":0,\"LocationCode\":\"A-004-003\",\"LocationName\":\"A行004列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13891,\"AreaId\":0,\"LocationCode\":\"A-004-004\",\"LocationName\":\"A行004列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13892,\"AreaId\":0,\"LocationCode\":\"A-004-005\",\"LocationName\":\"A行004列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.41\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13893,\"AreaId\":0,\"LocationCode\":\"A-004-006\",\"LocationName\":\"A行004列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":4,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13894,\"AreaId\":0,\"LocationCode\":\"A-005-001\",\"LocationName\":\"A行005列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T21:53:07.173\"},{\"Id\":13895,\"AreaId\":0,\"LocationCode\":\"A-005-002\",\"LocationName\":\"A行005列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13896,\"AreaId\":0,\"LocationCode\":\"A-005-003\",\"LocationName\":\"A行005列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13897,\"AreaId\":0,\"LocationCode\":\"A-005-004\",\"LocationName\":\"A行005列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13898,\"AreaId\":0,\"LocationCode\":\"A-005-005\",\"LocationName\":\"A行005列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13899,\"AreaId\":0,\"LocationCode\":\"A-005-006\",\"LocationName\":\"A行005列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":5,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13900,\"AreaId\":0,\"LocationCode\":\"A-006-001\",\"LocationName\":\"A行006列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13901,\"AreaId\":0,\"LocationCode\":\"A-006-002\",\"LocationName\":\"A行006列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13902,\"AreaId\":0,\"LocationCode\":\"A-006-003\",\"LocationName\":\"A行006列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.413\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13903,\"AreaId\":0,\"LocationCode\":\"A-006-004\",\"LocationName\":\"A行006列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13904,\"AreaId\":0,\"LocationCode\":\"A-006-005\",\"LocationName\":\"A行006列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13905,\"AreaId\":0,\"LocationCode\":\"A-006-006\",\"LocationName\":\"A行006列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":6,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13906,\"AreaId\":0,\"LocationCode\":\"A-007-001\",\"LocationName\":\"A行007列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13907,\"AreaId\":0,\"LocationCode\":\"A-007-002\",\"LocationName\":\"A行007列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13908,\"AreaId\":0,\"LocationCode\":\"A-007-003\",\"LocationName\":\"A行007列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13909,\"AreaId\":0,\"LocationCode\":\"A-007-004\",\"LocationName\":\"A行007列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13910,\"AreaId\":0,\"LocationCode\":\"A-007-005\",\"LocationName\":\"A行007列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13911,\"AreaId\":0,\"LocationCode\":\"A-007-006\",\"LocationName\":\"A行007列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":7,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13913,\"AreaId\":0,\"LocationCode\":\"A-008-002\",\"LocationName\":\"A行008列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13914,\"AreaId\":0,\"LocationCode\":\"A-008-003\",\"LocationName\":\"A行008列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13915,\"AreaId\":0,\"LocationCode\":\"A-008-004\",\"LocationName\":\"A行008列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13916,\"AreaId\":0,\"LocationCode\":\"A-008-005\",\"LocationName\":\"A行008列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13917,\"AreaId\":0,\"LocationCode\":\"A-008-006\",\"LocationName\":\"A行008列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.417\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13919,\"AreaId\":0,\"LocationCode\":\"A-009-002\",\"LocationName\":\"A行009列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13920,\"AreaId\":0,\"LocationCode\":\"A-009-003\",\"LocationName\":\"A行009列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13921,\"AreaId\":0,\"LocationCode\":\"A-009-004\",\"LocationName\":\"A行009列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13922,\"AreaId\":0,\"LocationCode\":\"A-009-005\",\"LocationName\":\"A行009列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13923,\"AreaId\":0,\"LocationCode\":\"A-009-006\",\"LocationName\":\"A行009列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13924,\"AreaId\":0,\"LocationCode\":\"A-010-001\",\"LocationName\":\"A行010列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13925,\"AreaId\":0,\"LocationCode\":\"A-010-002\",\"LocationName\":\"A行010列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13926,\"AreaId\":0,\"LocationCode\":\"A-010-003\",\"LocationName\":\"A行010列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13927,\"AreaId\":0,\"LocationCode\":\"A-010-004\",\"LocationName\":\"A行010列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13928,\"AreaId\":0,\"LocationCode\":\"A-010-005\",\"LocationName\":\"A行010列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.42\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13929,\"AreaId\":0,\"LocationCode\":\"A-010-006\",\"LocationName\":\"A行010列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":10,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13930,\"AreaId\":0,\"LocationCode\":\"A-011-001\",\"LocationName\":\"A行011列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13931,\"AreaId\":0,\"LocationCode\":\"A-011-002\",\"LocationName\":\"A行011列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13932,\"AreaId\":0,\"LocationCode\":\"A-011-003\",\"LocationName\":\"A行011列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13933,\"AreaId\":0,\"LocationCode\":\"A-011-004\",\"LocationName\":\"A行011列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13934,\"AreaId\":0,\"LocationCode\":\"A-011-005\",\"LocationName\":\"A行011列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13935,\"AreaId\":0,\"LocationCode\":\"A-011-006\",\"LocationName\":\"A行011列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":11,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13937,\"AreaId\":0,\"LocationCode\":\"A-012-002\",\"LocationName\":\"A行012列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13938,\"AreaId\":0,\"LocationCode\":\"A-012-003\",\"LocationName\":\"A行012列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13939,\"AreaId\":0,\"LocationCode\":\"A-012-004\",\"LocationName\":\"A行012列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.423\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13940,\"AreaId\":0,\"LocationCode\":\"A-012-005\",\"LocationName\":\"A行012列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13941,\"AreaId\":0,\"LocationCode\":\"A-012-006\",\"LocationName\":\"A行012列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13943,\"AreaId\":0,\"LocationCode\":\"A-013-002\",\"LocationName\":\"A行013列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13944,\"AreaId\":0,\"LocationCode\":\"A-013-003\",\"LocationName\":\"A行013列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13945,\"AreaId\":0,\"LocationCode\":\"A-013-004\",\"LocationName\":\"A行013列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13946,\"AreaId\":0,\"LocationCode\":\"A-013-005\",\"LocationName\":\"A行013列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13947,\"AreaId\":0,\"LocationCode\":\"A-013-006\",\"LocationName\":\"A行013列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13948,\"AreaId\":0,\"LocationCode\":\"A-014-001\",\"LocationName\":\"A行014列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13949,\"AreaId\":0,\"LocationCode\":\"A-014-002\",\"LocationName\":\"A行014列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13950,\"AreaId\":0,\"LocationCode\":\"A-014-003\",\"LocationName\":\"A行014列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13951,\"AreaId\":0,\"LocationCode\":\"A-014-004\",\"LocationName\":\"A行014列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13952,\"AreaId\":0,\"LocationCode\":\"A-014-005\",\"LocationName\":\"A行014列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13953,\"AreaId\":0,\"LocationCode\":\"A-014-006\",\"LocationName\":\"A行014列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":14,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13954,\"AreaId\":0,\"LocationCode\":\"A-015-001\",\"LocationName\":\"A行015列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13955,\"AreaId\":0,\"LocationCode\":\"A-015-002\",\"LocationName\":\"A行015列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.427\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13956,\"AreaId\":0,\"LocationCode\":\"A-015-003\",\"LocationName\":\"A行015列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13957,\"AreaId\":0,\"LocationCode\":\"A-015-004\",\"LocationName\":\"A行015列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13958,\"AreaId\":0,\"LocationCode\":\"A-015-005\",\"LocationName\":\"A行015列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13959,\"AreaId\":0,\"LocationCode\":\"A-015-006\",\"LocationName\":\"A行015列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":15,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13960,\"AreaId\":0,\"LocationCode\":\"A-016-001\",\"LocationName\":\"A行016列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13961,\"AreaId\":0,\"LocationCode\":\"A-016-002\",\"LocationName\":\"A行016列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13962,\"AreaId\":0,\"LocationCode\":\"A-016-003\",\"LocationName\":\"A行016列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13963,\"AreaId\":0,\"LocationCode\":\"A-016-004\",\"LocationName\":\"A行016列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13964,\"AreaId\":0,\"LocationCode\":\"A-016-005\",\"LocationName\":\"A行016列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13965,\"AreaId\":0,\"LocationCode\":\"A-016-006\",\"LocationName\":\"A行016列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":16,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13966,\"AreaId\":0,\"LocationCode\":\"A-017-001\",\"LocationName\":\"A行017列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":2,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13967,\"AreaId\":0,\"LocationCode\":\"A-017-002\",\"LocationName\":\"A行017列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.43\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13968,\"AreaId\":0,\"LocationCode\":\"A-017-003\",\"LocationName\":\"A行017列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13969,\"AreaId\":0,\"LocationCode\":\"A-017-004\",\"LocationName\":\"A行017列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13970,\"AreaId\":0,\"LocationCode\":\"A-017-005\",\"LocationName\":\"A行017列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13971,\"AreaId\":0,\"LocationCode\":\"A-017-006\",\"LocationName\":\"A行017列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":17,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13972,\"AreaId\":0,\"LocationCode\":\"A-018-001\",\"LocationName\":\"A行018列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13973,\"AreaId\":0,\"LocationCode\":\"A-018-002\",\"LocationName\":\"A行018列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13974,\"AreaId\":0,\"LocationCode\":\"A-018-003\",\"LocationName\":\"A行018列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13975,\"AreaId\":0,\"LocationCode\":\"A-018-004\",\"LocationName\":\"A行018列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13976,\"AreaId\":0,\"LocationCode\":\"A-018-005\",\"LocationName\":\"A行018列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13977,\"AreaId\":0,\"LocationCode\":\"A-018-006\",\"LocationName\":\"A行018列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":18,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13978,\"AreaId\":0,\"LocationCode\":\"A-019-001\",\"LocationName\":\"A行019列001层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":\"\",\"ModifyDate\":\"2025-03-14T19:44:08.073\"},{\"Id\":13979,\"AreaId\":0,\"LocationCode\":\"A-019-002\",\"LocationName\":\"A行019列002层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":2,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.433\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13980,\"AreaId\":0,\"LocationCode\":\"A-019-003\",\"LocationName\":\"A行019列003层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":3,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13981,\"AreaId\":0,\"LocationCode\":\"A-019-004\",\"LocationName\":\"A行019列004层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":4,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13982,\"AreaId\":0,\"LocationCode\":\"A-019-005\",\"LocationName\":\"A行019列005层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":5,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13983,\"AreaId\":0,\"LocationCode\":\"A-019-006\",\"LocationName\":\"A行019列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":19,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.437\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-03-14T10:52:59.15\"},{\"Id\":13991,\"AreaId\":0,\"LocationCode\":\"A-008-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":8,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13992,\"AreaId\":0,\"LocationCode\":\"A-009-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":9,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13993,\"AreaId\":0,\"LocationCode\":\"A-012-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":12,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null},{\"Id\":13995,\"AreaId\":0,\"LocationCode\":\"A-013-006\",\"LocationName\":\"1\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":13,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":0,\"EnableStatus\":3,\"Remark\":\"只做显示,不可解禁\",\"Creater\":\"admin\",\"CreateDate\":\"2025-02-04T15:52:03\",\"Modifier\":null,\"ModifyDate\":null}]"}
--------------------------------
2025/5/23 20:37:52|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:51 523","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"554ms","ResponseTime":"2025-05-23 08:37:52 077","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:52|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:52 092","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 99)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"68ms","ResponseTime":"2025-05-23 08:37:52 160","ResponseJsonData":"[{\"Id\":13756,\"AreaId\":0,\"LocationCode\":\"B-002-001\",\"LocationName\":\"B行002列001层\",\"RoadwayNo\":\"1\",\"Row\":2,\"Column\":2,\"Layer\":1,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":99,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:13:31.877\",\"Modifier\":\"admin\",\"ModifyDate\":\"2025-04-23T21:41:26.377\"}]"}
--------------------------------
2025/5/23 20:37:52|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:50 837","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"431ms","ResponseTime":"2025-05-23 08:37:52 268","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:52|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:51 859","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"497ms","ResponseTime":"2025-05-23 08:37:52 356","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:52|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:51 523","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Repository","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"364ms","ResponseTime":"2025-05-23 08:37:52 887","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:53|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:52 236","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"670ms","ResponseTime":"2025-05-23 08:37:52 906","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:53|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:51 859","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:get_Db","RequestParamsName":"【携带的参数有】:","RequestParamsData":"无参数","ResponseIntervalTime":"199ms","ResponseTime":"2025-05-23 08:37:53 058","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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 133"}
--------------------------------
2025/5/23 20:37:53|
WIDESEA_Core.AOP.AOPLogInfo
{"RequestTime":"2025-05-23 08:37:52 947","OpUserName":"【当前操作用户】:","RequestMethodName":"【当前执行方法】:QueryData","RequestParamsName":"【携带的参数有】:x => (x.LocationStatus == 2)","RequestParamsData":"无法序列化,可能是兰姆达表达式等原因造成,按照框架优化代码Newtonsoft.Json.JsonSerializationException: Self referencing loop detected for property 'ManifestModule' with type 'System.Reflection.RuntimeModule'. Path '[0].Body.Left.Member.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 F:\\外出项目\\广州江门\\3-6\\DuiDuoJiJianCeXian\\项目代码\\WMS\\WIDESEA_WMSServer\\WIDESEA_Core\\AOP\\LogAOP.cs:line 42","ResponseIntervalTime":"128ms","ResponseTime":"2025-05-23 08:37:53 075","ResponseJsonData":"[{\"Id\":13881,\"AreaId\":0,\"LocationCode\":\"A-002-006\",\"LocationName\":\"A行002列006层\",\"RoadwayNo\":\"A\",\"Row\":1,\"Column\":2,\"Layer\":6,\"Depth\":1,\"LocationType\":1,\"LocationStatus\":2,\"EnableStatus\":0,\"Remark\":null,\"Creater\":\"admin\",\"CreateDate\":\"2025-02-27T19:14:49.407\",\"Modifier\":null,\"ModifyDate\":null}]"}