@nocobase/plugin-workflow-test 1.2.13-alpha → 1.3.0-alpha.20240710084543

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4273 +0,0 @@
1
- /**
2
- * This file is part of the NocoBase (R) project.
3
- * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
- * Authors: NocoBase Team.
5
- *
6
- * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
- * For more information, please refer to: https://www.nocobase.com/agreement.
8
- */
9
-
10
- var __defProp = Object.defineProperty;
11
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
12
- var __getOwnPropNames = Object.getOwnPropertyNames;
13
- var __hasOwnProp = Object.prototype.hasOwnProperty;
14
- var __export = (target, all) => {
15
- for (var name in all)
16
- __defProp(target, name, { get: all[name], enumerable: true });
17
- };
18
- var __copyProps = (to, from, except, desc) => {
19
- if (from && typeof from === "object" || typeof from === "function") {
20
- for (let key of __getOwnPropNames(from))
21
- if (!__hasOwnProp.call(to, key) && key !== except)
22
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
23
- }
24
- return to;
25
- };
26
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
27
- var e2eCollectionModel_exports = {};
28
- __export(e2eCollectionModel_exports, {
29
- appendJsonCollectionName: () => appendJsonCollectionName,
30
- builtinCalendar: () => builtinCalendar,
31
- builtinExpression: () => builtinExpression,
32
- builtinFile: () => builtinFile,
33
- builtinGeneral: () => builtinGeneral,
34
- builtinTree: () => builtinTree,
35
- default: () => e2eCollectionModel_default,
36
- generalWithNoRelationalFields: () => generalWithNoRelationalFields,
37
- generalWithNoRelationalFieldsData: () => generalWithNoRelationalFieldsData
38
- });
39
- module.exports = __toCommonJS(e2eCollectionModel_exports);
40
- function appendJsonCollectionName(jsonObj, appendText) {
41
- appendCollectionsNode(jsonObj, appendText);
42
- for (const item of jsonObj["collections"][0]["fields"]) {
43
- appendFieldsNode(item, appendText);
44
- }
45
- return jsonObj;
46
- }
47
- function appendCollectionsNode(jsonObj, appendText) {
48
- jsonObj["collections"][0]["name"] += appendText;
49
- jsonObj["collections"][0]["title"] += appendText;
50
- }
51
- function appendFieldsNode(jsonObj, appendText) {
52
- for (const key in jsonObj) {
53
- if (key === "collectionName" || key === "through" || key === "target") {
54
- jsonObj[key] += appendText;
55
- }
56
- }
57
- }
58
- const builtinGeneral = {
59
- collections: [
60
- {
61
- key: "hqh4qy21m46",
62
- name: "tt_amt_org",
63
- title: "\u81EA\u52A8>\u7EC4\u7EC7[\u666E\u901A\u8868]",
64
- inherit: false,
65
- hidden: false,
66
- description: null,
67
- fields: [
68
- {
69
- key: "z3fvals50xp",
70
- name: "id",
71
- type: "bigInt",
72
- interface: "id",
73
- description: null,
74
- collectionName: "tt_amt_org",
75
- parentKey: null,
76
- reverseKey: null,
77
- autoIncrement: true,
78
- primaryKey: true,
79
- allowNull: false,
80
- uiSchema: {
81
- type: "number",
82
- title: '{{t("ID")}}',
83
- "x-component": "InputNumber",
84
- "x-read-pretty": true
85
- }
86
- },
87
- {
88
- key: "3cp1zy4ogle",
89
- name: "createdAt",
90
- type: "date",
91
- interface: "createdAt",
92
- description: null,
93
- collectionName: "tt_amt_org",
94
- parentKey: null,
95
- reverseKey: null,
96
- field: "createdAt",
97
- uiSchema: {
98
- type: "datetime",
99
- title: '{{t("Created at")}}',
100
- "x-component": "DatePicker",
101
- "x-component-props": {},
102
- "x-read-pretty": true
103
- }
104
- },
105
- {
106
- key: "6l38n4nt7nb",
107
- name: "createdBy",
108
- type: "belongsTo",
109
- interface: "createdBy",
110
- description: null,
111
- collectionName: "tt_amt_org",
112
- parentKey: null,
113
- reverseKey: null,
114
- target: "users",
115
- foreignKey: "createdById",
116
- uiSchema: {
117
- type: "object",
118
- title: '{{t("Created by")}}',
119
- "x-component": "AssociationField",
120
- "x-component-props": {
121
- fieldNames: {
122
- value: "id",
123
- label: "nickname"
124
- }
125
- },
126
- "x-read-pretty": true
127
- },
128
- targetKey: "id"
129
- },
130
- {
131
- key: "3xds0p7ersr",
132
- name: "updatedAt",
133
- type: "date",
134
- interface: "updatedAt",
135
- description: null,
136
- collectionName: "tt_amt_org",
137
- parentKey: null,
138
- reverseKey: null,
139
- field: "updatedAt",
140
- uiSchema: {
141
- type: "string",
142
- title: '{{t("Last updated at")}}',
143
- "x-component": "DatePicker",
144
- "x-component-props": {},
145
- "x-read-pretty": true
146
- }
147
- },
148
- {
149
- key: "slqyx974mzc",
150
- name: "updatedBy",
151
- type: "belongsTo",
152
- interface: "updatedBy",
153
- description: null,
154
- collectionName: "tt_amt_org",
155
- parentKey: null,
156
- reverseKey: null,
157
- target: "users",
158
- foreignKey: "updatedById",
159
- uiSchema: {
160
- type: "object",
161
- title: '{{t("Last updated by")}}',
162
- "x-component": "AssociationField",
163
- "x-component-props": {
164
- fieldNames: {
165
- value: "id",
166
- label: "nickname"
167
- }
168
- },
169
- "x-read-pretty": true
170
- },
171
- targetKey: "id"
172
- }
173
- ],
174
- category: [],
175
- logging: true,
176
- autoGenId: true,
177
- createdBy: true,
178
- updatedBy: true,
179
- createdAt: true,
180
- updatedAt: true,
181
- sortable: true,
182
- template: "general",
183
- view: false,
184
- schema: "public"
185
- }
186
- ]
187
- };
188
- const builtinCalendar = {
189
- collections: [
190
- {
191
- key: "7lfgblnyr0w",
192
- name: "tt_amt_org_cld",
193
- title: "\u81EA\u52A8>\u7EC4\u7EC7[\u65E5\u5386\u8868]",
194
- inherit: false,
195
- hidden: false,
196
- description: null,
197
- fields: [
198
- {
199
- key: "nq6a40fz0nd",
200
- name: "cron",
201
- type: "string",
202
- interface: "select",
203
- description: null,
204
- collectionName: "tt_amt_org_cld",
205
- parentKey: null,
206
- reverseKey: null,
207
- uiSchema: {
208
- type: "string",
209
- title: '{{t("Repeats")}}',
210
- "x-component": "CronSet",
211
- "x-component-props": "allowClear",
212
- enum: [
213
- {
214
- label: '{{t("Daily")}}',
215
- value: "0 0 0 * * ?"
216
- },
217
- {
218
- label: '{{t("Weekly")}}',
219
- value: "every_week"
220
- },
221
- {
222
- label: '{{t("Monthly")}}',
223
- value: "every_month"
224
- },
225
- {
226
- label: '{{t("Yearly")}}',
227
- value: "every_year"
228
- }
229
- ]
230
- }
231
- },
232
- {
233
- key: "qtxt638o4nq",
234
- name: "exclude",
235
- type: "json",
236
- interface: null,
237
- description: null,
238
- collectionName: "tt_amt_org_cld",
239
- parentKey: null,
240
- reverseKey: null
241
- },
242
- {
243
- key: "ly88an4fg8f",
244
- name: "id",
245
- type: "bigInt",
246
- interface: "id",
247
- description: null,
248
- collectionName: "tt_amt_org_cld",
249
- parentKey: null,
250
- reverseKey: null,
251
- autoIncrement: true,
252
- primaryKey: true,
253
- allowNull: false,
254
- uiSchema: {
255
- type: "number",
256
- title: '{{t("ID")}}',
257
- "x-component": "InputNumber",
258
- "x-read-pretty": true
259
- }
260
- },
261
- {
262
- key: "8fiqtpovg79",
263
- name: "createdAt",
264
- type: "date",
265
- interface: "createdAt",
266
- description: null,
267
- collectionName: "tt_amt_org_cld",
268
- parentKey: null,
269
- reverseKey: null,
270
- field: "createdAt",
271
- uiSchema: {
272
- type: "datetime",
273
- title: '{{t("Created at")}}',
274
- "x-component": "DatePicker",
275
- "x-component-props": {},
276
- "x-read-pretty": true
277
- }
278
- },
279
- {
280
- key: "hup33jdnp9j",
281
- name: "createdBy",
282
- type: "belongsTo",
283
- interface: "createdBy",
284
- description: null,
285
- collectionName: "tt_amt_org_cld",
286
- parentKey: null,
287
- reverseKey: null,
288
- target: "users",
289
- foreignKey: "createdById",
290
- uiSchema: {
291
- type: "object",
292
- title: '{{t("Created by")}}',
293
- "x-component": "AssociationField",
294
- "x-component-props": {
295
- fieldNames: {
296
- value: "id",
297
- label: "nickname"
298
- }
299
- },
300
- "x-read-pretty": true
301
- },
302
- targetKey: "id"
303
- },
304
- {
305
- key: "4ky6wvfhduq",
306
- name: "updatedAt",
307
- type: "date",
308
- interface: "updatedAt",
309
- description: null,
310
- collectionName: "tt_amt_org_cld",
311
- parentKey: null,
312
- reverseKey: null,
313
- field: "updatedAt",
314
- uiSchema: {
315
- type: "string",
316
- title: '{{t("Last updated at")}}',
317
- "x-component": "DatePicker",
318
- "x-component-props": {},
319
- "x-read-pretty": true
320
- }
321
- },
322
- {
323
- key: "1xht59blk26",
324
- name: "updatedBy",
325
- type: "belongsTo",
326
- interface: "updatedBy",
327
- description: null,
328
- collectionName: "tt_amt_org_cld",
329
- parentKey: null,
330
- reverseKey: null,
331
- target: "users",
332
- foreignKey: "updatedById",
333
- uiSchema: {
334
- type: "object",
335
- title: '{{t("Last updated by")}}',
336
- "x-component": "AssociationField",
337
- "x-component-props": {
338
- fieldNames: {
339
- value: "id",
340
- label: "nickname"
341
- }
342
- },
343
- "x-read-pretty": true
344
- },
345
- targetKey: "id"
346
- }
347
- ],
348
- category: [],
349
- logging: true,
350
- template: "calendar",
351
- view: false,
352
- createdBy: true,
353
- updatedBy: true,
354
- createdAt: true,
355
- updatedAt: true,
356
- sortable: true,
357
- schema: "public"
358
- }
359
- ]
360
- };
361
- const builtinTree = {
362
- collections: [
363
- {
364
- key: "wvgsufr1uxv",
365
- name: "tt_amt_org_tree",
366
- title: "\u81EA\u52A8>\u7EC4\u7EC7[\u6811\u8868]",
367
- inherit: false,
368
- hidden: false,
369
- description: null,
370
- fields: [
371
- {
372
- key: "4ihc87rzn00",
373
- name: "parentId",
374
- type: "bigInt",
375
- interface: "integer",
376
- description: null,
377
- collectionName: "tt_amt_org_tree",
378
- parentKey: null,
379
- reverseKey: null,
380
- isForeignKey: true,
381
- uiSchema: {
382
- type: "number",
383
- title: '{{t("Parent ID")}}',
384
- "x-component": "InputNumber",
385
- "x-read-pretty": true
386
- },
387
- target: "tt_amt_org_tree"
388
- },
389
- {
390
- key: "j58bfihyjdy",
391
- name: "parent",
392
- type: "belongsTo",
393
- interface: "m2o",
394
- description: null,
395
- collectionName: "tt_amt_org_tree",
396
- parentKey: null,
397
- reverseKey: null,
398
- foreignKey: "parentId",
399
- treeParent: true,
400
- onDelete: "CASCADE",
401
- uiSchema: {
402
- title: '{{t("Parent")}}',
403
- "x-component": "AssociationField",
404
- "x-component-props": {
405
- multiple: false,
406
- fieldNames: {
407
- label: "id",
408
- value: "id"
409
- }
410
- }
411
- },
412
- target: "tt_amt_org_tree",
413
- targetKey: "id"
414
- },
415
- {
416
- key: "6r6b98g0hcz",
417
- name: "children",
418
- type: "hasMany",
419
- interface: "o2m",
420
- description: null,
421
- collectionName: "tt_amt_org_tree",
422
- parentKey: null,
423
- reverseKey: null,
424
- foreignKey: "parentId",
425
- treeChildren: true,
426
- onDelete: "CASCADE",
427
- uiSchema: {
428
- title: '{{t("Children")}}',
429
- "x-component": "AssociationField",
430
- "x-component-props": {
431
- multiple: true,
432
- fieldNames: {
433
- label: "id",
434
- value: "id"
435
- }
436
- }
437
- },
438
- target: "tt_amt_org_tree",
439
- targetKey: "id",
440
- sourceKey: "id"
441
- },
442
- {
443
- key: "hju1ggqps4n",
444
- name: "id",
445
- type: "bigInt",
446
- interface: "id",
447
- description: null,
448
- collectionName: "tt_amt_org_tree",
449
- parentKey: null,
450
- reverseKey: null,
451
- autoIncrement: true,
452
- primaryKey: true,
453
- allowNull: false,
454
- uiSchema: {
455
- type: "number",
456
- title: '{{t("ID")}}',
457
- "x-component": "InputNumber",
458
- "x-read-pretty": true
459
- }
460
- },
461
- {
462
- key: "1y7rpmh8muj",
463
- name: "createdAt",
464
- type: "date",
465
- interface: "createdAt",
466
- description: null,
467
- collectionName: "tt_amt_org_tree",
468
- parentKey: null,
469
- reverseKey: null,
470
- field: "createdAt",
471
- uiSchema: {
472
- type: "datetime",
473
- title: '{{t("Created at")}}',
474
- "x-component": "DatePicker",
475
- "x-component-props": {},
476
- "x-read-pretty": true
477
- }
478
- },
479
- {
480
- key: "ieknujjdkv9",
481
- name: "createdBy",
482
- type: "belongsTo",
483
- interface: "createdBy",
484
- description: null,
485
- collectionName: "tt_amt_org_tree",
486
- parentKey: null,
487
- reverseKey: null,
488
- target: "users",
489
- foreignKey: "createdById",
490
- uiSchema: {
491
- type: "object",
492
- title: '{{t("Created by")}}',
493
- "x-component": "AssociationField",
494
- "x-component-props": {
495
- fieldNames: {
496
- value: "id",
497
- label: "nickname"
498
- }
499
- },
500
- "x-read-pretty": true
501
- },
502
- targetKey: "id"
503
- },
504
- {
505
- key: "cv35rzoqna6",
506
- name: "updatedAt",
507
- type: "date",
508
- interface: "updatedAt",
509
- description: null,
510
- collectionName: "tt_amt_org_tree",
511
- parentKey: null,
512
- reverseKey: null,
513
- field: "updatedAt",
514
- uiSchema: {
515
- type: "string",
516
- title: '{{t("Last updated at")}}',
517
- "x-component": "DatePicker",
518
- "x-component-props": {},
519
- "x-read-pretty": true
520
- }
521
- },
522
- {
523
- key: "z21wfpry7uh",
524
- name: "updatedBy",
525
- type: "belongsTo",
526
- interface: "updatedBy",
527
- description: null,
528
- collectionName: "tt_amt_org_tree",
529
- parentKey: null,
530
- reverseKey: null,
531
- target: "users",
532
- foreignKey: "updatedById",
533
- uiSchema: {
534
- type: "object",
535
- title: '{{t("Last updated by")}}',
536
- "x-component": "AssociationField",
537
- "x-component-props": {
538
- fieldNames: {
539
- value: "id",
540
- label: "nickname"
541
- }
542
- },
543
- "x-read-pretty": true
544
- },
545
- targetKey: "id"
546
- }
547
- ],
548
- category: [],
549
- logging: true,
550
- autoGenId: true,
551
- createdBy: true,
552
- updatedBy: true,
553
- createdAt: true,
554
- updatedAt: true,
555
- sortable: true,
556
- template: "tree",
557
- view: false,
558
- tree: "adjacencyList",
559
- schema: "public"
560
- }
561
- ]
562
- };
563
- const builtinFile = {
564
- collections: [
565
- {
566
- key: "6hzed4cvpxo",
567
- name: "tt_amt_file",
568
- title: "\u81EA\u52A8>\u6863\u6848[\u6587\u4EF6\u8868]",
569
- inherit: false,
570
- hidden: false,
571
- description: null,
572
- fields: [
573
- {
574
- key: "qo0w8dcl45u",
575
- name: "title",
576
- type: "string",
577
- interface: "input",
578
- description: null,
579
- collectionName: "tt_amt_file",
580
- parentKey: null,
581
- reverseKey: null,
582
- deletable: false,
583
- uiSchema: {
584
- type: "string",
585
- title: '{{t("Title")}}',
586
- "x-component": "Input"
587
- }
588
- },
589
- {
590
- key: "ayzc9b3aee5",
591
- name: "filename",
592
- type: "string",
593
- interface: "input",
594
- description: null,
595
- collectionName: "tt_amt_file",
596
- parentKey: null,
597
- reverseKey: null,
598
- deletable: false,
599
- uiSchema: {
600
- type: "string",
601
- title: '{{t("File name", { ns: "file-manager" })}}',
602
- "x-component": "Input",
603
- "x-read-pretty": true
604
- }
605
- },
606
- {
607
- key: "ftn60zv1rfr",
608
- name: "extname",
609
- type: "string",
610
- interface: "input",
611
- description: null,
612
- collectionName: "tt_amt_file",
613
- parentKey: null,
614
- reverseKey: null,
615
- deletable: false,
616
- uiSchema: {
617
- type: "string",
618
- title: '{{t("Extension name", { ns: "file-manager" })}}',
619
- "x-component": "Input",
620
- "x-read-pretty": true
621
- }
622
- },
623
- {
624
- key: "59oj6m0r8be",
625
- name: "size",
626
- type: "integer",
627
- interface: "integer",
628
- description: null,
629
- collectionName: "tt_amt_file",
630
- parentKey: null,
631
- reverseKey: null,
632
- deletable: false,
633
- uiSchema: {
634
- type: "number",
635
- title: '{{t("Size", { ns: "file-manager" })}}',
636
- "x-component": "InputNumber",
637
- "x-read-pretty": true,
638
- "x-component-props": {
639
- stringMode: true,
640
- step: "0"
641
- }
642
- }
643
- },
644
- {
645
- key: "burt1tfbcjx",
646
- name: "mimetype",
647
- type: "string",
648
- interface: "input",
649
- description: null,
650
- collectionName: "tt_amt_file",
651
- parentKey: null,
652
- reverseKey: null,
653
- deletable: false,
654
- uiSchema: {
655
- type: "string",
656
- title: '{{t("Mime type", { ns: "file-manager" })}}',
657
- "x-component": "Input",
658
- "x-read-pretty": true
659
- }
660
- },
661
- {
662
- key: "1zfhbqod0i1",
663
- name: "path",
664
- type: "string",
665
- interface: "input",
666
- description: null,
667
- collectionName: "tt_amt_file",
668
- parentKey: null,
669
- reverseKey: null,
670
- deletable: false,
671
- uiSchema: {
672
- type: "string",
673
- title: '{{t("Path")}}',
674
- "x-component": "Input",
675
- "x-read-pretty": true
676
- }
677
- },
678
- {
679
- key: "b0bmsmrfqqw",
680
- name: "url",
681
- type: "string",
682
- interface: "input",
683
- description: null,
684
- collectionName: "tt_amt_file",
685
- parentKey: null,
686
- reverseKey: null,
687
- deletable: false,
688
- uiSchema: {
689
- type: "string",
690
- title: '{{t("URL")}}',
691
- "x-component": "Input.URL",
692
- "x-read-pretty": true
693
- }
694
- },
695
- {
696
- key: "indgsp9sqqq",
697
- name: "preview",
698
- type: "string",
699
- interface: "url",
700
- description: null,
701
- collectionName: "tt_amt_file",
702
- parentKey: null,
703
- reverseKey: null,
704
- field: "url",
705
- deletable: false,
706
- uiSchema: {
707
- type: "string",
708
- title: '{{t("Preview")}}',
709
- "x-component": "Preview",
710
- "x-read-pretty": true
711
- }
712
- },
713
- {
714
- key: "2p8d1h46x9l",
715
- name: "storage",
716
- type: "belongsTo",
717
- interface: null,
718
- description: null,
719
- collectionName: "tt_amt_file",
720
- parentKey: null,
721
- reverseKey: null,
722
- comment: "\u5B58\u50A8\u5F15\u64CE",
723
- target: "storages",
724
- foreignKey: "storageId",
725
- deletable: false,
726
- targetKey: "id"
727
- },
728
- {
729
- key: "im0yegvb5jt",
730
- name: "meta",
731
- type: "jsonb",
732
- interface: null,
733
- description: null,
734
- collectionName: "tt_amt_file",
735
- parentKey: null,
736
- reverseKey: null,
737
- deletable: false,
738
- defaultValue: {}
739
- },
740
- {
741
- key: "tjr9nr5thoh",
742
- name: "id",
743
- type: "bigInt",
744
- interface: "id",
745
- description: null,
746
- collectionName: "tt_amt_file",
747
- parentKey: null,
748
- reverseKey: null,
749
- autoIncrement: true,
750
- primaryKey: true,
751
- allowNull: false,
752
- uiSchema: {
753
- type: "number",
754
- title: '{{t("ID")}}',
755
- "x-component": "InputNumber",
756
- "x-read-pretty": true
757
- }
758
- },
759
- {
760
- key: "s48vjiqbjcq",
761
- name: "createdAt",
762
- type: "date",
763
- interface: "createdAt",
764
- description: null,
765
- collectionName: "tt_amt_file",
766
- parentKey: null,
767
- reverseKey: null,
768
- field: "createdAt",
769
- uiSchema: {
770
- type: "datetime",
771
- title: '{{t("Created at")}}',
772
- "x-component": "DatePicker",
773
- "x-component-props": {},
774
- "x-read-pretty": true
775
- }
776
- },
777
- {
778
- key: "y3t7jii4m8w",
779
- name: "createdBy",
780
- type: "belongsTo",
781
- interface: "createdBy",
782
- description: null,
783
- collectionName: "tt_amt_file",
784
- parentKey: null,
785
- reverseKey: null,
786
- target: "users",
787
- foreignKey: "createdById",
788
- uiSchema: {
789
- type: "object",
790
- title: '{{t("Created by")}}',
791
- "x-component": "RecordPicker",
792
- "x-component-props": {
793
- fieldNames: {
794
- value: "id",
795
- label: "nickname"
796
- }
797
- },
798
- "x-read-pretty": true
799
- },
800
- targetKey: "id"
801
- },
802
- {
803
- key: "z5gvejdbfyb",
804
- name: "updatedAt",
805
- type: "date",
806
- interface: "updatedAt",
807
- description: null,
808
- collectionName: "tt_amt_file",
809
- parentKey: null,
810
- reverseKey: null,
811
- field: "updatedAt",
812
- uiSchema: {
813
- type: "string",
814
- title: '{{t("Last updated at")}}',
815
- "x-component": "DatePicker",
816
- "x-component-props": {},
817
- "x-read-pretty": true
818
- }
819
- },
820
- {
821
- key: "qgd8zko7b0z",
822
- name: "updatedBy",
823
- type: "belongsTo",
824
- interface: "updatedBy",
825
- description: null,
826
- collectionName: "tt_amt_file",
827
- parentKey: null,
828
- reverseKey: null,
829
- target: "users",
830
- foreignKey: "updatedById",
831
- uiSchema: {
832
- type: "object",
833
- title: '{{t("Last updated by")}}',
834
- "x-component": "RecordPicker",
835
- "x-component-props": {
836
- fieldNames: {
837
- value: "id",
838
- label: "nickname"
839
- }
840
- },
841
- "x-read-pretty": true
842
- },
843
- targetKey: "id"
844
- }
845
- ],
846
- category: [],
847
- logging: true,
848
- template: "file",
849
- view: false,
850
- createdBy: true,
851
- updatedBy: true,
852
- storage: "local",
853
- schema: "public"
854
- }
855
- ]
856
- };
857
- const builtinExpression = {
858
- collections: [
859
- {
860
- key: "w77iro3197g",
861
- name: "tt_amt_exp",
862
- title: "\u81EA\u52A8>\u8868\u8FBE\u5F0F[\u8868\u8FBE\u5F0F\u8868]",
863
- inherit: false,
864
- hidden: false,
865
- description: null,
866
- fields: [
867
- {
868
- key: "slc2i7yz2ck",
869
- name: "engine",
870
- type: "string",
871
- interface: "radioGroup",
872
- description: null,
873
- collectionName: "tt_amt_exp",
874
- parentKey: null,
875
- reverseKey: null,
876
- uiSchema: {
877
- type: "string",
878
- title: '{{t("Calculation engine")}}',
879
- "x-component": "Radio.Group",
880
- enum: [
881
- {
882
- value: "math.js",
883
- label: "Math.js",
884
- tooltip: "{{t('Math.js comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types')}}",
885
- link: "https://mathjs.org/"
886
- },
887
- {
888
- value: "formula.js",
889
- label: "Formula.js",
890
- tooltip: '{{t("Formula.js supports most Microsoft Excel formula functions.")}}',
891
- link: "https://formulajs.info/functions/"
892
- }
893
- ],
894
- default: "formula.js"
895
- }
896
- },
897
- {
898
- key: "mlvkdcg2yvq",
899
- name: "sourceCollection",
900
- type: "string",
901
- interface: "select",
902
- description: null,
903
- collectionName: "tt_amt_exp",
904
- parentKey: null,
905
- reverseKey: null,
906
- uiSchema: {
907
- type: "string",
908
- title: '{{t("Collection")}}',
909
- "x-component": "CollectionSelect",
910
- "x-component-props": {}
911
- }
912
- },
913
- {
914
- key: "vdzigakt9ne",
915
- name: "expression",
916
- type: "text",
917
- interface: "expression",
918
- description: null,
919
- collectionName: "tt_amt_exp",
920
- parentKey: null,
921
- reverseKey: null,
922
- uiSchema: {
923
- type: "string",
924
- title: '{{t("Expression")}}',
925
- "x-component": "DynamicExpression"
926
- }
927
- },
928
- {
929
- key: "fx72pqt0fjv",
930
- name: "id",
931
- type: "bigInt",
932
- interface: "id",
933
- description: null,
934
- collectionName: "tt_amt_exp",
935
- parentKey: null,
936
- reverseKey: null,
937
- autoIncrement: true,
938
- primaryKey: true,
939
- allowNull: false,
940
- uiSchema: {
941
- type: "number",
942
- title: '{{t("ID")}}',
943
- "x-component": "InputNumber",
944
- "x-read-pretty": true
945
- }
946
- },
947
- {
948
- key: "owiio66cw1u",
949
- name: "createdAt",
950
- type: "date",
951
- interface: "createdAt",
952
- description: null,
953
- collectionName: "tt_amt_exp",
954
- parentKey: null,
955
- reverseKey: null,
956
- field: "createdAt",
957
- uiSchema: {
958
- type: "datetime",
959
- title: '{{t("Created at")}}',
960
- "x-component": "DatePicker",
961
- "x-component-props": {},
962
- "x-read-pretty": true
963
- }
964
- },
965
- {
966
- key: "9fu8kmc69dj",
967
- name: "createdBy",
968
- type: "belongsTo",
969
- interface: "createdBy",
970
- description: null,
971
- collectionName: "tt_amt_exp",
972
- parentKey: null,
973
- reverseKey: null,
974
- target: "users",
975
- foreignKey: "createdById",
976
- uiSchema: {
977
- type: "object",
978
- title: '{{t("Created by")}}',
979
- "x-component": "RecordPicker",
980
- "x-component-props": {
981
- fieldNames: {
982
- value: "id",
983
- label: "nickname"
984
- }
985
- },
986
- "x-read-pretty": true
987
- },
988
- targetKey: "id"
989
- },
990
- {
991
- key: "uie8q16z2jj",
992
- name: "updatedAt",
993
- type: "date",
994
- interface: "updatedAt",
995
- description: null,
996
- collectionName: "tt_amt_exp",
997
- parentKey: null,
998
- reverseKey: null,
999
- field: "updatedAt",
1000
- uiSchema: {
1001
- type: "string",
1002
- title: '{{t("Last updated at")}}',
1003
- "x-component": "DatePicker",
1004
- "x-component-props": {},
1005
- "x-read-pretty": true
1006
- }
1007
- },
1008
- {
1009
- key: "6jzyuc1jzro",
1010
- name: "updatedBy",
1011
- type: "belongsTo",
1012
- interface: "updatedBy",
1013
- description: null,
1014
- collectionName: "tt_amt_exp",
1015
- parentKey: null,
1016
- reverseKey: null,
1017
- target: "users",
1018
- foreignKey: "updatedById",
1019
- uiSchema: {
1020
- type: "object",
1021
- title: '{{t("Last updated by")}}',
1022
- "x-component": "RecordPicker",
1023
- "x-component-props": {
1024
- fieldNames: {
1025
- value: "id",
1026
- label: "nickname"
1027
- }
1028
- },
1029
- "x-read-pretty": true
1030
- },
1031
- targetKey: "id"
1032
- }
1033
- ],
1034
- category: [],
1035
- logging: true,
1036
- template: "expression",
1037
- view: false,
1038
- createdBy: true,
1039
- updatedBy: true,
1040
- createdAt: true,
1041
- updatedAt: true,
1042
- sortable: true,
1043
- schema: "public"
1044
- }
1045
- ]
1046
- };
1047
- const generalWithNoRelationalFields = {
1048
- collections: [
1049
- {
1050
- key: "86lpobjxamt",
1051
- name: "tt_amt_org",
1052
- title: "\u81EA\u52A8>\u7EC4\u7EC7[\u666E\u901A\u8868]",
1053
- inherit: false,
1054
- hidden: false,
1055
- fields: [
1056
- {
1057
- key: "ohxa8xp9amt",
1058
- name: "id",
1059
- type: "bigInt",
1060
- interface: "id",
1061
- collectionName: "tt_amt_org",
1062
- parentKey: null,
1063
- reverseKey: null,
1064
- autoIncrement: true,
1065
- primaryKey: true,
1066
- allowNull: false,
1067
- uiSchema: {
1068
- type: "number",
1069
- title: '{{t("ID")}}',
1070
- "x-component": "InputNumber",
1071
- "x-read-pretty": true
1072
- }
1073
- },
1074
- {
1075
- key: "qjit9pcvamt",
1076
- name: "createdAt",
1077
- type: "date",
1078
- interface: "createdAt",
1079
- collectionName: "tt_amt_org",
1080
- parentKey: null,
1081
- reverseKey: null,
1082
- field: "createdAt",
1083
- uiSchema: {
1084
- type: "datetime",
1085
- title: '{{t("Created at")}}',
1086
- "x-component": "DatePicker",
1087
- "x-component-props": {},
1088
- "x-read-pretty": true
1089
- }
1090
- },
1091
- {
1092
- key: "vijs3wcnamt",
1093
- name: "createdBy",
1094
- type: "belongsTo",
1095
- interface: "createdBy",
1096
- collectionName: "tt_amt_org",
1097
- parentKey: null,
1098
- reverseKey: null,
1099
- target: "users",
1100
- foreignKey: "createdById",
1101
- uiSchema: {
1102
- type: "object",
1103
- title: '{{t("Created by")}}',
1104
- "x-component": "AssociationField",
1105
- "x-component-props": {
1106
- fieldNames: {
1107
- value: "id",
1108
- label: "nickname"
1109
- }
1110
- },
1111
- "x-read-pretty": true
1112
- },
1113
- targetKey: "id"
1114
- },
1115
- {
1116
- key: "zsebjtwiamt",
1117
- name: "updatedAt",
1118
- type: "date",
1119
- interface: "updatedAt",
1120
- collectionName: "tt_amt_org",
1121
- parentKey: null,
1122
- reverseKey: null,
1123
- field: "updatedAt",
1124
- uiSchema: {
1125
- type: "string",
1126
- title: '{{t("Last updated at")}}',
1127
- "x-component": "DatePicker",
1128
- "x-component-props": {},
1129
- "x-read-pretty": true
1130
- }
1131
- },
1132
- {
1133
- key: "fa4c74phamt",
1134
- name: "updatedBy",
1135
- type: "belongsTo",
1136
- interface: "updatedBy",
1137
- collectionName: "tt_amt_org",
1138
- parentKey: null,
1139
- reverseKey: null,
1140
- target: "users",
1141
- foreignKey: "updatedById",
1142
- uiSchema: {
1143
- type: "object",
1144
- title: '{{t("Last updated by")}}',
1145
- "x-component": "AssociationField",
1146
- "x-component-props": {
1147
- fieldNames: {
1148
- value: "id",
1149
- label: "nickname"
1150
- }
1151
- },
1152
- "x-read-pretty": true
1153
- },
1154
- targetKey: "id"
1155
- },
1156
- {
1157
- key: "mv6h7f8lamt",
1158
- name: "orgcode",
1159
- type: "sequence",
1160
- interface: "sequence",
1161
- collectionName: "tt_amt_org",
1162
- parentKey: null,
1163
- reverseKey: null,
1164
- patterns: [
1165
- {
1166
- type: "string",
1167
- options: {
1168
- value: "\u533A\u57DF\u7F16\u7801"
1169
- }
1170
- },
1171
- {
1172
- type: "integer",
1173
- options: {
1174
- digits: 9,
1175
- start: 1,
1176
- key: 57450
1177
- }
1178
- }
1179
- ],
1180
- uiSchema: {
1181
- type: "string",
1182
- "x-component": "Input",
1183
- "x-component-props": {},
1184
- title: "\u516C\u53F8\u7F16\u53F7(\u81EA\u52A8\u7F16\u7801)"
1185
- },
1186
- inputable: false
1187
- },
1188
- {
1189
- key: "44u5zoyyamt",
1190
- name: "orgname",
1191
- type: "string",
1192
- interface: "input",
1193
- collectionName: "tt_amt_org",
1194
- parentKey: null,
1195
- reverseKey: null,
1196
- uiSchema: {
1197
- type: "string",
1198
- "x-component": "Input",
1199
- title: "\u516C\u53F8\u540D\u79F0(\u5355\u884C\u6587\u672C)"
1200
- }
1201
- },
1202
- {
1203
- key: "tdq82bb0amt",
1204
- name: "address",
1205
- type: "text",
1206
- interface: "textarea",
1207
- collectionName: "tt_amt_org",
1208
- parentKey: null,
1209
- reverseKey: null,
1210
- uiSchema: {
1211
- type: "string",
1212
- "x-component": "Input.TextArea",
1213
- title: "\u516C\u53F8\u5730\u5740(\u591A\u884C\u6587\u672C)"
1214
- }
1215
- },
1216
- {
1217
- key: "10xi6i24amt",
1218
- name: "phone",
1219
- type: "string",
1220
- interface: "phone",
1221
- collectionName: "tt_amt_org",
1222
- parentKey: null,
1223
- reverseKey: null,
1224
- uiSchema: {
1225
- type: "string",
1226
- "x-component": "Input",
1227
- "x-component-props": {
1228
- type: "tel"
1229
- },
1230
- title: "\u8D1F\u8D23\u4EBA\u7535\u8BDD(\u624B\u673A\u53F7\u7801)"
1231
- }
1232
- },
1233
- {
1234
- key: "n3ykqhe4amt",
1235
- name: "email",
1236
- type: "string",
1237
- interface: "email",
1238
- collectionName: "tt_amt_org",
1239
- parentKey: null,
1240
- reverseKey: null,
1241
- uiSchema: {
1242
- type: "string",
1243
- "x-component": "Input",
1244
- "x-validator": "email",
1245
- title: "\u7535\u5B50\u90AE\u7BB1(\u7535\u5B50\u90AE\u7BB1)"
1246
- }
1247
- },
1248
- {
1249
- key: "5ddcgbpqamt",
1250
- name: "staffnum",
1251
- type: "bigInt",
1252
- interface: "integer",
1253
- collectionName: "tt_amt_org",
1254
- parentKey: null,
1255
- reverseKey: null,
1256
- uiSchema: {
1257
- type: "number",
1258
- "x-component": "InputNumber",
1259
- "x-component-props": {
1260
- stringMode: true,
1261
- step: "1"
1262
- },
1263
- "x-validator": "integer",
1264
- title: "\u5458\u5DE5\u4EBA\u6570(\u6574\u6570)"
1265
- }
1266
- },
1267
- {
1268
- key: "z59sf4ilamt",
1269
- name: "insurednum",
1270
- type: "bigInt",
1271
- interface: "integer",
1272
- collectionName: "tt_amt_org",
1273
- parentKey: null,
1274
- reverseKey: null,
1275
- uiSchema: {
1276
- type: "number",
1277
- "x-component": "InputNumber",
1278
- "x-component-props": {
1279
- stringMode: true,
1280
- step: "1"
1281
- },
1282
- "x-validator": "integer",
1283
- title: "\u53C2\u4FDD\u4EBA\u6570(\u6574\u6570)"
1284
- }
1285
- },
1286
- {
1287
- key: "ecvb3a8xamt",
1288
- name: "regcapital",
1289
- type: "double",
1290
- interface: "number",
1291
- collectionName: "tt_amt_org",
1292
- parentKey: null,
1293
- reverseKey: null,
1294
- uiSchema: {
1295
- "x-component-props": {
1296
- step: "0.0001",
1297
- stringMode: true
1298
- },
1299
- type: "number",
1300
- "x-component": "InputNumber",
1301
- title: "\u6CE8\u518C\u8D44\u672C(\u6570\u5B57)"
1302
- }
1303
- },
1304
- {
1305
- key: "ierg1fbvamt",
1306
- name: "paidcapital",
1307
- type: "double",
1308
- interface: "number",
1309
- collectionName: "tt_amt_org",
1310
- parentKey: null,
1311
- reverseKey: null,
1312
- uiSchema: {
1313
- "x-component-props": {
1314
- step: "0.0001",
1315
- stringMode: true
1316
- },
1317
- type: "number",
1318
- "x-component": "InputNumber",
1319
- title: "\u5B9E\u7F34\u8D44\u672C(\u6570\u5B57)"
1320
- }
1321
- },
1322
- {
1323
- key: "46kjnywaamt",
1324
- name: "insuranceratio",
1325
- type: "float",
1326
- interface: "percent",
1327
- collectionName: "tt_amt_org",
1328
- parentKey: null,
1329
- reverseKey: null,
1330
- uiSchema: {
1331
- "x-component-props": {
1332
- step: "0.01",
1333
- stringMode: true,
1334
- addonAfter: "%"
1335
- },
1336
- type: "string",
1337
- "x-component": "Percent",
1338
- title: "\u53C2\u4FDD\u5360\u6BD4(\u767E\u5206\u6BD4)"
1339
- }
1340
- },
1341
- {
1342
- key: "8j2vkys9amt",
1343
- name: "isenable",
1344
- type: "boolean",
1345
- interface: "checkbox",
1346
- collectionName: "tt_amt_org",
1347
- parentKey: null,
1348
- reverseKey: null,
1349
- uiSchema: {
1350
- type: "boolean",
1351
- "x-component": "Checkbox",
1352
- title: "\u662F\u5426\u542F\u7528(\u52FE\u9009)"
1353
- }
1354
- },
1355
- {
1356
- key: "6f480de5amt",
1357
- name: "status_singleselect",
1358
- type: "string",
1359
- interface: "select",
1360
- collectionName: "tt_amt_org",
1361
- parentKey: null,
1362
- reverseKey: null,
1363
- uiSchema: {
1364
- enum: [
1365
- {
1366
- value: "1",
1367
- label: "\u5B58\u7EED"
1368
- },
1369
- {
1370
- value: "2",
1371
- label: "\u5728\u4E1A"
1372
- },
1373
- {
1374
- value: "3",
1375
- label: "\u540A\u9500"
1376
- },
1377
- {
1378
- value: "4",
1379
- label: "\u6CE8\u9500"
1380
- },
1381
- {
1382
- value: "5",
1383
- label: "\u8FC1\u5165"
1384
- },
1385
- {
1386
- value: "6",
1387
- label: "\u8FC1\u51FA"
1388
- },
1389
- {
1390
- value: "7",
1391
- label: "\u505C\u4E1A"
1392
- },
1393
- {
1394
- value: "8",
1395
- label: "\u6E05\u7B97"
1396
- }
1397
- ],
1398
- type: "string",
1399
- "x-component": "Select",
1400
- title: "\u516C\u53F8\u72B6\u6001(\u4E0B\u62C9\u5355\u9009)"
1401
- }
1402
- },
1403
- {
1404
- key: "fcx8cw1ramt",
1405
- name: "range_multipleselect",
1406
- type: "array",
1407
- interface: "multipleSelect",
1408
- collectionName: "tt_amt_org",
1409
- parentKey: null,
1410
- reverseKey: null,
1411
- uiSchema: {
1412
- enum: [
1413
- {
1414
- value: "F3134",
1415
- label: "\u8F6F\u4EF6\u9500\u552E"
1416
- },
1417
- {
1418
- value: "I3006",
1419
- label: "\u8F6F\u4EF6\u5F00\u53D1"
1420
- },
1421
- {
1422
- value: "I3007",
1423
- label: "\u4EBA\u5DE5\u667A\u80FD\u57FA\u7840\u8F6F\u4EF6\u5F00\u53D1"
1424
- },
1425
- {
1426
- value: "I3008",
1427
- label: "\u4EBA\u5DE5\u667A\u80FD\u5E94\u7528\u8F6F\u4EF6\u5F00\u53D1"
1428
- },
1429
- {
1430
- value: "I3010",
1431
- label: "\u8F6F\u4EF6\u5916\u5305\u670D\u52A1"
1432
- },
1433
- {
1434
- value: "I3011",
1435
- label: "\u7F51\u7EDC\u4E0E\u4FE1\u606F\u5B89\u5168\u8F6F\u4EF6\u5F00\u53D1"
1436
- },
1437
- {
1438
- value: "I3012",
1439
- label: "\u4EBA\u5DE5\u667A\u80FD\u7406\u8BBA\u4E0E\u7B97\u6CD5\u8F6F\u4EF6\u5F00\u53D1"
1440
- },
1441
- {
1442
- value: "I3014",
1443
- label: "\u6570\u5B57\u6587\u5316\u521B\u610F\u8F6F\u4EF6\u5F00\u53D1"
1444
- },
1445
- {
1446
- value: "I3027",
1447
- label: "\u4FE1\u606F\u6280\u672F\u54A8\u8BE2\u670D\u52A1"
1448
- },
1449
- {
1450
- value: "I3032",
1451
- label: "\u6570\u636E\u5904\u7406\u670D\u52A1"
1452
- },
1453
- {
1454
- value: "I3034",
1455
- label: "\u8BA1\u7B97\u673A\u7CFB\u7EDF\u670D\u52A1"
1456
- },
1457
- {
1458
- value: "L2032",
1459
- label: "\u4FE1\u606F\u54A8\u8BE2\u670D\u52A1\uFF08\u4E0D\u542B\u8BB8\u53EF\u7C7B\u4FE1\u606F\u54A8\u8BE2\u670D\u52A1\uFF09"
1460
- },
1461
- {
1462
- value: "L2095",
1463
- label: "\u4F01\u4E1A\u7BA1\u7406\u54A8\u8BE2"
1464
- },
1465
- {
1466
- value: "M2070",
1467
- label: "\u6280\u672F\u670D\u52A1\u3001\u6280\u672F\u5F00\u53D1\u3001\u6280\u672F\u54A8\u8BE2\u3001\u6280\u672F\u4EA4\u6D41\u3001\u6280\u672F\u8F6C\u8BA9\u3001\u6280\u672F\u63A8\u5E7F"
1468
- },
1469
- {
1470
- value: "O3010",
1471
- label: "\u54A8\u8BE2\u7B56\u5212\u670D\u52A1"
1472
- },
1473
- {
1474
- value: "P1029",
1475
- label: "\u4E1A\u52A1\u57F9\u8BAD\uFF08\u4E0D\u542B\u6559\u80B2\u57F9\u8BAD\u3001\u804C\u4E1A\u6280\u80FD\u57F9\u8BAD\u7B49\u9700\u53D6\u5F97\u8BB8\u53EF\u7684\u57F9\u8BAD\uFF09"
1476
- }
1477
- ],
1478
- type: "array",
1479
- "x-component": "Select",
1480
- "x-component-props": {
1481
- mode: "multiple"
1482
- },
1483
- title: "\u7ECF\u8425\u8303\u56F4(\u4E0B\u62C9\u591A\u9009)"
1484
- },
1485
- defaultValue: []
1486
- },
1487
- {
1488
- key: "z71al7aaamt",
1489
- name: "status_radio",
1490
- type: "string",
1491
- interface: "radioGroup",
1492
- collectionName: "tt_amt_org",
1493
- parentKey: null,
1494
- reverseKey: null,
1495
- uiSchema: {
1496
- enum: [
1497
- {
1498
- value: "1",
1499
- label: "\u5B58\u7EED"
1500
- },
1501
- {
1502
- value: "2",
1503
- label: "\u5728\u4E1A"
1504
- },
1505
- {
1506
- value: "3",
1507
- label: "\u540A\u9500"
1508
- },
1509
- {
1510
- value: "4",
1511
- label: "\u6CE8\u9500"
1512
- },
1513
- {
1514
- value: "5",
1515
- label: "\u8FC1\u5165"
1516
- },
1517
- {
1518
- value: "6",
1519
- label: "\u8FC1\u51FA"
1520
- },
1521
- {
1522
- value: "7",
1523
- label: "\u505C\u4E1A"
1524
- },
1525
- {
1526
- value: "8",
1527
- label: "\u6E05\u7B97"
1528
- }
1529
- ],
1530
- type: "string",
1531
- "x-component": "Radio.Group",
1532
- title: "\u516C\u53F8\u72B6\u6001(\u5355\u9009)"
1533
- }
1534
- },
1535
- {
1536
- key: "x8v9qf95amt",
1537
- name: "range_check",
1538
- type: "array",
1539
- interface: "checkboxGroup",
1540
- collectionName: "tt_amt_org",
1541
- parentKey: null,
1542
- reverseKey: null,
1543
- uiSchema: {
1544
- enum: [
1545
- {
1546
- value: "F3134",
1547
- label: "\u8F6F\u4EF6\u9500\u552E"
1548
- },
1549
- {
1550
- value: "I3006",
1551
- label: "\u8F6F\u4EF6\u5F00\u53D1"
1552
- },
1553
- {
1554
- value: "I3007",
1555
- label: "\u4EBA\u5DE5\u667A\u80FD\u57FA\u7840\u8F6F\u4EF6\u5F00\u53D1"
1556
- },
1557
- {
1558
- value: "I3008",
1559
- label: "\u4EBA\u5DE5\u667A\u80FD\u5E94\u7528\u8F6F\u4EF6\u5F00\u53D1"
1560
- },
1561
- {
1562
- value: "I3010",
1563
- label: "\u8F6F\u4EF6\u5916\u5305\u670D\u52A1"
1564
- },
1565
- {
1566
- value: "I3011",
1567
- label: "\u7F51\u7EDC\u4E0E\u4FE1\u606F\u5B89\u5168\u8F6F\u4EF6\u5F00\u53D1"
1568
- },
1569
- {
1570
- value: "I3012",
1571
- label: "\u4EBA\u5DE5\u667A\u80FD\u7406\u8BBA\u4E0E\u7B97\u6CD5\u8F6F\u4EF6\u5F00\u53D1"
1572
- },
1573
- {
1574
- value: "I3014",
1575
- label: "\u6570\u5B57\u6587\u5316\u521B\u610F\u8F6F\u4EF6\u5F00\u53D1"
1576
- },
1577
- {
1578
- value: "I3027",
1579
- label: "\u4FE1\u606F\u6280\u672F\u54A8\u8BE2\u670D\u52A1"
1580
- },
1581
- {
1582
- value: "I3032",
1583
- label: "\u6570\u636E\u5904\u7406\u670D\u52A1"
1584
- },
1585
- {
1586
- value: "I3034",
1587
- label: "\u8BA1\u7B97\u673A\u7CFB\u7EDF\u670D\u52A1"
1588
- },
1589
- {
1590
- value: "L2032",
1591
- label: "\u4FE1\u606F\u54A8\u8BE2\u670D\u52A1\uFF08\u4E0D\u542B\u8BB8\u53EF\u7C7B\u4FE1\u606F\u54A8\u8BE2\u670D\u52A1\uFF09"
1592
- },
1593
- {
1594
- value: "L2095",
1595
- label: "\u4F01\u4E1A\u7BA1\u7406\u54A8\u8BE2"
1596
- },
1597
- {
1598
- value: "M2070",
1599
- label: "\u6280\u672F\u670D\u52A1\u3001\u6280\u672F\u5F00\u53D1\u3001\u6280\u672F\u54A8\u8BE2\u3001\u6280\u672F\u4EA4\u6D41\u3001\u6280\u672F\u8F6C\u8BA9\u3001\u6280\u672F\u63A8\u5E7F"
1600
- },
1601
- {
1602
- value: "O3010",
1603
- label: "\u54A8\u8BE2\u7B56\u5212\u670D\u52A1"
1604
- },
1605
- {
1606
- value: "P1029",
1607
- label: "\u4E1A\u52A1\u57F9\u8BAD\uFF08\u4E0D\u542B\u6559\u80B2\u57F9\u8BAD\u3001\u804C\u4E1A\u6280\u80FD\u57F9\u8BAD\u7B49\u9700\u53D6\u5F97\u8BB8\u53EF\u7684\u57F9\u8BAD\uFF09"
1608
- }
1609
- ],
1610
- type: "string",
1611
- "x-component": "Checkbox.Group",
1612
- title: "\u7ECF\u8425\u8303\u56F4(\u590D\u9009)"
1613
- },
1614
- defaultValue: []
1615
- },
1616
- {
1617
- key: "c50l1zguamt",
1618
- name: "range_markdown",
1619
- type: "text",
1620
- interface: "markdown",
1621
- collectionName: "tt_amt_org",
1622
- parentKey: null,
1623
- reverseKey: null,
1624
- uiSchema: {
1625
- type: "string",
1626
- "x-component": "Markdown",
1627
- title: "\u7ECF\u8425\u8303\u56F4(Markdown)"
1628
- }
1629
- },
1630
- {
1631
- key: "msj1qa4damt",
1632
- name: "range_richtext",
1633
- type: "text",
1634
- interface: "richText",
1635
- collectionName: "tt_amt_org",
1636
- parentKey: null,
1637
- reverseKey: null,
1638
- uiSchema: {
1639
- type: "string",
1640
- "x-component": "RichText",
1641
- title: "\u7ECF\u8425\u8303\u56F4(\u5BCC\u6587\u672C)"
1642
- }
1643
- },
1644
- {
1645
- key: "q755hkxmamt",
1646
- name: "establishdate",
1647
- type: "date",
1648
- interface: "datetime",
1649
- collectionName: "tt_amt_org",
1650
- parentKey: null,
1651
- reverseKey: null,
1652
- uiSchema: {
1653
- "x-component-props": {
1654
- dateFormat: "YYYY-MM-DD",
1655
- gmt: false,
1656
- showTime: false
1657
- },
1658
- type: "string",
1659
- "x-component": "DatePicker",
1660
- title: "\u6210\u7ACB\u65E5\u671F(\u65E5\u671F)"
1661
- }
1662
- },
1663
- {
1664
- key: "9kn4ujeramt",
1665
- name: "range_json",
1666
- type: "json",
1667
- interface: "json",
1668
- collectionName: "tt_amt_org",
1669
- parentKey: null,
1670
- reverseKey: null,
1671
- defaultValue: null,
1672
- uiSchema: {
1673
- type: "object",
1674
- "x-component": "Input.JSON",
1675
- "x-component-props": {
1676
- autoSize: {
1677
- minRows: 5
1678
- }
1679
- },
1680
- default: null,
1681
- title: "\u7ECF\u8425\u8303\u56F4(JSON)"
1682
- }
1683
- },
1684
- {
1685
- key: "vqcsj7htamt",
1686
- name: "url",
1687
- type: "string",
1688
- interface: "url",
1689
- collectionName: "tt_amt_org",
1690
- parentKey: null,
1691
- reverseKey: null,
1692
- uiSchema: {
1693
- type: "string",
1694
- title: "\u5B98\u7F51\u5730\u5740(URL)",
1695
- "x-component": "Input.URL"
1696
- }
1697
- },
1698
- {
1699
- key: "0naiw2nq4j0",
1700
- name: "insuranceratio_formula",
1701
- type: "formula",
1702
- interface: "formula",
1703
- collectionName: "tt_amt_org",
1704
- parentKey: null,
1705
- reverseKey: null,
1706
- dataType: "double",
1707
- uiSchema: {
1708
- "x-component-props": {
1709
- step: "0.01",
1710
- stringMode: true
1711
- },
1712
- type: "number",
1713
- "x-component": "Formula.Result",
1714
- "x-read-pretty": true,
1715
- title: "\u53C2\u4FDD\u5360\u6BD4(\u516C\u5F0F)"
1716
- },
1717
- engine: "math.js",
1718
- expression: "100*{{insurednum}}/{{staffnum}}"
1719
- },
1720
- {
1721
- key: "fd9sqp8usoj",
1722
- name: "sharesnum",
1723
- type: "bigInt",
1724
- interface: "integer",
1725
- collectionName: "tt_amt_org",
1726
- parentKey: null,
1727
- reverseKey: null,
1728
- uiSchema: {
1729
- type: "number",
1730
- "x-component": "InputNumber",
1731
- "x-component-props": {
1732
- stringMode: true,
1733
- step: "1"
1734
- },
1735
- "x-validator": "integer",
1736
- title: "\u80A1\u7968\u6570\u91CF(\u6574\u6570)"
1737
- }
1738
- },
1739
- {
1740
- key: "fd9sqp8uamt",
1741
- name: "testdataid",
1742
- type: "bigInt",
1743
- interface: "integer",
1744
- collectionName: "tt_amt_org",
1745
- parentKey: null,
1746
- reverseKey: null,
1747
- uiSchema: {
1748
- type: "number",
1749
- "x-component": "InputNumber",
1750
- "x-component-props": {
1751
- stringMode: true,
1752
- step: "1"
1753
- },
1754
- "x-validator": "integer",
1755
- title: "\u6D4B\u8BD5\u6570\u636Eid"
1756
- }
1757
- }
1758
- ],
1759
- category: [],
1760
- logging: true,
1761
- autoGenId: true,
1762
- createdBy: true,
1763
- updatedBy: true,
1764
- createdAt: true,
1765
- updatedAt: true,
1766
- sortable: true,
1767
- template: "general"
1768
- }
1769
- ]
1770
- };
1771
- const generalWithNoRelationalFieldsData = [
1772
- {
1773
- createdAt: "2023-07-16T21:30:58.000Z",
1774
- updatedAt: "2023-06-20T03:32:01.000Z",
1775
- createdById: 0,
1776
- updatedById: 3,
1777
- testdataid: 86,
1778
- orgcode: "350086",
1779
- orgname: "Black Logistic LLC",
1780
- address: "\u95F5\u884C\u533A\u5BBE\u5DDD\u8DEF314\u53F7",
1781
- phone: "21-040-5877",
1782
- email: "cwlam@mail.com",
1783
- url: "http://www.osara.co.jp/Food",
1784
- staffnum: 25,
1785
- regcapital: 85.8799,
1786
- paidcapital: 297.1762,
1787
- insuranceratio: 29.93,
1788
- isenable: true,
1789
- status_singleselect: "1",
1790
- range_multipleselect: ["F3134", "I3007", "I3011", "I3012", "I3014", "I3027"],
1791
- status_radio: "4",
1792
- range_check: ["I3010", "I3011", "I3014", "I3027", "L2095", "M2070", "O3010"],
1793
- establishdate: "2022-03-17T19:44:50.000Z"
1794
- },
1795
- {
1796
- createdAt: "2023-07-13T13:20:10.000Z",
1797
- updatedAt: "2023-07-10T02:25:11.737Z",
1798
- createdById: 4,
1799
- updatedById: null,
1800
- testdataid: 41,
1801
- orgcode: "230041",
1802
- orgname: "\u5B59\u8A18\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
1803
- address: "770 Shennan E Rd, Cai Wu Wei, Luohu District",
1804
- phone: "755-4939-4147",
1805
- email: "kars16@icloud.com",
1806
- url: "http://www.lamhy.org/HouseholdKitchenAppliances",
1807
- staffnum: 67,
1808
- regcapital: 14.9121,
1809
- paidcapital: 215.5018,
1810
- insuranceratio: 42.26,
1811
- isenable: true,
1812
- status_singleselect: "7",
1813
- range_multipleselect: [
1814
- "F3134",
1815
- "I3006",
1816
- "I3007",
1817
- "I3008",
1818
- "I3012",
1819
- "I3014",
1820
- "I3027",
1821
- "I3034",
1822
- "L2095",
1823
- "M2070",
1824
- "P1029"
1825
- ],
1826
- status_radio: "1",
1827
- range_check: ["F3134", "I3010", "I3032", "I3034", "O3010", "P1029"],
1828
- establishdate: "2022-08-01T01:51:06.000Z"
1829
- },
1830
- {
1831
- createdAt: "2023-03-14T23:05:00.000Z",
1832
- updatedAt: "2023-07-10T02:25:11.729Z",
1833
- createdById: null,
1834
- updatedById: 4,
1835
- testdataid: 27,
1836
- orgcode: "340027",
1837
- orgname: "Lisa Telecommunication Inc.",
1838
- address: "43 Zhongshan 5th Rd, Zimaling Shangquan",
1839
- phone: "760-7344-2889",
1840
- email: "onnaku@gmail.com",
1841
- url: "https://video.ziyihe404.net/CenturionGardenOutdoor",
1842
- staffnum: 104,
1843
- regcapital: 237.9354,
1844
- paidcapital: 131.6008,
1845
- insuranceratio: 4.22,
1846
- isenable: true,
1847
- status_singleselect: "2",
1848
- range_multipleselect: ["F3134", "I3032", "I3034", "L2032", "M2070", "O3010"],
1849
- status_radio: "6",
1850
- range_check: ["F3134", "I3006", "I3008", "I3012", "M2070", "O3010"],
1851
- establishdate: "2021-02-19T00:02:48.000Z"
1852
- },
1853
- {
1854
- createdAt: "2023-08-20T18:07:24.000Z",
1855
- updatedAt: "2023-07-10T02:25:11.741Z",
1856
- createdById: 5,
1857
- updatedById: null,
1858
- testdataid: 77,
1859
- orgcode: "450077",
1860
- orgname: "\u5B50\u5F02\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
1861
- address: "619 4th Section Renmin South Road, Jinjiang District",
1862
- phone: "174-6088-1418",
1863
- email: "taoshihan1@hotmail.com",
1864
- url: "https://www.litc908.jp/ArtsHandicraftsSewing",
1865
- staffnum: 37,
1866
- regcapital: 237.5694,
1867
- paidcapital: 94.707,
1868
- insuranceratio: null,
1869
- isenable: true,
1870
- status_singleselect: "2",
1871
- range_multipleselect: ["F3134", "I3008", "I3011", "I3014"],
1872
- status_radio: "5",
1873
- range_check: ["I3006", "I3007", "I3008", "I3010", "I3034", "L2032", "L2095", "M2070", "O3010"],
1874
- establishdate: "2023-10-07T23:30:43.000Z"
1875
- },
1876
- {
1877
- createdAt: "2023-07-11T07:34:49.000Z",
1878
- updatedAt: "2023-07-10T02:25:11.736Z",
1879
- createdById: 5,
1880
- updatedById: null,
1881
- testdataid: 25,
1882
- orgcode: "550025",
1883
- orgname: "\u8D75\u8A18\u53D1\u5C55\u8D38\u6613\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
1884
- address: "607 Sanlitun Road, Chaoyang District",
1885
- phone: "144-4751-3753",
1886
- email: null,
1887
- url: "https://video.kakeungw.net/VideoGames",
1888
- staffnum: 64,
1889
- regcapital: 78.8595,
1890
- paidcapital: 71.565,
1891
- insuranceratio: 58.15,
1892
- isenable: true,
1893
- status_singleselect: "7",
1894
- range_multipleselect: ["F3134", "I3006", "I3011", "I3027", "I3032", "L2032", "L2095"],
1895
- status_radio: "6",
1896
- range_check: ["I3008", "I3027", "I3034", "L2032", "O3010", "P1029"],
1897
- establishdate: null
1898
- },
1899
- {
1900
- createdAt: "2023-04-28T09:13:50.000Z",
1901
- updatedAt: "2023-05-29T08:08:24.000Z",
1902
- createdById: 6,
1903
- updatedById: 5,
1904
- testdataid: 66,
1905
- orgcode: "440066",
1906
- orgname: "\u5434\u6280\u672F\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
1907
- address: "793 Hongqiao Rd., Xu Hui District",
1908
- phone: "21-0094-0906",
1909
- email: "yyut@icloud.com",
1910
- url: "https://video.yeowtszhin.us/Appliances",
1911
- staffnum: 45,
1912
- regcapital: null,
1913
- paidcapital: 76.1281,
1914
- insuranceratio: 76.17,
1915
- isenable: true,
1916
- status_singleselect: "2",
1917
- range_multipleselect: ["F3134", "I3008", "I3011", "I3014", "I3027", "I3034", "L2032", "O3010"],
1918
- status_radio: "4",
1919
- range_check: ["F3134", "I3011", "I3014", "I3027", "I3032", "I3034", "L2095", "O3010", "P1029"],
1920
- establishdate: "2023-09-08T01:51:09.000Z"
1921
- },
1922
- {
1923
- createdAt: "2023-03-20T17:13:24.000Z",
1924
- updatedAt: "2023-05-16T04:16:34.000Z",
1925
- createdById: 1,
1926
- updatedById: 6,
1927
- testdataid: 62,
1928
- orgcode: "510062",
1929
- orgname: "Salazar Food LLC",
1930
- address: "716 Huaxia St, Jinghua Shangquan",
1931
- phone: "198-4847-7122",
1932
- email: "auwingfat1219@gmail.com",
1933
- url: "https://www.xielu.us/CellPhonesAccessories",
1934
- staffnum: 131,
1935
- regcapital: 273.1562,
1936
- paidcapital: 287.3437,
1937
- insuranceratio: 76.86,
1938
- isenable: true,
1939
- status_singleselect: "7",
1940
- range_multipleselect: [
1941
- "I3006",
1942
- "I3007",
1943
- "I3008",
1944
- "I3010",
1945
- "I3011",
1946
- "I3012",
1947
- "I3032",
1948
- "L2032",
1949
- "L2095",
1950
- "O3010",
1951
- "P1029"
1952
- ],
1953
- status_radio: "5",
1954
- range_check: [
1955
- "F3134",
1956
- "I3006",
1957
- "I3007",
1958
- "I3011",
1959
- "I3014",
1960
- "I3027",
1961
- "I3034",
1962
- "L2032",
1963
- "L2095",
1964
- "M2070",
1965
- "O3010",
1966
- "P1029"
1967
- ],
1968
- establishdate: "2021-12-14T18:38:12.000Z"
1969
- },
1970
- {
1971
- createdAt: "2023-05-10T18:09:11.000Z",
1972
- updatedAt: "2023-08-13T01:37:53.000Z",
1973
- createdById: 9,
1974
- updatedById: 1,
1975
- testdataid: 20,
1976
- orgcode: "620020",
1977
- orgname: "\u5C9A\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
1978
- address: "8 Tremont Road",
1979
- phone: "614-635-9277",
1980
- email: "salazar1985@gmail.com",
1981
- url: "https://www.gordemily.com/FilmSupplies",
1982
- staffnum: null,
1983
- regcapital: 219.7301,
1984
- paidcapital: 63.6256,
1985
- insuranceratio: 45.43,
1986
- isenable: null,
1987
- status_singleselect: "8",
1988
- range_multipleselect: ["I3006", "I3007", "I3008", "I3012", "I3014", "I3027", "I3034", "L2032", "P1029"],
1989
- status_radio: "8",
1990
- range_check: ["F3134", "I3006", "I3011", "I3014", "I3027", "I3032", "L2095", "M2070"],
1991
- establishdate: "2022-07-05T10:21:51.000Z"
1992
- },
1993
- {
1994
- createdAt: "2023-05-05T06:12:02.000Z",
1995
- updatedAt: "2023-05-04T19:41:58.000Z",
1996
- createdById: 3,
1997
- updatedById: 6,
1998
- testdataid: 31,
1999
- orgcode: "430031",
2000
- orgname: "Hughes LLC",
2001
- address: "980 4th Section Renmin South Road, Jinjiang District",
2002
- phone: "147-7853-0142",
2003
- email: "scao@mail.com",
2004
- url: "http://image.ikedayu1224.com/Baby",
2005
- staffnum: 135,
2006
- regcapital: 139.2834,
2007
- paidcapital: 173.014,
2008
- insuranceratio: 62.83,
2009
- isenable: true,
2010
- status_singleselect: "2",
2011
- range_multipleselect: ["F3134", "I3006", "I3014", "I3032", "I3034", "P1029"],
2012
- status_radio: "2",
2013
- range_check: ["F3134", "I3006", "I3008", "I3010", "I3034", "M2070", "O3010", "P1029"],
2014
- establishdate: "2023-11-10T02:30:06.000Z"
2015
- },
2016
- {
2017
- createdAt: "2023-05-03T05:56:11.000Z",
2018
- updatedAt: "2023-07-29T02:33:20.000Z",
2019
- createdById: 8,
2020
- updatedById: 4,
2021
- testdataid: 55,
2022
- orgcode: "310055",
2023
- orgname: "\u777F\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2024
- address: "75 Huaxia St, Jinghua Shangquan",
2025
- phone: "760-789-1994",
2026
- email: "skudo73@outlook.com",
2027
- url: "http://image.kenta1.com/ToolsHomeDecoration",
2028
- staffnum: 101,
2029
- regcapital: 168.9348,
2030
- paidcapital: 242.9576,
2031
- insuranceratio: 28.11,
2032
- isenable: true,
2033
- status_singleselect: "8",
2034
- range_multipleselect: ["I3006", "I3008", "I3014", "L2095", "M2070"],
2035
- status_radio: "8",
2036
- range_check: ["F3134", "I3006", "I3007", "I3008", "I3012", "I3014", "I3034", "L2095", "M2070", "O3010"],
2037
- establishdate: "2021-12-29T21:52:28.000Z"
2038
- },
2039
- {
2040
- createdAt: "2023-08-14T14:48:46.000Z",
2041
- updatedAt: "2023-08-08T22:23:16.000Z",
2042
- createdById: 5,
2043
- updatedById: 9,
2044
- testdataid: 84,
2045
- orgcode: "530084",
2046
- orgname: "\u7490\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2047
- address: "32 Jiangnan West Road, Haizhu District",
2048
- phone: "20-611-5899",
2049
- email: "kffan@gmail.com",
2050
- url: "http://auth.nakayama40.jp/Others",
2051
- staffnum: 27,
2052
- regcapital: 211.2634,
2053
- paidcapital: 251.2448,
2054
- insuranceratio: 8.95,
2055
- isenable: true,
2056
- status_singleselect: "3",
2057
- range_multipleselect: ["F3134", "I3006", "I3008", "I3027", "I3032", "P1029"],
2058
- status_radio: "5",
2059
- range_check: ["I3006", "I3008", "I3012", "L2095", "M2070"],
2060
- establishdate: "2022-12-20T04:42:54.000Z"
2061
- },
2062
- {
2063
- createdAt: "2023-06-30T09:53:02.000Z",
2064
- updatedAt: "2023-07-18T22:24:59.000Z",
2065
- createdById: 3,
2066
- updatedById: 4,
2067
- testdataid: 56,
2068
- orgcode: "210056",
2069
- orgname: "Lopez Brothers Technology LLC",
2070
- address: "\u5EF6\u5E86\u533A028\u53BF\u9053953\u53F7",
2071
- phone: "10-641-1187",
2072
- email: "naks@hotmail.com",
2073
- url: "https://image.guzh.info/CenturionGardenOutdoor",
2074
- staffnum: 185,
2075
- regcapital: 63.5178,
2076
- paidcapital: 153.6774,
2077
- insuranceratio: 91.75,
2078
- isenable: true,
2079
- status_singleselect: "3",
2080
- range_multipleselect: ["I3008", "I3010", "I3012", "I3014", "I3034", "M2070", "P1029"],
2081
- status_radio: "4",
2082
- range_check: ["I3008", "I3011", "L2032", "M2070", "P1029"],
2083
- establishdate: "2021-05-21T11:02:59.000Z"
2084
- },
2085
- {
2086
- createdAt: "2023-06-24T08:12:11.000Z",
2087
- updatedAt: "2023-07-10T02:25:11.743Z",
2088
- createdById: 8,
2089
- updatedById: null,
2090
- testdataid: 89,
2091
- orgcode: "640089",
2092
- orgname: "Curtis Pharmaceutical Inc.",
2093
- address: null,
2094
- phone: "179-9231-4455",
2095
- email: "aoi110@icloud.com",
2096
- url: "https://www.yuziyi.co.jp/ToolsHomeDecoration",
2097
- staffnum: 119,
2098
- regcapital: 196.5298,
2099
- paidcapital: 195.5359,
2100
- insuranceratio: null,
2101
- isenable: null,
2102
- status_singleselect: "4",
2103
- range_multipleselect: ["F3134", "I3012", "I3014", "I3027", "L2095", "O3010", "P1029"],
2104
- status_radio: "4",
2105
- range_check: ["I3006", "I3008", "I3010", "I3011", "I3014", "I3027", "L2032", "M2070"],
2106
- establishdate: "2023-10-08T21:08:37.000Z"
2107
- },
2108
- {
2109
- createdAt: "2023-08-20T12:48:08.000Z",
2110
- updatedAt: "2023-06-13T11:27:58.000Z",
2111
- createdById: 7,
2112
- updatedById: 5,
2113
- testdataid: 44,
2114
- orgcode: "410044",
2115
- orgname: "Lee Brothers Inc.",
2116
- address: "\u6210\u534E\u533A\u53CC\u5E86\u8DEF300\u53F7",
2117
- phone: null,
2118
- email: "tajiehong602@outlook.com",
2119
- url: "http://image.tonkay9.info/Baby",
2120
- staffnum: 176,
2121
- regcapital: 297.447,
2122
- paidcapital: 16.0008,
2123
- insuranceratio: 69.5,
2124
- isenable: true,
2125
- status_singleselect: "4",
2126
- range_multipleselect: ["F3134", "I3007", "I3011", "I3014", "I3034", "M2070"],
2127
- status_radio: "3",
2128
- range_check: ["F3134", "I3006", "I3010", "I3027", "I3034", "L2032", "O3010"],
2129
- establishdate: "2023-01-04T12:48:43.000Z"
2130
- },
2131
- {
2132
- createdAt: "2023-03-10T11:17:24.000Z",
2133
- updatedAt: "2023-07-25T07:52:00.000Z",
2134
- createdById: 3,
2135
- updatedById: 4,
2136
- testdataid: 35,
2137
- orgcode: "150035",
2138
- orgname: "\u90B5\u8A18\u7CFB\u7EDF\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2139
- address: "209 1st Ave",
2140
- phone: "718-246-6197",
2141
- email: "akat@hotmail.com",
2142
- url: "http://video.fuchungyin1009.co.jp/ArtsHandicraftsSewing",
2143
- staffnum: 185,
2144
- regcapital: 262.7247,
2145
- paidcapital: 299.6833,
2146
- insuranceratio: 45.48,
2147
- isenable: null,
2148
- status_singleselect: "1",
2149
- range_multipleselect: ["F3134", "I3007", "I3014", "I3027", "I3032", "I3034", "L2032", "M2070", "O3010"],
2150
- status_radio: "2",
2151
- range_check: ["I3006", "I3007", "I3010", "I3032", "I3034", "M2070", "P1029"],
2152
- establishdate: "2022-06-04T09:44:46.000Z"
2153
- },
2154
- {
2155
- createdAt: "2023-05-22T02:10:55.000Z",
2156
- updatedAt: "2023-07-19T22:44:41.000Z",
2157
- createdById: 9,
2158
- updatedById: 3,
2159
- testdataid: 4,
2160
- orgcode: "430004",
2161
- orgname: "\u5B87\u5B81\u5236\u836F\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2162
- address: "328 Jingtian East 1st St, Futian District",
2163
- phone: "755-3659-2323",
2164
- email: "cmsi92@icloud.com",
2165
- url: "http://www.czhennan4.biz/ToolsHomeDecoration",
2166
- staffnum: 132,
2167
- regcapital: 175.7828,
2168
- paidcapital: 290.7203,
2169
- insuranceratio: 45.74,
2170
- isenable: true,
2171
- status_singleselect: "8",
2172
- range_multipleselect: ["I3006", "I3007", "I3008", "I3010", "I3011", "I3012", "I3027", "M2070"],
2173
- status_radio: "7",
2174
- range_check: ["F3134", "I3006", "I3007", "I3012", "I3014", "I3032", "L2095", "P1029"],
2175
- establishdate: "2021-01-08T16:46:38.000Z"
2176
- },
2177
- {
2178
- createdAt: "2023-03-08T16:04:01.000Z",
2179
- updatedAt: "2023-05-05T22:57:27.000Z",
2180
- createdById: 4,
2181
- updatedById: 3,
2182
- testdataid: 81,
2183
- orgcode: "110081",
2184
- orgname: "\u5B50\u5F02\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2185
- address: "229 Rush Street",
2186
- phone: "312-600-3390",
2187
- email: "lokwy@icloud.com",
2188
- url: "https://image.anakagawa.us/MusicalInstrument",
2189
- staffnum: 26,
2190
- regcapital: null,
2191
- paidcapital: 186.0802,
2192
- insuranceratio: 18.24,
2193
- isenable: true,
2194
- status_singleselect: "2",
2195
- range_multipleselect: ["I3006", "I3007", "I3008", "I3012", "I3014", "I3032", "L2032", "L2095", "M2070", "O3010"],
2196
- status_radio: "5",
2197
- range_check: ["F3134", "I3006", "I3007", "I3008", "I3012", "I3027", "L2032", "O3010"],
2198
- establishdate: "2021-04-08T05:24:21.000Z"
2199
- },
2200
- {
2201
- createdAt: "2023-06-15T13:47:48.000Z",
2202
- updatedAt: "2023-05-20T12:37:39.000Z",
2203
- createdById: 0,
2204
- updatedById: 4,
2205
- testdataid: 34,
2206
- orgcode: "210034",
2207
- orgname: "\u8463\u8A18\u7535\u5B50\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2208
- address: "265 Huaxia St, Jinghua Shangquan",
2209
- phone: null,
2210
- email: "rivashle1114@gmail.com",
2211
- url: "http://auth.takeda1.cn/Handcrafts",
2212
- staffnum: 176,
2213
- regcapital: 281.1833,
2214
- paidcapital: 67.1949,
2215
- insuranceratio: 29.93,
2216
- isenable: true,
2217
- status_singleselect: "4",
2218
- range_multipleselect: ["F3134", "I3007", "I3010", "I3012", "I3027", "I3034", "L2032", "M2070", "O3010", "P1029"],
2219
- status_radio: "2",
2220
- range_check: ["F3134", "I3006", "I3007", "I3011", "I3012", "I3014", "L2095", "O3010"],
2221
- establishdate: "2023-02-08T16:44:29.000Z"
2222
- },
2223
- {
2224
- createdAt: "2023-08-04T08:58:50.000Z",
2225
- updatedAt: "2023-08-04T04:34:11.000Z",
2226
- createdById: 9,
2227
- updatedById: 8,
2228
- testdataid: 87,
2229
- orgcode: "420087",
2230
- orgname: "\u53F2\u8A18\u7269\u4E1A\u4EE3\u7406\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2231
- address: "549 Ridgewood Road",
2232
- phone: "330-982-5220",
2233
- email: "maruyamashi@hotmail.com",
2234
- url: "https://image.kondohik1.co.jp/ToysGames",
2235
- staffnum: 126,
2236
- regcapital: 227.7387,
2237
- paidcapital: 139.9423,
2238
- insuranceratio: 80.19,
2239
- isenable: true,
2240
- status_singleselect: "5",
2241
- range_multipleselect: ["I3008", "I3010", "I3011", "I3027", "I3034", "P1029"],
2242
- status_radio: "3",
2243
- range_check: ["I3006", "I3010", "I3014", "I3032", "I3034", "M2070", "O3010"],
2244
- establishdate: "2023-04-08T00:21:42.000Z"
2245
- },
2246
- {
2247
- createdAt: "2023-06-17T22:39:01.000Z",
2248
- updatedAt: "2023-05-12T07:34:03.000Z",
2249
- createdById: 0,
2250
- updatedById: 7,
2251
- testdataid: 65,
2252
- orgcode: "250065",
2253
- orgname: "\u6797\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2254
- address: "595 3rd Section Hongxing Road, Jinjiang District",
2255
- phone: "147-2716-7825",
2256
- email: "kathy09@gmail.com",
2257
- url: "http://auth.shenj.net/AppsGames",
2258
- staffnum: 146,
2259
- regcapital: 63.0539,
2260
- paidcapital: 18.8649,
2261
- insuranceratio: 0.22,
2262
- isenable: true,
2263
- status_singleselect: "2",
2264
- range_multipleselect: ["I3008", "I3011", "I3012", "I3027", "L2032", "L2095", "M2070", "P1029"],
2265
- status_radio: "1",
2266
- range_check: ["F3134", "I3006", "I3007", "I3008", "I3011", "I3027", "I3032", "L2032", "L2095"],
2267
- establishdate: "2023-08-06T08:03:27.000Z"
2268
- },
2269
- {
2270
- createdAt: "2023-04-26T07:55:22.000Z",
2271
- updatedAt: "2023-06-15T15:44:16.000Z",
2272
- createdById: 8,
2273
- updatedById: 4,
2274
- testdataid: 74,
2275
- orgcode: "240074",
2276
- orgname: "Schmidt's Food Inc.",
2277
- address: "\u7F57\u6E56\u533A\u8521\u5C4B\u56F4\u6DF1\u5357\u4E1C\u8DEF630\u53F7",
2278
- phone: "755-938-8862",
2279
- email: "jialun9@outlook.com",
2280
- url: "https://www.kwokwing614.org/ToysGames",
2281
- staffnum: 34,
2282
- regcapital: 291.2407,
2283
- paidcapital: 235.8852,
2284
- insuranceratio: 5.3,
2285
- isenable: true,
2286
- status_singleselect: "5",
2287
- range_multipleselect: ["F3134", "I3007", "I3010", "I3012", "L2032", "L2095", "M2070"],
2288
- status_radio: "5",
2289
- range_check: ["F3134", "I3006", "I3010", "I3011", "I3014", "I3032", "M2070", "O3010", "P1029"],
2290
- establishdate: "2021-06-15T18:47:52.000Z"
2291
- },
2292
- {
2293
- createdAt: "2023-06-13T04:08:45.000Z",
2294
- updatedAt: "2023-05-19T22:14:25.000Z",
2295
- createdById: 9,
2296
- updatedById: 4,
2297
- testdataid: 19,
2298
- orgcode: "650019",
2299
- orgname: "Myers Brothers Telecommunication Inc.",
2300
- address: "294 Dong Zhi Men, Dongcheng District",
2301
- phone: "155-7317-7341",
2302
- email: "daisukeotsu@mail.com",
2303
- url: "https://drive.floresla8.org/BeautyPersonalCare",
2304
- staffnum: 128,
2305
- regcapital: 197.9632,
2306
- paidcapital: 90.5853,
2307
- insuranceratio: 64.9,
2308
- isenable: true,
2309
- status_singleselect: "5",
2310
- range_multipleselect: ["I3007", "I3008", "I3014", "L2095", "P1029"],
2311
- status_radio: "2",
2312
- range_check: ["I3006", "I3008", "I3010", "I3032", "L2095", "M2070"],
2313
- establishdate: "2023-04-30T14:56:20.000Z"
2314
- },
2315
- {
2316
- createdAt: "2023-03-22T19:09:18.000Z",
2317
- updatedAt: "2023-08-25T18:37:39.000Z",
2318
- createdById: 7,
2319
- updatedById: 5,
2320
- testdataid: 21,
2321
- orgcode: "620021",
2322
- orgname: "Williams Consultants Inc.",
2323
- address: "786 Tremont Road",
2324
- phone: "614-644-3993",
2325
- email: "aota96@yahoo.com",
2326
- url: "https://image.hilldo.biz/BeautyPersonalCare",
2327
- staffnum: 195,
2328
- regcapital: 94.6208,
2329
- paidcapital: 113.2067,
2330
- insuranceratio: 0.42,
2331
- isenable: true,
2332
- status_singleselect: "7",
2333
- range_multipleselect: ["F3134", "I3006", "I3010", "I3011", "I3027", "I3032", "I3034"],
2334
- status_radio: "6",
2335
- range_check: ["F3134", "I3007", "I3008", "I3012", "I3014", "I3027", "I3034", "L2032", "M2070"],
2336
- establishdate: "2021-06-14T09:07:34.000Z"
2337
- },
2338
- {
2339
- createdAt: "2023-08-28T21:13:03.000Z",
2340
- updatedAt: "2023-07-17T22:47:34.000Z",
2341
- createdById: 8,
2342
- updatedById: 6,
2343
- testdataid: 43,
2344
- orgcode: "220043",
2345
- orgname: "Mendez Logistic LLC",
2346
- address: "\u6D66\u4E1C\u65B0\u533A\u5065\u7965\u8DEF790\u53F7",
2347
- phone: "172-1090-3775",
2348
- email: "suzukidaisuke@mail.com",
2349
- url: "https://www.zhengr.info/Books",
2350
- staffnum: 173,
2351
- regcapital: 173.8671,
2352
- paidcapital: null,
2353
- insuranceratio: 72.41,
2354
- isenable: true,
2355
- status_singleselect: "3",
2356
- range_multipleselect: ["I3011", "I3032", "I3034", "L2032", "L2095", "P1029"],
2357
- status_radio: "8",
2358
- range_check: [
2359
- "F3134",
2360
- "I3006",
2361
- "I3007",
2362
- "I3008",
2363
- "I3010",
2364
- "I3011",
2365
- "I3012",
2366
- "I3014",
2367
- "I3032",
2368
- "L2095",
2369
- "M2070",
2370
- "P1029"
2371
- ],
2372
- establishdate: "2021-12-27T04:23:26.000Z"
2373
- },
2374
- {
2375
- createdAt: "2023-08-25T08:01:03.000Z",
2376
- updatedAt: "2023-07-10T02:25:11.739Z",
2377
- createdById: 4,
2378
- updatedById: null,
2379
- testdataid: 33,
2380
- orgcode: "230033",
2381
- orgname: "\u8A69\u6DB5\u7535\u8111\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2382
- address: "825 2nd Zhongshan Road, Yuexiu District",
2383
- phone: "166-7145-2872",
2384
- email: null,
2385
- url: "http://video.scy.info/BeautyPersonalCare",
2386
- staffnum: 184,
2387
- regcapital: 237.116,
2388
- paidcapital: 7.2748,
2389
- insuranceratio: 66.74,
2390
- isenable: null,
2391
- status_singleselect: "1",
2392
- range_multipleselect: ["F3134", "I3006", "I3007", "I3011", "I3012", "I3027", "I3032", "L2032", "O3010"],
2393
- status_radio: "5",
2394
- range_check: null,
2395
- establishdate: "2021-10-10T20:57:37.000Z"
2396
- },
2397
- {
2398
- createdAt: "2023-07-09T05:39:52.000Z",
2399
- updatedAt: "2023-06-26T04:30:41.000Z",
2400
- createdById: 6,
2401
- updatedById: 3,
2402
- testdataid: 10,
2403
- orgcode: "230010",
2404
- orgname: "Medina Brothers Software LLC",
2405
- address: "472 West Market Street",
2406
- phone: "330-026-0212",
2407
- email: "murphygrace@yahoo.com",
2408
- url: "https://www.ngws.com/Books",
2409
- staffnum: 17,
2410
- regcapital: 74.6449,
2411
- paidcapital: 281.953,
2412
- insuranceratio: 26.67,
2413
- isenable: true,
2414
- status_singleselect: "2",
2415
- range_multipleselect: ["F3134", "I3006", "I3007", "I3008", "I3011", "I3014", "I3034", "L2032", "M2070", "P1029"],
2416
- status_radio: "8",
2417
- range_check: ["F3134", "I3007", "I3008", "I3011", "I3012", "I3014", "I3027", "L2095", "P1029"],
2418
- establishdate: "2023-01-25T11:54:37.000Z"
2419
- },
2420
- {
2421
- createdAt: "2023-08-15T23:23:20.000Z",
2422
- updatedAt: "2023-05-09T00:00:10.000Z",
2423
- createdById: 1,
2424
- updatedById: 3,
2425
- testdataid: 36,
2426
- orgcode: "440036",
2427
- orgname: "\u674E\u8A18\u7535\u5B50\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2428
- address: "750 Lark Street",
2429
- phone: "838-441-5793",
2430
- email: "ryonishimura530@gmail.com",
2431
- url: "https://image.cwk.biz/Baby",
2432
- staffnum: 88,
2433
- regcapital: 292.6699,
2434
- paidcapital: 223.948,
2435
- insuranceratio: 36.35,
2436
- isenable: true,
2437
- status_singleselect: "5",
2438
- range_multipleselect: ["I3006", "I3007", "I3010", "I3011", "I3012", "I3032", "I3034", "L2032", "L2095", "P1029"],
2439
- status_radio: "4",
2440
- range_check: ["I3007", "I3008", "I3012", "I3014", "L2032", "O3010"],
2441
- establishdate: null
2442
- },
2443
- {
2444
- createdAt: "2023-03-24T11:13:11.000Z",
2445
- updatedAt: "2023-06-02T14:17:58.000Z",
2446
- createdById: 10,
2447
- updatedById: 4,
2448
- testdataid: 51,
2449
- orgcode: "550051",
2450
- orgname: "\u80E1\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2451
- address: "\u897F\u57CE\u533A\u590D\u5174\u95E8\u5185\u5927\u8857438\u53F7",
2452
- phone: "137-8041-7460",
2453
- email: "saumankwo@mail.com",
2454
- url: "https://auth.csoto.net/Others",
2455
- staffnum: null,
2456
- regcapital: 51.757,
2457
- paidcapital: 67.2645,
2458
- insuranceratio: 29.38,
2459
- isenable: true,
2460
- status_singleselect: "4",
2461
- range_multipleselect: ["I3006", "I3007", "I3008", "I3011", "I3012", "I3014", "I3027", "I3032", "I3034"],
2462
- status_radio: "7",
2463
- range_check: ["F3134", "I3006", "I3008", "I3010", "I3011", "I3014", "I3032", "L2032", "O3010", "P1029"],
2464
- establishdate: "2021-01-02T11:44:41.000Z"
2465
- },
2466
- {
2467
- createdAt: "2023-04-02T04:03:53.000Z",
2468
- updatedAt: "2023-06-14T12:56:19.000Z",
2469
- createdById: 6,
2470
- updatedById: 1,
2471
- testdataid: 59,
2472
- orgcode: "210059",
2473
- orgname: "\u9676\u8A18\u5236\u836F\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2474
- address: null,
2475
- phone: "179-0776-0684",
2476
- email: "yuto426@gmail.com",
2477
- url: "http://drive.pati.co.jp/ArtsHandicraftsSewing",
2478
- staffnum: 154,
2479
- regcapital: null,
2480
- paidcapital: 78.4742,
2481
- insuranceratio: 51.93,
2482
- isenable: true,
2483
- status_singleselect: "1",
2484
- range_multipleselect: ["F3134", "I3010", "I3011", "I3012", "I3014", "M2070", "O3010", "P1029"],
2485
- status_radio: "7",
2486
- range_check: ["F3134", "I3006", "I3007", "I3010", "I3027", "I3032", "I3034", "L2095", "M2070"],
2487
- establishdate: "2023-01-31T01:55:31.000Z"
2488
- },
2489
- {
2490
- createdAt: "2023-03-02T08:06:09.000Z",
2491
- updatedAt: "2023-07-10T02:25:11.741Z",
2492
- createdById: 7,
2493
- updatedById: null,
2494
- testdataid: 73,
2495
- orgcode: "410073",
2496
- orgname: "\u6653\u660E\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2497
- address: "696 North Michigan Ave",
2498
- phone: "312-545-7935",
2499
- email: "jocox1229@outlook.com",
2500
- url: null,
2501
- staffnum: 181,
2502
- regcapital: 208.5642,
2503
- paidcapital: 124.9526,
2504
- insuranceratio: 88.64,
2505
- isenable: true,
2506
- status_singleselect: "6",
2507
- range_multipleselect: ["F3134", "I3006", "I3008", "I3010", "I3014", "I3034", "L2095", "P1029"],
2508
- status_radio: "2",
2509
- range_check: ["F3134", "I3006", "I3008", "I3010", "I3011", "I3014", "I3027", "I3032", "L2095", "M2070", "O3010"],
2510
- establishdate: null
2511
- },
2512
- {
2513
- createdAt: "2023-03-25T22:18:26.000Z",
2514
- updatedAt: "2023-06-27T06:57:51.000Z",
2515
- createdById: 5,
2516
- updatedById: 3,
2517
- testdataid: 5,
2518
- orgcode: "630005",
2519
- orgname: "Grant's Network Systems LLC",
2520
- address: "\u6210\u534E\u533A\u53CC\u5E86\u8DEF397\u53F7",
2521
- phone: "149-8059-2712",
2522
- email: "turneal@gmail.com",
2523
- url: "http://auth.fujr.jp/Food",
2524
- staffnum: 193,
2525
- regcapital: 116.4198,
2526
- paidcapital: 267.387,
2527
- insuranceratio: 62.02,
2528
- isenable: true,
2529
- status_singleselect: "3",
2530
- range_multipleselect: ["F3134", "I3006", "I3007", "I3008", "I3010", "I3012", "I3014", "I3032", "I3034", "L2032"],
2531
- status_radio: "6",
2532
- range_check: ["I3006", "I3027", "L2095", "P1029"],
2533
- establishdate: "2023-09-09T15:50:04.000Z"
2534
- },
2535
- {
2536
- createdAt: "2023-07-13T05:22:20.000Z",
2537
- updatedAt: "2023-08-11T12:32:14.000Z",
2538
- createdById: 3,
2539
- updatedById: 6,
2540
- testdataid: 29,
2541
- orgcode: "440029",
2542
- orgname: "Thomas Brothers Pharmaceutical Inc.",
2543
- address: "472 West Market Street",
2544
- phone: "330-960-6930",
2545
- email: "shirleypay@yahoo.com",
2546
- url: "http://auth.jiang1103.jp/CollectiblesFineArt",
2547
- staffnum: 68,
2548
- regcapital: 4.9611,
2549
- paidcapital: 142.3588,
2550
- insuranceratio: 40.34,
2551
- isenable: true,
2552
- status_singleselect: "7",
2553
- range_multipleselect: ["F3134", "I3008", "I3010", "I3034", "L2032", "M2070", "O3010"],
2554
- status_radio: "3",
2555
- range_check: ["F3134", "I3010", "I3011", "I3012", "I3014", "I3027", "O3010", "P1029"],
2556
- establishdate: "2021-09-05T07:53:50.000Z"
2557
- },
2558
- {
2559
- createdAt: "2023-08-04T12:20:48.000Z",
2560
- updatedAt: "2023-05-02T21:09:34.000Z",
2561
- createdById: 3,
2562
- updatedById: 4,
2563
- testdataid: 95,
2564
- orgcode: "350095",
2565
- orgname: "\u9648\u8A18\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2566
- address: "268 Bergen St",
2567
- phone: "718-862-1720",
2568
- email: "yara1953@gmail.com",
2569
- url: "https://auth.riverae.jp/PetSupplies",
2570
- staffnum: 66,
2571
- regcapital: 282.8759,
2572
- paidcapital: 67.7269,
2573
- insuranceratio: 46.59,
2574
- isenable: null,
2575
- status_singleselect: "6",
2576
- range_multipleselect: ["I3006", "I3007", "I3010", "I3011", "I3012", "I3014", "I3027", "L2032", "M2070"],
2577
- status_radio: "3",
2578
- range_check: ["I3006", "I3010", "I3011", "I3014", "I3027", "I3034", "P1029"],
2579
- establishdate: "2021-11-25T14:56:54.000Z"
2580
- },
2581
- {
2582
- createdAt: "2023-05-01T17:43:16.000Z",
2583
- updatedAt: "2023-08-20T08:30:36.000Z",
2584
- createdById: 1,
2585
- updatedById: 4,
2586
- testdataid: 8,
2587
- orgcode: "540008",
2588
- orgname: "Christine Communications Inc.",
2589
- address: "630 Canal Street",
2590
- phone: "212-162-6691",
2591
- email: "hazelcraw@yahoo.com",
2592
- url: "http://auth.jialunhu.xyz/Others",
2593
- staffnum: 47,
2594
- regcapital: 140.3844,
2595
- paidcapital: 236.435,
2596
- insuranceratio: 51.21,
2597
- isenable: true,
2598
- status_singleselect: "7",
2599
- range_multipleselect: ["I3006", "I3007", "I3008", "I3014", "I3032", "L2095", "O3010"],
2600
- status_radio: "7",
2601
- range_check: ["I3008", "I3010", "I3032", "L2032", "M2070", "O3010"],
2602
- establishdate: "2021-11-09T15:13:33.000Z"
2603
- },
2604
- {
2605
- createdAt: "2023-06-20T03:38:25.000Z",
2606
- updatedAt: "2023-06-28T02:29:27.000Z",
2607
- createdById: 10,
2608
- updatedById: 5,
2609
- testdataid: 57,
2610
- orgcode: "130057",
2611
- orgname: "Bobby Inc.",
2612
- address: "631 Huaxia St, Jinghua Shangquan",
2613
- phone: "167-3235-8699",
2614
- email: "zhend@gmail.com",
2615
- url: "http://drive.yunxi2015.biz/ClothingShoesandJewelry",
2616
- staffnum: 161,
2617
- regcapital: 20.9988,
2618
- paidcapital: 188.2148,
2619
- insuranceratio: 74.21,
2620
- isenable: true,
2621
- status_singleselect: "8",
2622
- range_multipleselect: ["F3134", "I3006", "I3010", "I3011", "I3012", "I3014", "I3034", "L2032", "O3010", "P1029"],
2623
- status_radio: "3",
2624
- range_check: null,
2625
- establishdate: "2023-04-27T11:30:53.000Z"
2626
- },
2627
- {
2628
- createdAt: "2023-04-21T22:18:05.000Z",
2629
- updatedAt: "2023-05-02T02:52:18.000Z",
2630
- createdById: 4,
2631
- updatedById: 8,
2632
- testdataid: 60,
2633
- orgcode: "440060",
2634
- orgname: "Wilson Engineering LLC",
2635
- address: "894 Jianxiang Rd, Pudong",
2636
- phone: "147-8272-9832",
2637
- email: "hmwong@icloud.com",
2638
- url: "https://drive.ayano303.jp/Beauty",
2639
- staffnum: null,
2640
- regcapital: 129.6063,
2641
- paidcapital: 211.5024,
2642
- insuranceratio: 50.02,
2643
- isenable: true,
2644
- status_singleselect: "4",
2645
- range_multipleselect: ["I3010", "I3012", "I3027", "I3034", "L2032", "M2070"],
2646
- status_radio: "2",
2647
- range_check: ["I3006", "I3007", "I3010", "I3011", "I3012", "I3034", "L2032", "L2095", "M2070", "P1029"],
2648
- establishdate: "2023-02-02T04:12:05.000Z"
2649
- },
2650
- {
2651
- createdAt: "2023-03-07T17:22:42.000Z",
2652
- updatedAt: "2023-05-17T00:30:59.000Z",
2653
- createdById: 9,
2654
- updatedById: 7,
2655
- testdataid: 28,
2656
- orgcode: "140028",
2657
- orgname: "\u5609\u4F26\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2658
- address: "189 West Market Street",
2659
- phone: "330-159-6349",
2660
- email: "hotheod@gmail.com",
2661
- url: "https://drive.warren98.biz/CellPhonesAccessories",
2662
- staffnum: 95,
2663
- regcapital: 35.1485,
2664
- paidcapital: 60.3831,
2665
- insuranceratio: 21.62,
2666
- isenable: null,
2667
- status_singleselect: "6",
2668
- range_multipleselect: [
2669
- "F3134",
2670
- "I3006",
2671
- "I3008",
2672
- "I3010",
2673
- "I3011",
2674
- "I3012",
2675
- "I3032",
2676
- "L2032",
2677
- "L2095",
2678
- "M2070",
2679
- "O3010",
2680
- "P1029"
2681
- ],
2682
- status_radio: "5",
2683
- range_check: ["F3134", "I3008", "I3010", "I3011", "I3034", "P1029"],
2684
- establishdate: "2022-01-13T23:52:05.000Z"
2685
- },
2686
- {
2687
- createdAt: "2023-04-26T13:15:06.000Z",
2688
- updatedAt: "2023-07-13T07:01:14.000Z",
2689
- createdById: 1,
2690
- updatedById: 1,
2691
- testdataid: 49,
2692
- orgcode: "150049",
2693
- orgname: "Owens Brothers Software LLC",
2694
- address: "422 W Ring Rd, Buji Town, Longgang",
2695
- phone: "755-057-2623",
2696
- email: "zhanglan@gmail.com",
2697
- url: "http://www.sotogregory502.org/ArtsHandicraftsSewing",
2698
- staffnum: 130,
2699
- regcapital: 46.1374,
2700
- paidcapital: 3.4208,
2701
- insuranceratio: 80.43,
2702
- isenable: null,
2703
- status_singleselect: "7",
2704
- range_multipleselect: ["I3007", "I3012", "I3027", "I3032", "L2095", "O3010", "P1029"],
2705
- status_radio: "4",
2706
- range_check: ["F3134", "I3007", "I3010", "I3011", "I3027", "I3032", "I3034", "L2032"],
2707
- establishdate: "2022-11-07T06:43:42.000Z"
2708
- },
2709
- {
2710
- createdAt: "2023-08-25T07:59:57.000Z",
2711
- updatedAt: "2023-08-30T00:27:44.000Z",
2712
- createdById: 0,
2713
- updatedById: 8,
2714
- testdataid: 12,
2715
- orgcode: "150012",
2716
- orgname: "\u5F20\u8A18\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2717
- address: "531 4th Section Renmin South Road, Jinjiang District",
2718
- phone: "28-987-2142",
2719
- email: "tsubasayamaz5@outlook.com",
2720
- url: null,
2721
- staffnum: 188,
2722
- regcapital: 282.0915,
2723
- paidcapital: 230.6067,
2724
- insuranceratio: 24.06,
2725
- isenable: true,
2726
- status_singleselect: "1",
2727
- range_multipleselect: ["I3011", "I3012", "L2032", "L2095", "M2070", "O3010", "P1029"],
2728
- status_radio: "7",
2729
- range_check: ["F3134", "I3007", "I3008", "I3010", "I3011", "I3012", "I3014", "I3027", "I3032", "I3034", "P1029"],
2730
- establishdate: "2021-01-18T20:54:21.000Z"
2731
- },
2732
- {
2733
- createdAt: "2023-08-06T11:00:11.000Z",
2734
- updatedAt: "2023-07-10T02:25:11.737Z",
2735
- createdById: null,
2736
- updatedById: null,
2737
- testdataid: 47,
2738
- orgcode: "620047",
2739
- orgname: "Williams Brothers LLC",
2740
- address: "\u4E1C\u6CF0\u4E94\u8857621\u53F7",
2741
- phone: null,
2742
- email: "martin2002@icloud.com",
2743
- url: "https://auth.kwokwaiman.us/HouseholdKitchenAppliances",
2744
- staffnum: 78,
2745
- regcapital: 279.4844,
2746
- paidcapital: 266.3442,
2747
- insuranceratio: 32.12,
2748
- isenable: true,
2749
- status_singleselect: "1",
2750
- range_multipleselect: ["I3006", "I3007", "I3008", "I3010", "I3011", "I3027", "L2032"],
2751
- status_radio: "8",
2752
- range_check: ["F3134", "I3006", "I3007", "I3010", "I3011", "I3012", "I3027", "I3034", "L2032", "L2095", "O3010"],
2753
- establishdate: "2022-08-14T17:55:17.000Z"
2754
- },
2755
- {
2756
- createdAt: "2023-08-03T18:16:07.000Z",
2757
- updatedAt: "2023-05-11T02:43:43.000Z",
2758
- createdById: 0,
2759
- updatedById: 9,
2760
- testdataid: 69,
2761
- orgcode: "610069",
2762
- orgname: "\u81F4\u8FDC\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2763
- address: "\u9F99\u5C97\u533A\u5B66\u56ED\u4E00\u5DF7968\u53F7",
2764
- phone: "755-7571-7551",
2765
- email: "ynakagawa925@icloud.com",
2766
- url: "http://video.tzhiyuan.net/SportsOutdoor",
2767
- staffnum: 90,
2768
- regcapital: 2.7332,
2769
- paidcapital: 108.5354,
2770
- insuranceratio: 64.76,
2771
- isenable: null,
2772
- status_singleselect: "2",
2773
- range_multipleselect: ["F3134", "I3007", "I3010", "I3011", "I3012", "I3034", "O3010"],
2774
- status_radio: "2",
2775
- range_check: ["I3007", "I3008", "I3010", "I3012", "I3014", "I3032"],
2776
- establishdate: "2021-06-18T12:50:21.000Z"
2777
- },
2778
- {
2779
- createdAt: "2023-05-16T16:27:22.000Z",
2780
- updatedAt: "2023-05-13T11:17:34.000Z",
2781
- createdById: 5,
2782
- updatedById: 6,
2783
- testdataid: 80,
2784
- orgcode: "140080",
2785
- orgname: "\u777F\u8D38\u6613\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2786
- address: "\u767D\u4E91\u533A\u5C0F\u576A\u4E1C\u8DEF90\u53F7",
2787
- phone: "197-2431-7197",
2788
- email: "wuwm@icloud.com",
2789
- url: "http://drive.hz4.com/HealthBabyCare",
2790
- staffnum: 36,
2791
- regcapital: 132.0943,
2792
- paidcapital: 278.8981,
2793
- insuranceratio: 40.03,
2794
- isenable: true,
2795
- status_singleselect: "8",
2796
- range_multipleselect: ["F3134", "I3007", "I3010", "I3011", "I3032", "L2032", "L2095", "M2070"],
2797
- status_radio: "8",
2798
- range_check: ["I3006", "I3007", "I3011", "I3014", "I3034", "L2095"],
2799
- establishdate: "2021-07-12T22:04:31.000Z"
2800
- },
2801
- {
2802
- createdAt: "2023-03-16T02:59:56.000Z",
2803
- updatedAt: "2023-07-03T00:12:24.000Z",
2804
- createdById: 4,
2805
- updatedById: 6,
2806
- testdataid: 45,
2807
- orgcode: "120045",
2808
- orgname: "Adams Brothers Inc.",
2809
- address: "847 West Houston Street",
2810
- phone: "212-675-9018",
2811
- email: null,
2812
- url: "https://image.ks4.info/Handcrafts",
2813
- staffnum: null,
2814
- regcapital: 179.2233,
2815
- paidcapital: 203.447,
2816
- insuranceratio: 70.8,
2817
- isenable: true,
2818
- status_singleselect: "8",
2819
- range_multipleselect: ["I3008", "I3010", "I3012", "I3014", "I3027", "L2095", "M2070", "O3010"],
2820
- status_radio: "8",
2821
- range_check: ["F3134", "I3008", "I3012", "I3014", "I3027", "I3032", "L2095", "M2070", "P1029"],
2822
- establishdate: "2021-03-27T22:05:05.000Z"
2823
- },
2824
- {
2825
- createdAt: "2023-07-17T15:00:25.000Z",
2826
- updatedAt: "2023-05-22T19:30:52.000Z",
2827
- createdById: 8,
2828
- updatedById: 9,
2829
- testdataid: 85,
2830
- orgcode: "310085",
2831
- orgname: "\u79C0\u82F1\u7CFB\u7EDF\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2832
- address: "492 Pedway",
2833
- phone: null,
2834
- email: "huyu1@outlook.com",
2835
- url: "http://image.shilan.net/ArtsHandicraftsSewing",
2836
- staffnum: null,
2837
- regcapital: 224.7069,
2838
- paidcapital: null,
2839
- insuranceratio: 27.21,
2840
- isenable: true,
2841
- status_singleselect: "8",
2842
- range_multipleselect: ["I3008", "I3012", "I3014", "I3034", "L2095", "M2070", "P1029"],
2843
- status_radio: "1",
2844
- range_check: [
2845
- "F3134",
2846
- "I3006",
2847
- "I3007",
2848
- "I3008",
2849
- "I3010",
2850
- "I3011",
2851
- "I3032",
2852
- "I3034",
2853
- "L2032",
2854
- "L2095",
2855
- "M2070",
2856
- "O3010"
2857
- ],
2858
- establishdate: "2021-03-30T21:18:22.000Z"
2859
- },
2860
- {
2861
- createdAt: "2023-04-02T16:10:12.000Z",
2862
- updatedAt: "2023-07-10T02:25:11.740Z",
2863
- createdById: 7,
2864
- updatedById: null,
2865
- testdataid: 72,
2866
- orgcode: "350072",
2867
- orgname: "\u90B1\u8A18\u7535\u8BAF\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2868
- address: "\u767D\u4E91\u533A\u673A\u573A\u8DEF\u68E0\u82D1\u8857\u4E94\u5DF7951\u53F7",
2869
- phone: "175-9040-0888",
2870
- email: "chiuwaiwong@gmail.com",
2871
- url: null,
2872
- staffnum: 162,
2873
- regcapital: 59.8279,
2874
- paidcapital: 141.9588,
2875
- insuranceratio: 86.98,
2876
- isenable: true,
2877
- status_singleselect: "5",
2878
- range_multipleselect: ["F3134", "I3006", "I3007", "I3010", "I3011", "I3027", "I3034", "O3010"],
2879
- status_radio: "6",
2880
- range_check: null,
2881
- establishdate: "2022-01-31T21:23:17.000Z"
2882
- },
2883
- {
2884
- createdAt: "2023-05-07T01:59:43.000Z",
2885
- updatedAt: "2023-08-13T07:41:11.000Z",
2886
- createdById: 4,
2887
- updatedById: 10,
2888
- testdataid: 100,
2889
- orgcode: "310100",
2890
- orgname: "\u9648\u8A18\u53D1\u5C55\u8D38\u6613\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2891
- address: "\u73AF\u533A\u5357\u8857\u4E8C\u5DF7453\u53F7",
2892
- phone: "769-5777-9743",
2893
- email: "siu817@icloud.com",
2894
- url: "https://auth.donfreem506.org/SportsOutdoor",
2895
- staffnum: 193,
2896
- regcapital: 264.7365,
2897
- paidcapital: 32.0125,
2898
- insuranceratio: 46.66,
2899
- isenable: null,
2900
- status_singleselect: "7",
2901
- range_multipleselect: null,
2902
- status_radio: "7",
2903
- range_check: ["F3134", "I3006", "I3011", "I3027", "I3034", "O3010", "P1029"],
2904
- establishdate: "2023-05-23T04:27:32.000Z"
2905
- },
2906
- {
2907
- createdAt: "2023-08-01T08:19:39.000Z",
2908
- updatedAt: "2023-07-17T02:48:36.000Z",
2909
- createdById: 3,
2910
- updatedById: 5,
2911
- testdataid: 30,
2912
- orgcode: "550030",
2913
- orgname: "\u5B50\u5F02\u6280\u672F\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2914
- address: "\u6210\u534E\u533A\u4E8C\u4ED9\u6865\u4E1C\u4E09\u8DEF698\u53F7",
2915
- phone: null,
2916
- email: null,
2917
- url: "https://drive.patterson44.net/ArtsHandicraftsSewing",
2918
- staffnum: null,
2919
- regcapital: 88.4317,
2920
- paidcapital: 232.3953,
2921
- insuranceratio: 88.86,
2922
- isenable: true,
2923
- status_singleselect: "6",
2924
- range_multipleselect: ["I3007", "L2032", "L2095", "M2070", "P1029"],
2925
- status_radio: "7",
2926
- range_check: ["F3134", "I3011", "I3032"],
2927
- establishdate: "2022-01-26T08:14:41.000Z"
2928
- },
2929
- {
2930
- createdAt: "2023-07-20T08:54:02.000Z",
2931
- updatedAt: "2023-06-15T20:12:54.000Z",
2932
- createdById: 6,
2933
- updatedById: 8,
2934
- testdataid: 75,
2935
- orgcode: "310075",
2936
- orgname: "\u6B66\u8A18\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2937
- address: "545 Rush Street",
2938
- phone: "312-022-1358",
2939
- email: "xiuying1125@hotmail.com",
2940
- url: "https://video.zhezi.jp/Books",
2941
- staffnum: 197,
2942
- regcapital: 136.3425,
2943
- paidcapital: 96.297,
2944
- insuranceratio: 28.79,
2945
- isenable: true,
2946
- status_singleselect: "6",
2947
- range_multipleselect: ["I3008", "I3012", "I3034", "O3010", "P1029"],
2948
- status_radio: "7",
2949
- range_check: ["F3134", "I3006", "I3007", "I3014", "I3027", "I3032", "L2095", "M2070"],
2950
- establishdate: "2021-01-26T06:55:36.000Z"
2951
- },
2952
- {
2953
- createdAt: "2023-07-12T18:10:51.000Z",
2954
- updatedAt: "2023-08-19T13:15:44.000Z",
2955
- createdById: 3,
2956
- updatedById: 1,
2957
- testdataid: 23,
2958
- orgcode: "420023",
2959
- orgname: "\u79C0\u82F1\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2960
- address: null,
2961
- phone: "330-890-8118",
2962
- email: "grahadiana1127@icloud.com",
2963
- url: "https://auth.kkin.org/CellPhonesAccessories",
2964
- staffnum: 152,
2965
- regcapital: 190.0139,
2966
- paidcapital: 274.6092,
2967
- insuranceratio: 6.39,
2968
- isenable: true,
2969
- status_singleselect: "5",
2970
- range_multipleselect: ["I3008", "I3010", "I3011", "I3012", "I3027", "L2032", "O3010", "P1029"],
2971
- status_radio: "2",
2972
- range_check: ["I3006", "I3007", "I3010", "I3012", "I3014", "I3032", "I3034", "L2095", "M2070"],
2973
- establishdate: "2023-06-21T21:47:05.000Z"
2974
- },
2975
- {
2976
- createdAt: "2023-06-30T09:34:24.000Z",
2977
- updatedAt: "2023-07-10T02:25:11.728Z",
2978
- createdById: null,
2979
- updatedById: 3,
2980
- testdataid: 26,
2981
- orgcode: "520026",
2982
- orgname: "\u94B1\u8A18\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
2983
- address: "106 S Broadway",
2984
- phone: null,
2985
- email: "hla53@gmail.com",
2986
- url: "http://drive.songzhiyuan.jp/SportsOutdoor",
2987
- staffnum: 128,
2988
- regcapital: 45.8576,
2989
- paidcapital: 49.0852,
2990
- insuranceratio: 69.17,
2991
- isenable: true,
2992
- status_singleselect: "5",
2993
- range_multipleselect: ["F3134", "I3010", "L2095", "P1029"],
2994
- status_radio: "5",
2995
- range_check: ["F3134", "I3006", "I3008", "I3010", "I3027", "I3032", "L2095", "O3010"],
2996
- establishdate: "2022-03-22T20:41:25.000Z"
2997
- },
2998
- {
2999
- createdAt: "2023-05-24T19:59:54.000Z",
3000
- updatedAt: "2023-08-20T10:07:16.000Z",
3001
- createdById: 8,
3002
- updatedById: 3,
3003
- testdataid: 37,
3004
- orgcode: "620037",
3005
- orgname: "Cindy Logistic Inc.",
3006
- address: "791 Columbia St",
3007
- phone: "718-173-2935",
3008
- email: "satoyuna2@yahoo.com",
3009
- url: "https://www.yunxi8.cn/MusicalInstrument",
3010
- staffnum: 6,
3011
- regcapital: 39.6587,
3012
- paidcapital: 118.6882,
3013
- insuranceratio: 25.94,
3014
- isenable: true,
3015
- status_singleselect: "2",
3016
- range_multipleselect: ["F3134", "I3007", "I3008", "I3012", "L2032", "L2095", "O3010"],
3017
- status_radio: "5",
3018
- range_check: null,
3019
- establishdate: null
3020
- },
3021
- {
3022
- createdAt: "2023-07-10T12:04:12.000Z",
3023
- updatedAt: "2023-07-10T02:25:11.742Z",
3024
- createdById: 6,
3025
- updatedById: null,
3026
- testdataid: 78,
3027
- orgcode: "140078",
3028
- orgname: "\u9646\u8A18\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3029
- address: "578 Xiaoping E Rd, Baiyun ",
3030
- phone: "155-0484-9694",
3031
- email: "fukudahikari@gmail.com",
3032
- url: "https://auth.gibsondon.us/CollectiblesFineArt",
3033
- staffnum: 79,
3034
- regcapital: 21.868,
3035
- paidcapital: 252.1746,
3036
- insuranceratio: 58.72,
3037
- isenable: true,
3038
- status_singleselect: "8",
3039
- range_multipleselect: ["I3010", "I3032", "L2032", "L2095", "O3010", "P1029"],
3040
- status_radio: "5",
3041
- range_check: ["F3134", "I3008", "I3010", "I3012", "I3027", "I3034", "L2032", "M2070", "P1029"],
3042
- establishdate: "2021-04-16T16:14:38.000Z"
3043
- },
3044
- {
3045
- createdAt: "2023-07-05T20:02:07.000Z",
3046
- updatedAt: "2023-05-27T21:16:46.000Z",
3047
- createdById: 10,
3048
- updatedById: 5,
3049
- testdataid: 71,
3050
- orgcode: "630071",
3051
- orgname: "\u6653\u660E\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3052
- address: "19 West Chang'an Avenue, Xicheng District",
3053
- phone: "156-1137-8442",
3054
- email: "sakurai46@icloud.com",
3055
- url: "https://auth.xiaoming1223.cn/Beauty",
3056
- staffnum: 82,
3057
- regcapital: 250.4023,
3058
- paidcapital: 186.6815,
3059
- insuranceratio: 95.41,
3060
- isenable: true,
3061
- status_singleselect: "3",
3062
- range_multipleselect: ["F3134", "I3008", "I3010", "I3011", "I3012", "I3027", "I3034", "L2032", "P1029"],
3063
- status_radio: "7",
3064
- range_check: ["I3006", "I3007", "I3010", "I3011", "I3014", "I3027", "I3032", "I3034", "L2032", "O3010"],
3065
- establishdate: "2022-11-27T14:02:00.000Z"
3066
- },
3067
- {
3068
- createdAt: "2023-04-03T11:41:58.000Z",
3069
- updatedAt: "2023-07-25T07:08:25.000Z",
3070
- createdById: 4,
3071
- updatedById: 5,
3072
- testdataid: 53,
3073
- orgcode: "420053",
3074
- orgname: "\u777F\u5DE5\u4E1A\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3075
- address: "914 Xiaoping E Rd, Baiyun ",
3076
- phone: "20-439-3781",
3077
- email: "lucimoreno@outlook.com",
3078
- url: "https://www.lanwang1968.biz/BaggageTravelEquipment",
3079
- staffnum: 138,
3080
- regcapital: 176.73,
3081
- paidcapital: 238.5599,
3082
- insuranceratio: 0.32,
3083
- isenable: true,
3084
- status_singleselect: "8",
3085
- range_multipleselect: ["I3008", "I3014", "I3027", "I3032", "L2032", "O3010"],
3086
- status_radio: "1",
3087
- range_check: ["I3007", "I3008", "I3010", "I3011", "I3027", "M2070", "O3010", "P1029"],
3088
- establishdate: "2021-04-22T09:11:54.000Z"
3089
- },
3090
- {
3091
- createdAt: "2023-04-12T12:17:12.000Z",
3092
- updatedAt: "2023-08-28T05:02:11.000Z",
3093
- createdById: 3,
3094
- updatedById: 5,
3095
- testdataid: 70,
3096
- orgcode: "620070",
3097
- orgname: "\u5510\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3098
- address: "449 East Alley",
3099
- phone: "614-258-2477",
3100
- email: "swtong17@gmail.com",
3101
- url: "https://www.colesherr5.us/FilmSupplies",
3102
- staffnum: 42,
3103
- regcapital: 232.1782,
3104
- paidcapital: 280.8157,
3105
- insuranceratio: 20.07,
3106
- isenable: true,
3107
- status_singleselect: "7",
3108
- range_multipleselect: ["F3134", "I3007", "I3008", "I3012", "I3034", "L2095", "P1029"],
3109
- status_radio: "6",
3110
- range_check: ["I3010", "I3027", "I3032", "O3010"],
3111
- establishdate: "2023-10-29T00:43:12.000Z"
3112
- },
3113
- {
3114
- createdAt: "2023-04-13T23:19:56.000Z",
3115
- updatedAt: "2023-08-08T03:08:04.000Z",
3116
- createdById: 3,
3117
- updatedById: 6,
3118
- testdataid: 9,
3119
- orgcode: "630009",
3120
- orgname: "\u5218\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3121
- address: "917 Alameda Street",
3122
- phone: "213-743-6878",
3123
- email: "huimeiwong1127@icloud.com",
3124
- url: "https://image.rinkond1.co.jp/IndustrialScientificSupplies",
3125
- staffnum: 190,
3126
- regcapital: 264.891,
3127
- paidcapital: 249.9184,
3128
- insuranceratio: 54.71,
3129
- isenable: true,
3130
- status_singleselect: "8",
3131
- range_multipleselect: null,
3132
- status_radio: "3",
3133
- range_check: ["F3134", "I3007", "I3010", "I3012", "I3014", "I3032", "I3034", "L2095", "P1029"],
3134
- establishdate: "2023-08-22T00:30:45.000Z"
3135
- },
3136
- {
3137
- createdAt: "2023-06-21T00:53:37.000Z",
3138
- updatedAt: "2023-05-24T10:30:53.000Z",
3139
- createdById: 1,
3140
- updatedById: 10,
3141
- testdataid: 24,
3142
- orgcode: "140024",
3143
- orgname: "\u79C0\u82F1\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3144
- address: "208 North Michigan Ave",
3145
- phone: "312-222-4942",
3146
- email: "sitls@outlook.com",
3147
- url: "https://auth.ededward.co.jp/ClothingShoesandJewelry",
3148
- staffnum: null,
3149
- regcapital: 11.602,
3150
- paidcapital: 289.2036,
3151
- insuranceratio: 19.3,
3152
- isenable: true,
3153
- status_singleselect: "4",
3154
- range_multipleselect: ["I3007", "I3010", "I3011", "I3012", "I3032", "I3034", "L2095", "O3010"],
3155
- status_radio: "2",
3156
- range_check: ["F3134", "I3007", "I3012", "I3014", "I3027", "L2032", "O3010", "P1029"],
3157
- establishdate: "2023-04-14T10:31:47.000Z"
3158
- },
3159
- {
3160
- createdAt: "2023-08-20T18:44:46.000Z",
3161
- updatedAt: "2023-07-09T19:37:01.000Z",
3162
- createdById: 7,
3163
- updatedById: 4,
3164
- testdataid: 15,
3165
- orgcode: "150015",
3166
- orgname: "Doris LLC",
3167
- address: "\u6D77\u73E0\u533A\u6C5F\u5357\u897F\u8DEF205\u53F7",
3168
- phone: "152-0553-7772",
3169
- email: "onkay5@icloud.com",
3170
- url: "http://auth.yuningshi.cn/Baby",
3171
- staffnum: 51,
3172
- regcapital: 62.3067,
3173
- paidcapital: 243.9179,
3174
- insuranceratio: 65.83,
3175
- isenable: true,
3176
- status_singleselect: "1",
3177
- range_multipleselect: ["I3007", "I3014", "I3032", "L2095", "M2070", "P1029"],
3178
- status_radio: "8",
3179
- range_check: ["I3007", "I3010", "I3011", "I3014", "I3032", "M2070", "O3010"],
3180
- establishdate: "2021-12-17T06:08:17.000Z"
3181
- },
3182
- {
3183
- createdAt: "2023-07-08T09:41:18.000Z",
3184
- updatedAt: "2023-08-04T03:25:41.000Z",
3185
- createdById: 9,
3186
- updatedById: 8,
3187
- testdataid: 11,
3188
- orgcode: "230011",
3189
- orgname: "Alexander Trading Inc.",
3190
- address: "21 4th Section Renmin South Road, Jinjiang District",
3191
- phone: "28-964-2526",
3192
- email: "stewart324@gmail.com",
3193
- url: null,
3194
- staffnum: 74,
3195
- regcapital: 205.9118,
3196
- paidcapital: 252.7905,
3197
- insuranceratio: 32.57,
3198
- isenable: true,
3199
- status_singleselect: "4",
3200
- range_multipleselect: ["F3134", "I3006", "I3010", "I3011", "I3014", "I3027", "I3032", "L2095", "M2070"],
3201
- status_radio: "4",
3202
- range_check: ["F3134", "I3006", "I3010", "I3011", "I3034", "L2032", "L2095", "M2070", "O3010", "P1029"],
3203
- establishdate: "2022-10-25T03:57:53.000Z"
3204
- },
3205
- {
3206
- createdAt: "2023-06-10T01:08:46.000Z",
3207
- updatedAt: "2023-08-18T23:07:28.000Z",
3208
- createdById: 6,
3209
- updatedById: 8,
3210
- testdataid: 58,
3211
- orgcode: "340058",
3212
- orgname: "Frank Software LLC",
3213
- address: "\u5929\u6CB3\u533A\u5929\u6CB3\u8DEF330\u53F7",
3214
- phone: "165-2214-3345",
3215
- email: "crystortiz8@icloud.com",
3216
- url: "https://auth.richardlee7.co.jp/ClothingShoesandJewelry",
3217
- staffnum: 180,
3218
- regcapital: 17.056,
3219
- paidcapital: 156.8234,
3220
- insuranceratio: 67.28,
3221
- isenable: null,
3222
- status_singleselect: "1",
3223
- range_multipleselect: ["I3006", "I3007", "I3008", "I3011", "I3032", "L2032", "L2095", "O3010"],
3224
- status_radio: "6",
3225
- range_check: ["F3134", "I3006", "I3010", "I3011", "I3012", "I3014", "I3027", "I3032", "I3034", "L2032", "L2095"],
3226
- establishdate: "2021-02-13T02:03:49.000Z"
3227
- },
3228
- {
3229
- createdAt: "2023-07-01T15:28:34.000Z",
3230
- updatedAt: "2023-07-10T02:25:11.726Z",
3231
- createdById: null,
3232
- updatedById: 5,
3233
- testdataid: 39,
3234
- orgcode: "510039",
3235
- orgname: "\u9F9A\u7535\u8BAF\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3236
- address: "365 Central Avenue",
3237
- phone: "838-434-4757",
3238
- email: "barnicholas@gmail.com",
3239
- url: "http://www.lokht1970.info/CDsVinyl",
3240
- staffnum: 83,
3241
- regcapital: 21.7374,
3242
- paidcapital: 120.7973,
3243
- insuranceratio: 47.33,
3244
- isenable: true,
3245
- status_singleselect: "1",
3246
- range_multipleselect: ["F3134", "I3007", "I3011", "I3034", "L2095"],
3247
- status_radio: "7",
3248
- range_check: ["I3006", "I3032", "L2095", "P1029"],
3249
- establishdate: "2022-01-02T12:32:43.000Z"
3250
- },
3251
- {
3252
- createdAt: "2023-04-03T15:27:23.000Z",
3253
- updatedAt: "2023-05-29T18:51:28.000Z",
3254
- createdById: 1,
3255
- updatedById: 10,
3256
- testdataid: 18,
3257
- orgcode: "120018",
3258
- orgname: "\u80E1\u5DE5\u7A0B\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3259
- address: "279 Zhongshan 5th Rd, Zimaling Shangquan",
3260
- phone: "190-4080-9140",
3261
- email: "guanqi@icloud.com",
3262
- url: "http://www.nancyha5.us/CDsVinyl",
3263
- staffnum: 112,
3264
- regcapital: 144.4962,
3265
- paidcapital: 145.2596,
3266
- insuranceratio: 14.18,
3267
- isenable: null,
3268
- status_singleselect: "1",
3269
- range_multipleselect: null,
3270
- status_radio: "5",
3271
- range_check: ["F3134", "I3008", "I3014", "M2070", "O3010"],
3272
- establishdate: "2023-04-21T15:43:03.000Z"
3273
- },
3274
- {
3275
- createdAt: "2023-06-18T11:53:30.000Z",
3276
- updatedAt: "2023-08-03T11:12:45.000Z",
3277
- createdById: 0,
3278
- updatedById: 7,
3279
- testdataid: 79,
3280
- orgcode: "130079",
3281
- orgname: "\u5362\u8A18\u5DE5\u4E1A\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3282
- address: "\u5751\u7F8E\u5341\u4E94\u5DF7202\u53F7",
3283
- phone: "769-6447-1441",
3284
- email: null,
3285
- url: "https://www.simmons96.org/Appliances",
3286
- staffnum: 144,
3287
- regcapital: 207.3241,
3288
- paidcapital: 128.2934,
3289
- insuranceratio: 13.18,
3290
- isenable: true,
3291
- status_singleselect: "6",
3292
- range_multipleselect: ["I3007", "I3008", "I3011", "I3014", "I3027", "I3034", "L2032", "L2095"],
3293
- status_radio: "7",
3294
- range_check: ["I3006", "I3008", "I3010", "I3014", "M2070", "O3010"],
3295
- establishdate: "2021-05-10T10:57:24.000Z"
3296
- },
3297
- {
3298
- createdAt: "2023-08-16T10:27:52.000Z",
3299
- updatedAt: "2023-07-10T02:25:11.725Z",
3300
- createdById: null,
3301
- updatedById: 4,
3302
- testdataid: 63,
3303
- orgcode: "320063",
3304
- orgname: "Perry Pharmaceutical LLC",
3305
- address: "\u623F\u5C71\u533A\u5CB3\u7409\u8DEF956\u53F7",
3306
- phone: null,
3307
- email: "kwyin302@hotmail.com",
3308
- url: "http://video.wingfatcha7.us/ComputersElectronics",
3309
- staffnum: 169,
3310
- regcapital: 143.6456,
3311
- paidcapital: 17.5641,
3312
- insuranceratio: 49.78,
3313
- isenable: true,
3314
- status_singleselect: "5",
3315
- range_multipleselect: ["I3007", "I3008", "I3027", "I3034", "L2095", "M2070"],
3316
- status_radio: "2",
3317
- range_check: ["F3134", "I3006", "I3014", "I3027", "I3032", "I3034", "L2032", "L2095"],
3318
- establishdate: "2021-04-22T09:53:07.000Z"
3319
- },
3320
- {
3321
- createdAt: "2023-07-10T19:32:09.000Z",
3322
- updatedAt: "2023-07-10T02:25:11.732Z",
3323
- createdById: null,
3324
- updatedById: 7,
3325
- testdataid: 94,
3326
- orgcode: "430094",
3327
- orgname: "Aguilar LLC",
3328
- address: "710 1st Ave",
3329
- phone: "718-677-4225",
3330
- email: "mchic@outlook.com",
3331
- url: "http://www.wtimothy.info/AppsGames",
3332
- staffnum: 158,
3333
- regcapital: 229.4348,
3334
- paidcapital: 248.8399,
3335
- insuranceratio: 82.42,
3336
- isenable: true,
3337
- status_singleselect: "3",
3338
- range_multipleselect: ["I3006", "I3008", "I3010", "I3011", "I3012", "I3014", "L2032", "P1029"],
3339
- status_radio: "1",
3340
- range_check: [
3341
- "I3006",
3342
- "I3007",
3343
- "I3008",
3344
- "I3012",
3345
- "I3014",
3346
- "I3027",
3347
- "I3032",
3348
- "L2032",
3349
- "L2095",
3350
- "M2070",
3351
- "O3010",
3352
- "P1029"
3353
- ],
3354
- establishdate: "2021-04-20T23:37:47.000Z"
3355
- },
3356
- {
3357
- createdAt: "2023-07-01T04:31:41.000Z",
3358
- updatedAt: "2023-05-06T19:48:18.000Z",
3359
- createdById: 6,
3360
- updatedById: 4,
3361
- testdataid: 90,
3362
- orgcode: "640090",
3363
- orgname: "Maria Communications LLC",
3364
- address: "\u6771\u57CE\u533A\u6771\u76F4\u9580\u5167\u5927\u8857160\u53F7",
3365
- phone: "10-4155-4174",
3366
- email: "keithug@gmail.com",
3367
- url: "https://auth.ayahasegawa9.net/Others",
3368
- staffnum: 195,
3369
- regcapital: 24.8107,
3370
- paidcapital: 92.6292,
3371
- insuranceratio: 67.85,
3372
- isenable: true,
3373
- status_singleselect: "8",
3374
- range_multipleselect: ["I3007", "I3008", "I3014", "I3027", "I3032", "I3034", "L2095", "M2070", "P1029"],
3375
- status_radio: "2",
3376
- range_check: ["I3006", "I3007", "I3011", "I3012", "I3014", "I3027", "L2032", "M2070", "P1029"],
3377
- establishdate: "2023-06-19T18:33:58.000Z"
3378
- },
3379
- {
3380
- createdAt: "2023-04-30T13:55:12.000Z",
3381
- updatedAt: "2023-07-10T02:25:11.739Z",
3382
- createdById: 10,
3383
- updatedById: null,
3384
- testdataid: 61,
3385
- orgcode: "640061",
3386
- orgname: "\u79C0\u82F1\u5DE5\u7A0B\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3387
- address: "\u9526\u6C5F\u533A\u4EBA\u6C11\u5357\u8DEF\u56DB\u6BB5972\u53F7",
3388
- phone: "28-8229-5494",
3389
- email: "kkakeung@hotmail.com",
3390
- url: "https://image.daisauman.co.jp/BaggageTravelEquipment",
3391
- staffnum: 169,
3392
- regcapital: 8.3627,
3393
- paidcapital: 267.237,
3394
- insuranceratio: 41.35,
3395
- isenable: true,
3396
- status_singleselect: "7",
3397
- range_multipleselect: ["F3134", "I3007", "I3011", "I3012", "I3014", "I3027", "I3032", "L2032", "L2095", "P1029"],
3398
- status_radio: "1",
3399
- range_check: ["F3134", "I3006", "I3008", "I3010", "I3014", "I3027", "I3034", "L2032", "P1029"],
3400
- establishdate: "2021-09-20T16:20:50.000Z"
3401
- },
3402
- {
3403
- createdAt: "2023-04-04T06:33:16.000Z",
3404
- updatedAt: "2023-06-11T22:08:56.000Z",
3405
- createdById: 3,
3406
- updatedById: 4,
3407
- testdataid: 1,
3408
- orgcode: "320001",
3409
- orgname: "\u5B50\u5F02\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3410
- address: "\u9526\u6C5F\u533A\u4EBA\u6C11\u5357\u8DEF\u56DB\u6BB5831\u53F7",
3411
- phone: "188-8510-5193",
3412
- email: "yamadaayato907@yahoo.com",
3413
- url: "http://video.merichardson5.biz/SportsOutdoor",
3414
- staffnum: 87,
3415
- regcapital: 224.0227,
3416
- paidcapital: 288.8069,
3417
- insuranceratio: 0.75,
3418
- isenable: true,
3419
- status_singleselect: "1",
3420
- range_multipleselect: [
3421
- "I3006",
3422
- "I3007",
3423
- "I3010",
3424
- "I3011",
3425
- "I3012",
3426
- "I3027",
3427
- "I3034",
3428
- "L2032",
3429
- "L2095",
3430
- "M2070",
3431
- "O3010"
3432
- ],
3433
- status_radio: "1",
3434
- range_check: ["F3134", "I3007", "I3010", "I3012", "I3032", "L2032", "M2070"],
3435
- establishdate: "2022-12-03T17:27:35.000Z"
3436
- },
3437
- {
3438
- createdAt: "2023-04-02T06:15:56.000Z",
3439
- updatedAt: "2023-06-20T05:21:38.000Z",
3440
- createdById: 3,
3441
- updatedById: 4,
3442
- testdataid: 38,
3443
- orgcode: "450038",
3444
- orgname: "Mills's Toy Inc.",
3445
- address: "\u6210\u534E\u533A\u4E8C\u4ED9\u6865\u4E1C\u4E09\u8DEF904\u53F7",
3446
- phone: "28-3185-9051",
3447
- email: "moria@icloud.com",
3448
- url: "https://video.sekat.net/ComputersElectronics",
3449
- staffnum: 39,
3450
- regcapital: 173.4007,
3451
- paidcapital: 38.577,
3452
- insuranceratio: 84.44,
3453
- isenable: true,
3454
- status_singleselect: "5",
3455
- range_multipleselect: ["I3011", "I3032", "L2095", "M2070", "P1029"],
3456
- status_radio: "7",
3457
- range_check: null,
3458
- establishdate: "2022-05-21T01:29:54.000Z"
3459
- },
3460
- {
3461
- createdAt: "2023-03-13T10:50:26.000Z",
3462
- updatedAt: "2023-06-01T14:40:47.000Z",
3463
- createdById: 6,
3464
- updatedById: 6,
3465
- testdataid: 14,
3466
- orgcode: "420014",
3467
- orgname: "\u5B89\u742A\u5236\u836F\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3468
- address: "986 1st Ave",
3469
- phone: "718-947-3048",
3470
- email: "powm@yahoo.com",
3471
- url: "http://drive.chengsw.co.jp/AutomotivePartsAccessories",
3472
- staffnum: 174,
3473
- regcapital: 142.9716,
3474
- paidcapital: 80.9565,
3475
- insuranceratio: 23.87,
3476
- isenable: null,
3477
- status_singleselect: "4",
3478
- range_multipleselect: ["I3006", "I3007", "I3008", "I3010", "I3011", "I3012", "I3027", "I3032", "L2032", "L2095"],
3479
- status_radio: "1",
3480
- range_check: ["F3134", "I3006", "I3010", "I3014", "I3027", "I3032", "L2032"],
3481
- establishdate: "2022-04-02T23:44:50.000Z"
3482
- },
3483
- {
3484
- createdAt: "2023-05-01T17:47:37.000Z",
3485
- updatedAt: "2023-07-11T11:57:11.000Z",
3486
- createdById: 1,
3487
- updatedById: 6,
3488
- testdataid: 7,
3489
- orgcode: "120007",
3490
- orgname: "Dawn Consultants Inc.",
3491
- address: "\u897F\u57CE\u533A\u897F\u9577\u5B89\u8857924\u53F7",
3492
- phone: "10-368-3528",
3493
- email: "onkayya@yahoo.com",
3494
- url: "http://auth.che7.us/PetSupplies",
3495
- staffnum: 18,
3496
- regcapital: 118.5422,
3497
- paidcapital: 26.4247,
3498
- insuranceratio: 3.54,
3499
- isenable: true,
3500
- status_singleselect: "2",
3501
- range_multipleselect: ["I3006", "I3007", "I3014", "I3027", "I3032", "L2095", "O3010", "P1029"],
3502
- status_radio: "2",
3503
- range_check: ["F3134", "I3010", "I3012", "I3014", "I3027", "I3034", "L2032", "P1029"],
3504
- establishdate: "2023-08-06T11:29:00.000Z"
3505
- },
3506
- {
3507
- createdAt: "2023-06-27T04:27:55.000Z",
3508
- updatedAt: "2023-07-22T04:49:39.000Z",
3509
- createdById: 5,
3510
- updatedById: 3,
3511
- testdataid: 96,
3512
- orgcode: "210096",
3513
- orgname: "Samuel Electronic Inc.",
3514
- address: "53 Dong Zhi Men, Dongcheng District",
3515
- phone: "169-1441-5592",
3516
- email: "xuyuning@mail.com",
3517
- url: "https://auth.wu76.cn/Baby",
3518
- staffnum: 195,
3519
- regcapital: 39.701,
3520
- paidcapital: 207.4876,
3521
- insuranceratio: 94.68,
3522
- isenable: true,
3523
- status_singleselect: "7",
3524
- range_multipleselect: ["F3134", "I3007", "I3010", "I3027", "I3032", "L2095", "M2070", "P1029"],
3525
- status_radio: "8",
3526
- range_check: ["I3006", "I3034", "L2032", "L2095"],
3527
- establishdate: "2021-05-01T13:11:18.000Z"
3528
- },
3529
- {
3530
- createdAt: "2023-06-12T05:43:49.000Z",
3531
- updatedAt: "2023-07-17T08:15:07.000Z",
3532
- createdById: 6,
3533
- updatedById: 5,
3534
- testdataid: 40,
3535
- orgcode: "230040",
3536
- orgname: "Johnny LLC",
3537
- address: "788 Shennan Ave, Futian District",
3538
- phone: "755-593-2881",
3539
- email: "hjo@mail.com",
3540
- url: null,
3541
- staffnum: 137,
3542
- regcapital: 24.5385,
3543
- paidcapital: 250.5823,
3544
- insuranceratio: 52.25,
3545
- isenable: true,
3546
- status_singleselect: "2",
3547
- range_multipleselect: ["F3134", "I3007", "I3010", "I3011", "I3014", "I3032", "L2032", "L2095", "M2070"],
3548
- status_radio: "4",
3549
- range_check: ["I3007", "I3010", "I3014", "I3027", "I3032", "I3034", "L2095", "M2070", "O3010", "P1029"],
3550
- establishdate: "2023-11-17T21:46:14.000Z"
3551
- },
3552
- {
3553
- createdAt: "2023-06-15T06:41:01.000Z",
3554
- updatedAt: "2023-06-17T00:51:49.000Z",
3555
- createdById: 8,
3556
- updatedById: 5,
3557
- testdataid: 42,
3558
- orgcode: "630042",
3559
- orgname: "Griffin Brothers Logistic Inc.",
3560
- address: "197 Grape Street",
3561
- phone: "213-126-7992",
3562
- email: "zitaowan1971@outlook.com",
3563
- url: "https://image.parkerdiane.net/Others",
3564
- staffnum: 26,
3565
- regcapital: 251.177,
3566
- paidcapital: 292.6008,
3567
- insuranceratio: 79.99,
3568
- isenable: true,
3569
- status_singleselect: "6",
3570
- range_multipleselect: ["F3134", "I3006", "I3007", "I3011", "I3034", "L2032", "L2095", "O3010", "P1029"],
3571
- status_radio: "1",
3572
- range_check: ["F3134", "I3011", "I3012", "I3027", "I3032", "P1029"],
3573
- establishdate: "2022-10-06T20:13:52.000Z"
3574
- },
3575
- {
3576
- createdAt: "2023-03-04T18:03:54.000Z",
3577
- updatedAt: "2023-08-07T00:59:00.000Z",
3578
- createdById: 5,
3579
- updatedById: 1,
3580
- testdataid: 52,
3581
- orgcode: "650052",
3582
- orgname: "\u675C\u5DE5\u7A0B\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3583
- address: "924 Wooster Street",
3584
- phone: "212-656-1851",
3585
- email: "sakamoto303@icloud.com",
3586
- url: "http://drive.waiman1946.biz/ClothingShoesandJewelry",
3587
- staffnum: 149,
3588
- regcapital: 85.2739,
3589
- paidcapital: 47.86,
3590
- insuranceratio: 5.24,
3591
- isenable: true,
3592
- status_singleselect: "1",
3593
- range_multipleselect: ["I3007", "I3008", "I3012", "I3014", "I3027", "I3032", "I3034", "L2095", "M2070", "P1029"],
3594
- status_radio: "8",
3595
- range_check: ["I3007", "I3010", "I3012", "I3027", "I3032", "I3034", "L2032", "L2095", "M2070"],
3596
- establishdate: "2021-04-22T06:26:45.000Z"
3597
- },
3598
- {
3599
- createdAt: "2023-04-01T16:13:17.000Z",
3600
- updatedAt: "2023-05-22T09:24:17.000Z",
3601
- createdById: 8,
3602
- updatedById: 10,
3603
- testdataid: 6,
3604
- orgcode: "630006",
3605
- orgname: "Jacob Telecommunication LLC",
3606
- address: "\u4E1C\u6CF0\u4E94\u8857968\u53F7",
3607
- phone: "769-163-0302",
3608
- email: "ikiw@gmail.com",
3609
- url: "http://www.wmsiu.cn/ClothingShoesandJewelry",
3610
- staffnum: 129,
3611
- regcapital: 28.8318,
3612
- paidcapital: 17.9883,
3613
- insuranceratio: 87.39,
3614
- isenable: true,
3615
- status_singleselect: "1",
3616
- range_multipleselect: ["I3006", "I3007", "I3008", "I3012", "I3014", "I3032", "L2032", "O3010", "P1029"],
3617
- status_radio: "3",
3618
- range_check: ["F3134", "I3006", "I3010", "I3011", "I3027", "I3032", "L2095", "M2070"],
3619
- establishdate: "2023-04-11T23:07:14.000Z"
3620
- },
3621
- {
3622
- createdAt: "2023-03-15T15:19:15.000Z",
3623
- updatedAt: "2023-07-10T02:25:11.742Z",
3624
- createdById: 8,
3625
- updatedById: null,
3626
- testdataid: 83,
3627
- orgcode: "440083",
3628
- orgname: "Linda Software LLC",
3629
- address: "\u798F\u7530\u533A\u666F\u7530\u4E1C\u4E00\u885736\u53F7",
3630
- phone: "193-8669-1290",
3631
- email: "mio10@outlook.com",
3632
- url: "https://video.joe306.org/Handcrafts",
3633
- staffnum: 123,
3634
- regcapital: 127.33,
3635
- paidcapital: 209.9907,
3636
- insuranceratio: 96.56,
3637
- isenable: true,
3638
- status_singleselect: "2",
3639
- range_multipleselect: ["I3006", "I3012", "I3027", "L2095", "M2070", "O3010", "P1029"],
3640
- status_radio: "3",
3641
- range_check: [
3642
- "F3134",
3643
- "I3006",
3644
- "I3007",
3645
- "I3008",
3646
- "I3011",
3647
- "I3012",
3648
- "I3027",
3649
- "I3032",
3650
- "I3034",
3651
- "L2095",
3652
- "M2070",
3653
- "O3010"
3654
- ],
3655
- establishdate: "2021-10-24T08:00:26.000Z"
3656
- },
3657
- {
3658
- createdAt: "2023-08-08T08:50:58.000Z",
3659
- updatedAt: "2023-07-30T08:37:12.000Z",
3660
- createdById: 1,
3661
- updatedById: 4,
3662
- testdataid: 64,
3663
- orgcode: "650064",
3664
- orgname: "\u8303\u7269\u4E1A\u4EE3\u7406\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3665
- address: "459 Xue Yuan Yi Xiang, Longgang",
3666
- phone: "755-2232-1934",
3667
- email: "leswhite229@outlook.com",
3668
- url: "http://auth.nakanaoshi1954.biz/BeautyPersonalCare",
3669
- staffnum: 167,
3670
- regcapital: 50.6322,
3671
- paidcapital: 253.2695,
3672
- insuranceratio: 74.53,
3673
- isenable: null,
3674
- status_singleselect: "4",
3675
- range_multipleselect: ["F3134", "I3006", "I3007", "I3008", "I3010", "I3012", "I3027", "I3034", "O3010"],
3676
- status_radio: "5",
3677
- range_check: ["F3134", "I3006", "I3007", "I3008", "I3032", "I3034", "L2032", "L2095", "M2070", "P1029"],
3678
- establishdate: "2021-09-28T05:02:42.000Z"
3679
- },
3680
- {
3681
- createdAt: "2023-03-13T20:21:27.000Z",
3682
- updatedAt: "2023-07-10T02:25:11.738Z",
3683
- createdById: 7,
3684
- updatedById: null,
3685
- testdataid: 50,
3686
- orgcode: "420050",
3687
- orgname: "Helen Electronic Inc.",
3688
- address: "891 028 County Rd, Yanqing District",
3689
- phone: "10-8030-8564",
3690
- email: "linr1955@icloud.com",
3691
- url: "http://www.rossanna908.xyz/SportsOutdoor",
3692
- staffnum: 149,
3693
- regcapital: 143.496,
3694
- paidcapital: null,
3695
- insuranceratio: 40.72,
3696
- isenable: true,
3697
- status_singleselect: "5",
3698
- range_multipleselect: ["F3134", "I3006", "I3007", "I3011", "I3027", "I3032", "I3034", "L2032", "O3010"],
3699
- status_radio: "5",
3700
- range_check: ["I3006", "I3008", "I3010", "I3011", "I3012", "I3032", "M2070", "O3010"],
3701
- establishdate: "2023-11-27T06:02:42.000Z"
3702
- },
3703
- {
3704
- createdAt: "2023-08-22T10:45:00.000Z",
3705
- updatedAt: "2023-07-06T22:27:32.000Z",
3706
- createdById: 5,
3707
- updatedById: 9,
3708
- testdataid: 2,
3709
- orgcode: "120002",
3710
- orgname: "Black Technology LLC",
3711
- address: "71 Pedway",
3712
- phone: "312-418-7933",
3713
- email: "aarimura9@outlook.com",
3714
- url: "http://auth.patel03.biz/HealthBabyCare",
3715
- staffnum: 95,
3716
- regcapital: 70.7385,
3717
- paidcapital: 96.6588,
3718
- insuranceratio: 74.47,
3719
- isenable: true,
3720
- status_singleselect: "7",
3721
- range_multipleselect: [
3722
- "F3134",
3723
- "I3006",
3724
- "I3007",
3725
- "I3008",
3726
- "I3010",
3727
- "I3011",
3728
- "I3012",
3729
- "I3014",
3730
- "I3027",
3731
- "I3032",
3732
- "M2070",
3733
- "O3010",
3734
- "P1029"
3735
- ],
3736
- status_radio: "7",
3737
- range_check: ["F3134", "I3007", "I3011", "I3012", "I3014", "I3032", "I3034", "L2095", "P1029"],
3738
- establishdate: "2021-02-18T13:44:21.000Z"
3739
- },
3740
- {
3741
- createdAt: "2023-07-24T13:03:58.000Z",
3742
- updatedAt: "2023-08-15T23:59:06.000Z",
3743
- createdById: 0,
3744
- updatedById: 10,
3745
- testdataid: 76,
3746
- orgcode: "340076",
3747
- orgname: "Jeff Inc.",
3748
- address: "\u73CA\u745A\u8DEF357\u53F7",
3749
- phone: "769-5438-3615",
3750
- email: "ikk53@gmail.com",
3751
- url: "http://www.chimingyeung.info/CellPhonesAccessories",
3752
- staffnum: 127,
3753
- regcapital: 12.9611,
3754
- paidcapital: 177.9844,
3755
- insuranceratio: 98.28,
3756
- isenable: true,
3757
- status_singleselect: "2",
3758
- range_multipleselect: ["F3134", "I3007", "I3010", "I3027", "L2032", "L2095", "O3010", "P1029"],
3759
- status_radio: "4",
3760
- range_check: [
3761
- "I3006",
3762
- "I3007",
3763
- "I3008",
3764
- "I3011",
3765
- "I3012",
3766
- "I3027",
3767
- "I3032",
3768
- "I3034",
3769
- "L2032",
3770
- "L2095",
3771
- "O3010",
3772
- "P1029"
3773
- ],
3774
- establishdate: "2021-02-20T10:36:54.000Z"
3775
- },
3776
- {
3777
- createdAt: "2023-06-01T02:52:18.000Z",
3778
- updatedAt: "2023-07-05T07:00:07.000Z",
3779
- createdById: 0,
3780
- updatedById: 10,
3781
- testdataid: 16,
3782
- orgcode: "410016",
3783
- orgname: "\u5362\u7CFB\u7EDF\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3784
- address: "670 Figueroa Street",
3785
- phone: "213-571-5321",
3786
- email: "shiry@gmail.com",
3787
- url: "https://video.yishihan64.xyz/Food",
3788
- staffnum: 63,
3789
- regcapital: 127.0708,
3790
- paidcapital: 25.9392,
3791
- insuranceratio: 89.87,
3792
- isenable: null,
3793
- status_singleselect: "5",
3794
- range_multipleselect: ["I3006", "I3008", "I3010", "I3011", "I3027", "I3032", "L2095"],
3795
- status_radio: "3",
3796
- range_check: ["I3008", "I3014", "I3032", "L2095", "P1029"],
3797
- establishdate: "2022-03-30T15:28:56.000Z"
3798
- },
3799
- {
3800
- createdAt: "2023-08-09T02:19:55.000Z",
3801
- updatedAt: "2023-07-10T02:25:11.730Z",
3802
- createdById: null,
3803
- updatedById: 3,
3804
- testdataid: 98,
3805
- orgcode: "350098",
3806
- orgname: "King Brothers Telecommunication Inc.",
3807
- address: "582 Diplomacy Drive",
3808
- phone: "614-785-5349",
3809
- email: "lindadams922@gmail.com",
3810
- url: "https://www.luwu.biz/ToolsHomeDecoration",
3811
- staffnum: 146,
3812
- regcapital: 237.6197,
3813
- paidcapital: 295.3728,
3814
- insuranceratio: 92,
3815
- isenable: true,
3816
- status_singleselect: "7",
3817
- range_multipleselect: ["I3007", "I3014", "I3027", "L2095", "O3010"],
3818
- status_radio: "7",
3819
- range_check: ["I3006", "I3008", "I3010", "I3012", "I3027", "L2095", "O3010", "P1029"],
3820
- establishdate: "2022-09-04T04:56:52.000Z"
3821
- },
3822
- {
3823
- createdAt: "2023-03-03T14:11:21.000Z",
3824
- updatedAt: "2023-06-10T07:54:44.000Z",
3825
- createdById: 10,
3826
- updatedById: 8,
3827
- testdataid: 82,
3828
- orgcode: "650082",
3829
- orgname: "\u5B50\u97EC\u98DF\u54C1\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3830
- address: "889 Alameda Street",
3831
- phone: "213-000-0993",
3832
- email: "goto1004@icloud.com",
3833
- url: "https://drive.kucy84.org/FilmSupplies",
3834
- staffnum: 164,
3835
- regcapital: null,
3836
- paidcapital: 75.458,
3837
- insuranceratio: 56.84,
3838
- isenable: true,
3839
- status_singleselect: "5",
3840
- range_multipleselect: ["I3006", "I3007", "I3012", "I3014", "I3027", "I3034", "L2095", "M2070", "P1029"],
3841
- status_radio: "1",
3842
- range_check: ["F3134", "I3010", "I3012", "I3014", "I3027", "I3032", "L2032", "L2095"],
3843
- establishdate: null
3844
- },
3845
- {
3846
- createdAt: "2023-05-04T12:45:29.000Z",
3847
- updatedAt: "2023-05-29T15:14:39.000Z",
3848
- createdById: 4,
3849
- updatedById: 4,
3850
- testdataid: 32,
3851
- orgcode: "210032",
3852
- orgname: "\u6770\u5B8F\u8D38\u6613\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3853
- address: "695 Fifth Avenue",
3854
- phone: "212-301-3048",
3855
- email: "tianrui6@mail.com",
3856
- url: "https://video.fat12.us/AppsGames",
3857
- staffnum: 196,
3858
- regcapital: 253.0279,
3859
- paidcapital: 201.5416,
3860
- insuranceratio: 26.71,
3861
- isenable: true,
3862
- status_singleselect: "7",
3863
- range_multipleselect: ["F3134", "I3006", "I3007", "I3014", "I3032", "I3034", "M2070"],
3864
- status_radio: "7",
3865
- range_check: [
3866
- "I3006",
3867
- "I3007",
3868
- "I3008",
3869
- "I3010",
3870
- "I3011",
3871
- "I3012",
3872
- "I3032",
3873
- "I3034",
3874
- "L2032",
3875
- "L2095",
3876
- "O3010",
3877
- "P1029"
3878
- ],
3879
- establishdate: "2022-11-10T12:49:21.000Z"
3880
- },
3881
- {
3882
- createdAt: "2023-06-20T22:11:44.000Z",
3883
- updatedAt: "2023-07-01T22:29:47.000Z",
3884
- createdById: 0,
3885
- updatedById: 6,
3886
- testdataid: 88,
3887
- orgcode: "550088",
3888
- orgname: "Thomas Engineering LLC",
3889
- address: "No.24, Dongsan Road, Erxianqiao, Chenghua District",
3890
- phone: "178-8435-2008",
3891
- email: "rachelj5@icloud.com",
3892
- url: "http://www.dulan.us/VideoGames",
3893
- staffnum: 49,
3894
- regcapital: 57.0454,
3895
- paidcapital: 79.007,
3896
- insuranceratio: 84.03,
3897
- isenable: null,
3898
- status_singleselect: "7",
3899
- range_multipleselect: ["I3007", "I3010", "I3011", "I3032", "I3034", "L2095", "M2070", "O3010"],
3900
- status_radio: "1",
3901
- range_check: ["I3007", "I3012", "I3027", "I3034", "L2095"],
3902
- establishdate: "2022-02-23T22:58:42.000Z"
3903
- },
3904
- {
3905
- createdAt: "2023-03-28T22:03:18.000Z",
3906
- updatedAt: "2023-06-03T12:48:50.000Z",
3907
- createdById: 4,
3908
- updatedById: 8,
3909
- testdataid: 3,
3910
- orgcode: "430003",
3911
- orgname: "\u5F6D\u8A18\u7535\u5B50\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3912
- address: "\u767D\u4E91\u533A\u5C0F\u576A\u4E1C\u8DEF412\u53F7",
3913
- phone: "155-6842-3057",
3914
- email: "ctingfung@mail.com",
3915
- url: "http://image.yan2007.org/FilmSupplies",
3916
- staffnum: 158,
3917
- regcapital: 15.9472,
3918
- paidcapital: 73.3624,
3919
- insuranceratio: 67.76,
3920
- isenable: true,
3921
- status_singleselect: "6",
3922
- range_multipleselect: ["F3134", "I3010", "I3011", "I3012", "I3027"],
3923
- status_radio: "5",
3924
- range_check: ["I3006", "I3007", "I3008", "I3012", "I3027", "M2070", "O3010", "P1029"],
3925
- establishdate: "2023-02-18T04:02:21.000Z"
3926
- },
3927
- {
3928
- createdAt: "2023-06-15T07:46:48.000Z",
3929
- updatedAt: "2023-05-01T19:53:39.000Z",
3930
- createdById: 6,
3931
- updatedById: 3,
3932
- testdataid: 92,
3933
- orgcode: "510092",
3934
- orgname: "\u90B1\u8A18\u8D38\u6613\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3935
- address: "930 Rush Street",
3936
- phone: "312-781-8750",
3937
- email: "xiujia1961@mail.com",
3938
- url: "http://image.lamwingfat.us/ComputersElectronics",
3939
- staffnum: 76,
3940
- regcapital: null,
3941
- paidcapital: 282.6866,
3942
- insuranceratio: 76.86,
3943
- isenable: true,
3944
- status_singleselect: "7",
3945
- range_multipleselect: ["I3006", "I3007", "I3011", "I3027", "L2032", "P1029"],
3946
- status_radio: "7",
3947
- range_check: ["F3134", "I3010", "I3014", "I3032", "L2095", "P1029"],
3948
- establishdate: "2023-11-18T06:44:55.000Z"
3949
- },
3950
- {
3951
- createdAt: "2023-06-09T17:49:18.000Z",
3952
- updatedAt: "2023-07-10T02:25:11.735Z",
3953
- createdById: null,
3954
- updatedById: null,
3955
- testdataid: 68,
3956
- orgcode: "450068",
3957
- orgname: "\u6C6A\u8A18\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
3958
- address: "\u5751\u7F8E\u5341\u4E94\u5DF7585\u53F7",
3959
- phone: "769-680-4019",
3960
- email: null,
3961
- url: "https://video.lok2000.org/IndustrialScientificSupplies",
3962
- staffnum: 139,
3963
- regcapital: 90.9114,
3964
- paidcapital: 284.0137,
3965
- insuranceratio: 21.71,
3966
- isenable: true,
3967
- status_singleselect: "7",
3968
- range_multipleselect: ["I3006", "I3010", "I3012", "I3027", "I3032", "L2095", "O3010"],
3969
- status_radio: "7",
3970
- range_check: ["F3134", "I3006", "I3007", "I3008", "I3012", "I3014", "I3027", "I3034", "L2032", "L2095"],
3971
- establishdate: "2021-11-03T10:14:09.000Z"
3972
- },
3973
- {
3974
- createdAt: "2023-06-16T05:04:59.000Z",
3975
- updatedAt: "2023-06-16T07:08:56.000Z",
3976
- createdById: 6,
3977
- updatedById: 9,
3978
- testdataid: 54,
3979
- orgcode: "310054",
3980
- orgname: "Martinez's Logistic LLC",
3981
- address: "476 Yueliu Rd, Fangshan District",
3982
- phone: "10-971-0570",
3983
- email: "yogoto@hotmail.com",
3984
- url: "https://www.kimuram2.co.jp/CDsVinyl",
3985
- staffnum: 132,
3986
- regcapital: 80.6528,
3987
- paidcapital: 87.4258,
3988
- insuranceratio: 87.58,
3989
- isenable: true,
3990
- status_singleselect: "7",
3991
- range_multipleselect: ["I3006", "I3010", "I3011", "I3032", "I3034", "L2032", "L2095", "M2070", "O3010", "P1029"],
3992
- status_radio: "3",
3993
- range_check: ["I3006", "I3007", "I3008", "I3012", "I3032", "L2095", "M2070", "O3010", "P1029"],
3994
- establishdate: "2021-08-11T08:08:33.000Z"
3995
- },
3996
- {
3997
- createdAt: "2023-07-17T20:41:03.000Z",
3998
- updatedAt: "2023-06-24T05:16:44.000Z",
3999
- createdById: 5,
4000
- updatedById: 9,
4001
- testdataid: 93,
4002
- orgcode: "350093",
4003
- orgname: "\u5B89\u742A\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
4004
- address: "712 Huaxia St, Jinghua Shangquan",
4005
- phone: "138-0406-7670",
4006
- email: "zhennanm@yahoo.com",
4007
- url: "http://drive.akinamori803.cn/Food",
4008
- staffnum: 186,
4009
- regcapital: 37.836,
4010
- paidcapital: 53.0391,
4011
- insuranceratio: 74.62,
4012
- isenable: true,
4013
- status_singleselect: "2",
4014
- range_multipleselect: ["I3006", "I3012", "I3014", "I3027", "O3010"],
4015
- status_radio: "2",
4016
- range_check: ["I3007", "I3010", "I3011", "I3012", "I3034", "M2070", "O3010"],
4017
- establishdate: "2023-06-28T09:10:55.000Z"
4018
- },
4019
- {
4020
- createdAt: "2023-05-11T11:07:26.000Z",
4021
- updatedAt: "2023-06-20T19:16:26.000Z",
4022
- createdById: 9,
4023
- updatedById: 9,
4024
- testdataid: 13,
4025
- orgcode: "310013",
4026
- orgname: "Evans Brothers LLC",
4027
- address: "\u9EC4\u6D66\u533A\u6DEE\u6D77\u4E2D\u8DEF683\u53F7",
4028
- phone: "164-7632-7777",
4029
- email: "aokon@gmail.com",
4030
- url: "http://image.shawm9.us/CellPhonesAccessories",
4031
- staffnum: 97,
4032
- regcapital: 182.859,
4033
- paidcapital: 105.8903,
4034
- insuranceratio: 63.85,
4035
- isenable: true,
4036
- status_singleselect: "3",
4037
- range_multipleselect: ["F3134", "I3006", "I3008", "I3012", "I3014", "L2032", "O3010"],
4038
- status_radio: "5",
4039
- range_check: ["I3008", "I3010", "I3012", "L2095"],
4040
- establishdate: "2021-09-05T13:35:37.000Z"
4041
- },
4042
- {
4043
- createdAt: "2023-03-10T11:27:35.000Z",
4044
- updatedAt: "2023-06-28T11:16:47.000Z",
4045
- createdById: 6,
4046
- updatedById: 4,
4047
- testdataid: 91,
4048
- orgcode: "240091",
4049
- orgname: "\u90D1\u987E\u95EE\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
4050
- address: "872 Canal Street",
4051
- phone: "212-005-7205",
4052
- email: "rink4@mail.com",
4053
- url: "https://image.jimenezt7.jp/Others",
4054
- staffnum: 167,
4055
- regcapital: 288.5176,
4056
- paidcapital: 33.3404,
4057
- insuranceratio: 55.87,
4058
- isenable: true,
4059
- status_singleselect: "3",
4060
- range_multipleselect: ["I3011", "I3027", "I3034", "L2032"],
4061
- status_radio: "8",
4062
- range_check: ["I3008", "I3011", "I3034", "L2032", "L2095", "M2070", "O3010"],
4063
- establishdate: null
4064
- },
4065
- {
4066
- createdAt: "2023-08-11T17:06:24.000Z",
4067
- updatedAt: "2023-06-24T22:14:32.000Z",
4068
- createdById: 3,
4069
- updatedById: 7,
4070
- testdataid: 17,
4071
- orgcode: "620017",
4072
- orgname: "Patrick Technology LLC",
4073
- address: "505 Ridgewood Road",
4074
- phone: "330-035-6552",
4075
- email: "nommis58@icloud.com",
4076
- url: "http://auth.suitsuki304.net/Handcrafts",
4077
- staffnum: 196,
4078
- regcapital: 163.7404,
4079
- paidcapital: 14.0622,
4080
- insuranceratio: 25.51,
4081
- isenable: null,
4082
- status_singleselect: "3",
4083
- range_multipleselect: null,
4084
- status_radio: "2",
4085
- range_check: ["F3134", "I3006", "I3011", "I3012", "I3014", "I3027", "I3034", "L2032", "M2070", "O3010", "P1029"],
4086
- establishdate: "2022-08-06T12:16:45.000Z"
4087
- },
4088
- {
4089
- createdAt: "2023-03-09T02:32:46.000Z",
4090
- updatedAt: "2023-07-02T05:29:43.000Z",
4091
- createdById: 3,
4092
- updatedById: 6,
4093
- testdataid: 46,
4094
- orgcode: "220046",
4095
- orgname: "Schmidt's Inc.",
4096
- address: "503 2nd Zhongshan Road, Yuexiu District",
4097
- phone: "20-272-7867",
4098
- email: "ylla@outlook.com",
4099
- url: "https://www.seikokudo.cn/Books",
4100
- staffnum: 131,
4101
- regcapital: 259.642,
4102
- paidcapital: 172.6541,
4103
- insuranceratio: 38.83,
4104
- isenable: true,
4105
- status_singleselect: "3",
4106
- range_multipleselect: ["I3006", "I3007", "I3010", "I3012", "I3027", "I3034", "L2095", "M2070", "P1029"],
4107
- status_radio: "7",
4108
- range_check: ["I3010", "I3011", "I3012", "I3014", "I3027", "I3032", "I3034", "M2070"],
4109
- establishdate: "2023-06-16T08:57:56.000Z"
4110
- },
4111
- {
4112
- createdAt: "2023-04-02T02:35:24.000Z",
4113
- updatedAt: "2023-07-22T21:27:03.000Z",
4114
- createdById: 7,
4115
- updatedById: 5,
4116
- testdataid: 48,
4117
- orgcode: "530048",
4118
- orgname: "Long's LLC",
4119
- address: "\u6210\u534E\u533A\u53CC\u5E86\u8DEF872\u53F7",
4120
- phone: "28-2897-5944",
4121
- email: "koonwy@outlook.com",
4122
- url: "https://auth.zj2017.org/Beauty",
4123
- staffnum: 22,
4124
- regcapital: 81.2412,
4125
- paidcapital: 89.2826,
4126
- insuranceratio: 22.58,
4127
- isenable: true,
4128
- status_singleselect: "8",
4129
- range_multipleselect: ["I3008", "I3011", "I3012", "I3034", "L2032"],
4130
- status_radio: "1",
4131
- range_check: ["F3134", "I3006", "I3008", "I3011", "I3012", "I3034", "L2032", "M2070", "O3010"],
4132
- establishdate: "2023-08-06T15:31:45.000Z"
4133
- },
4134
- {
4135
- createdAt: "2023-08-06T02:38:26.000Z",
4136
- updatedAt: "2023-07-01T01:03:02.000Z",
4137
- createdById: 4,
4138
- updatedById: 6,
4139
- testdataid: 99,
4140
- orgcode: "310099",
4141
- orgname: "Jamie Consultants LLC",
4142
- address: "\u7F57\u6E56\u533A\u6E05\u6C34\u6CB3\u4E00\u8DEF156\u53F7",
4143
- phone: "755-7525-5040",
4144
- email: "ikki922@icloud.com",
4145
- url: "http://video.haki.info/ArtsHandicraftsSewing",
4146
- staffnum: 140,
4147
- regcapital: null,
4148
- paidcapital: 234.484,
4149
- insuranceratio: 55.76,
4150
- isenable: null,
4151
- status_singleselect: "1",
4152
- range_multipleselect: ["F3134", "I3010", "I3011", "I3012", "I3014", "I3027", "I3032", "M2070", "O3010"],
4153
- status_radio: "1",
4154
- range_check: [
4155
- "I3007",
4156
- "I3010",
4157
- "I3011",
4158
- "I3014",
4159
- "I3027",
4160
- "I3032",
4161
- "I3034",
4162
- "L2032",
4163
- "L2095",
4164
- "M2070",
4165
- "O3010",
4166
- "P1029"
4167
- ],
4168
- establishdate: "2022-10-17T10:43:37.000Z"
4169
- },
4170
- {
4171
- createdAt: "2023-06-12T16:34:38.000Z",
4172
- updatedAt: "2023-08-03T11:31:10.000Z",
4173
- createdById: 8,
4174
- updatedById: 4,
4175
- testdataid: 22,
4176
- orgcode: "120022",
4177
- orgname: "\u5B50\u97EC\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
4178
- address: "442 Tangyuan Street 5th Alley, Airport Road, Baiyun",
4179
- phone: "168-8185-4258",
4180
- email: "anqihu5@gmail.com",
4181
- url: "http://auth.ontang10.xyz/CDsVinyl",
4182
- staffnum: 150,
4183
- regcapital: 191.8842,
4184
- paidcapital: 282.3322,
4185
- insuranceratio: 37.26,
4186
- isenable: true,
4187
- status_singleselect: "5",
4188
- range_multipleselect: ["F3134", "I3007", "I3014", "I3034", "M2070", "P1029"],
4189
- status_radio: "8",
4190
- range_check: [
4191
- "I3006",
4192
- "I3007",
4193
- "I3008",
4194
- "I3010",
4195
- "I3011",
4196
- "I3012",
4197
- "I3014",
4198
- "I3027",
4199
- "I3032",
4200
- "L2032",
4201
- "L2095",
4202
- "M2070",
4203
- "O3010",
4204
- "P1029"
4205
- ],
4206
- establishdate: "2022-05-31T12:34:11.000Z"
4207
- },
4208
- {
4209
- createdAt: "2023-04-26T08:00:47.000Z",
4210
- updatedAt: "2023-06-26T22:25:14.000Z",
4211
- createdById: 7,
4212
- updatedById: 7,
4213
- testdataid: 97,
4214
- orgcode: "120097",
4215
- orgname: "\u5609\u4F26\u6709\u9650\u8D23\u4EFB\u516C\u53F8",
4216
- address: "\u5929\u6CB3\u533A\u5927\u4FE1\u5546\u5708\u5927\u4FE1\u5357\u8DEF342\u53F7",
4217
- phone: "165-5165-2865",
4218
- email: "gonzalez1221@gmail.com",
4219
- url: "https://auth.kwansw901.biz/HouseholdKitchenAppliances",
4220
- staffnum: 34,
4221
- regcapital: 38.0234,
4222
- paidcapital: 180.0297,
4223
- insuranceratio: 10.93,
4224
- isenable: true,
4225
- status_singleselect: "5",
4226
- range_multipleselect: ["I3008", "I3010", "I3011", "I3014", "I3034", "L2095", "M2070", "O3010", "P1029"],
4227
- status_radio: "6",
4228
- range_check: ["F3134", "I3007", "I3011", "I3012", "I3014", "I3027", "L2032", "M2070", "O3010", "P1029"],
4229
- establishdate: null
4230
- },
4231
- {
4232
- createdAt: "2023-04-20T07:20:03.000Z",
4233
- updatedAt: "2023-05-22T03:28:57.000Z",
4234
- createdById: 7,
4235
- updatedById: 3,
4236
- testdataid: 67,
4237
- orgcode: "240067",
4238
- orgname: "Betty Telecommunication Inc.",
4239
- address: "351 Figueroa Street",
4240
- phone: "213-187-2091",
4241
- email: "marthaferguson6@gmail.com",
4242
- url: "https://www.taniguchihina1110.us/SportsOutdoor",
4243
- staffnum: 58,
4244
- regcapital: 188.0791,
4245
- paidcapital: 127.5241,
4246
- insuranceratio: 36.21,
4247
- isenable: null,
4248
- status_singleselect: "5",
4249
- range_multipleselect: ["I3006", "I3010", "I3014", "I3027", "L2032", "O3010"],
4250
- status_radio: "1",
4251
- range_check: ["F3134", "I3006", "I3007", "I3008", "I3011", "L2032", "L2095", "O3010"],
4252
- establishdate: "2023-01-11T04:04:18.000Z"
4253
- }
4254
- ];
4255
- var e2eCollectionModel_default = module.exports = {
4256
- appendJsonCollectionName,
4257
- builtinGeneral,
4258
- builtinFile,
4259
- builtinExpression,
4260
- generalWithNoRelationalFields,
4261
- generalWithNoRelationalFieldsData
4262
- };
4263
- // Annotate the CommonJS export names for ESM import in node:
4264
- 0 && (module.exports = {
4265
- appendJsonCollectionName,
4266
- builtinCalendar,
4267
- builtinExpression,
4268
- builtinFile,
4269
- builtinGeneral,
4270
- builtinTree,
4271
- generalWithNoRelationalFields,
4272
- generalWithNoRelationalFieldsData
4273
- });