yangbin
8 天以前 caed99fbd2b50a4aa2bd056be09194da107d8bff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1377827019932360705', N'通用文件类型', N'common_upload_type', N'通用文件类型', 0, N'cpt', '2021-04-02 11:35:35', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1589563606443806722', N'表类型', N'table_type', '', 0, N'admin', '2022-11-07 18:21:11', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1589566761550270465', N'数据库同步状态', N'db_synch', '', 0, N'admin', '2022-11-07 18:33:43', N'admin', '2022-11-07 18:34:51', 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1597158006183813122', N'数据类型', N'db_type', '', 0, N'admin', '2022-11-28 17:18:37', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1601106108906086401', N'密级', N'secret_level', N'数据密级', 0, N'admin', '2022-12-09 14:46:58', N'admin', '2022-12-09 14:47:26', 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1602563883170639874', N'数据版本状态', N'mom_sys_data_version_status', N'版本状态', 0, N'admin', '2022-12-13 15:19:39', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1639074234596159490', N'设备状态', N'equipment_status', '', 0, N'admin', '2023-03-24 09:18:45', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1639080374457376770', N'技术状态', N'technology_status', '', 0, N'admin', '2023-03-24 09:43:09', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1640548822271393793', N'供应商类型', N'supplier_type', '', 0, N'admin', '2023-03-28 10:58:14', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1640892976604246018', N'是否默认', N'default_value', '', 0, N'admin', '2023-03-29 09:45:47', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1641610794052190210', N'客户类型', N'client_type', '', 0, N'admin', '2023-03-31 09:18:08', N'admin', '2023-03-31 09:18:15', 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1643191664470994945', N'单位', N'unit_type', '', 0, N'admin', '2023-04-04 17:59:56', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1643872972060622849', N'点检周期单位', N'cycle_unit', '', 0, N'admin', '2023-04-06 15:07:13', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1643873252391124993', N'时间单位', N'cycle_time_unit', N'用于点检周期', 0, N'admin', '2023-04-06 15:08:20', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1643873396515799041', N'调整方式', N'arrange_way', '', 0, N'admin', '2023-04-06 15:08:54', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1643873492733132801', N'开工条件', N'start_condition', '', 0, N'admin', '2023-04-06 15:09:17', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1645247839629422593', N'检验值类型(点检项目)', N'test_value_type', '', 0, N'admin', '2023-04-10 10:10:27', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1645248735037829122', N'分析方法(点检项目)', N'analysis_method', '', 0, N'admin', '2023-04-10 10:14:00', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1645255852222263298', N'点检方法(点检项目)', N'inspection_method', '', 0, N'admin', '2023-04-10 10:42:17', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1646711014019203073', N'日常点检工单状态', N'daily_inspection_standard_status', '', 0, N'admin', '2023-04-14 11:04:35', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1647851898785091585', N'故障报修状态', N'equipment_repair_status', '', 0, N'admin', '2023-04-17 14:38:03', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1647855904644124674', N'异常处置(日常点检工单)', N'treatment_measure', '', 0, N'admin', '2023-04-17 14:53:58', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1648164769268207618', N'保养周期单位', N'maintenance_cycle_unit', '', 0, N'admin', '2023-04-18 11:21:17', N'admin', '2023-04-18 11:26:37', 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1650344195614887937', N'审核状态', N'audit_status', N'单据审核状态', 0, N'admin', '2023-04-24 11:41:33', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1650365575463530497', N'工单状态', N'repair_order_status', N'工单状态', 0, N'admin', '2023-04-24 13:06:30', N'admin', '2023-04-25 09:58:14', 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1650680707724963842', N'维保方式', N'maintenance_method', N'维保方式', 0, N'admin', '2023-04-25 09:58:44', N'admin', '2023-05-06 10:50:20', 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1650681333770973185', N'是否停机维修', N'is_stop', N'是否停机维修', 0, N'admin', '2023-04-25 10:01:13', N'admin', '2023-07-18 10:34:03', 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1651124142746910721', N'是否特种设备', N'specific_equipment', '', 0, N'admin', '2023-04-26 15:20:47', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1651877144379867137', N'保养方法(保养项目)', N'maintenance_project_method', '', 0, N'admin', '2023-04-28 17:12:56', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1654052185262772225', N'编码要素', N'code_element', N'用于编码规则详情', 0, N'admin', '2023-05-04 17:15:46', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1654308487777988609', N'归零依据', N'zero_basis', N'用于编码规则模块', 0, N'admin', '2023-05-05 10:14:14', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1654716786220421122', N'时间格式', N'time_format', N'用于编码规则模块', 0, N'admin', '2023-05-06 13:16:40', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1654777501219586050', N'维修工单类型', N'repair_order_type', '', 0, N'admin', '2023-05-06 17:17:55', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1655461333045833729', N'专业保养工单状态', N'maintenance_order_status', '', 0, N'admin', '2023-05-08 14:35:13', N'admin', '2023-05-12 11:38:26', 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1655747297054654465', N'修后汇报工单状态', N'after_repair_order_status', '', 0, N'admin', '2023-05-09 09:31:33', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1655783185175027714', N'变动原因', N'change_type', N'变动原因', 0, N'admin', '2023-05-09 11:54:09', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1656595461159337985', N'业务类型', N'business_type', '', 0, N'admin', '2023-05-11 17:41:51', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1656866504300711938', N'日常保养工单状态', N'daily_maintenance_order_status', '', 0, N'admin', '2023-05-12 11:38:52', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1670736123303575554', N'紧急程序', N'urgency_degree', '', 0, N'admin', '2023-06-19 18:11:47', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1670981624024276993', N'维保方式', N'maintenance_mode', '', 0, N'admin', '2023-06-20 10:27:19', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1671450941169975297', N'审批状态', N'spares_audit_status', '', 0, N'admin', '2023-06-21 17:32:13', N'admin', '2023-06-21 17:35:24', 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1674231363304747010', N'备件入库类型', N'spare_part_storage_type', '', 0, N'admin', '2023-06-29 09:40:37', N'admin', '2023-06-29 09:44:20', 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1674232247069765634', N'备件采购入库审核状态', N'purchase_storage_status', '', 0, N'admin', '2023-06-29 09:44:08', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1674322602984321025', N'领用申请单状态', N'spare_part_receive_status', N'备件领用申请单状态', 0, N'admin', '2023-06-29 15:43:11', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1676424349005492225', N'出库类型', N'outbound_type', '', 0, N'admin', '2023-07-05 10:54:46', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1676514449316872193', N'仓库类型', N'warehouse_type', '', 0, N'admin', '2023-07-05 16:52:48', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1676514704682876929', N'是否废品库', N'whether_waste_warehouse', '', 0, N'admin', '2023-07-05 16:53:48', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1676514905363546113', N'库区库位管理', N'location_manage', '', 0, N'admin', '2023-07-05 16:54:36', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1676515387742060546', N'服务对象类型', N'service_object', '', 0, N'admin', '2023-07-05 16:56:31', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1676515917444907010', N'是否自动化仓库', N'whether_automation_warehouse', '', 0, N'admin', '2023-07-05 16:58:38', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1679761570270703617', N'是否维修停机', N'is_machine_halt', '', 1, N'admin', '2023-07-14 15:55:41', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1681127343392382977', N'故障报修状态', N'equipment_report_repair_status', '', 0, N'admin', '2023-07-18 10:22:47', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1681202932904169474', N'检定方式', N'calibration_type', '', 0, N'admin', '2023-07-18 15:23:09', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1681203115771629569', N'判定依据', N'management_mode', '', 0, N'admin', '2023-07-18 15:23:53', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1681209557538902017', N'设备检定状态', N'equipment_calibration_order_status', '', 0, N'admin', '2023-07-18 15:49:29', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1681916087720587266', N'判定结果(设备检定功能)', N'judgment_result', '', 0, N'admin', '2023-07-20 14:36:58', N'admin', '2023-07-20 14:37:45', 0)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1377827469226205185', N'1377827019932360705', N'CNC程序', N'4', '', 4, 1, N'cpt', '2021-04-02 11:37:22', N'admin', '2021-06-17 17:56:28')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1377827507318874113', N'1377827019932360705', N'工艺文件', N'3', '', 3, 1, N'cpt', '2021-04-02 11:37:31', N'admin', '2021-06-17 17:56:08')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1377827548662128642', N'1377827019932360705', N'工艺图纸', N'2', '', 2, 1, N'cpt', '2021-04-02 11:37:41', N'admin', '2021-06-17 17:56:04')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1377827588143112193', N'1377827019932360705', N'标准操作程序(SOP)', N'1', '', 1, 1, N'cpt', '2021-04-02 11:37:50', N'admin', '2021-06-17 18:16:37')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1377827648440426498', N'1377827019932360705', N'合同', N'6', '', 6, 1, N'cpt', '2021-04-02 11:38:05', N'admin', '2021-06-17 17:56:40')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1377827691549483009', N'1377827019932360705', N'其他', N'0', '', 99, 1, N'cpt', '2021-04-02 11:38:15', N'admin', '2021-06-17 17:39:52')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1377827724499935234', N'1377827019932360705', N'仿真', N'5', '', 5, 1, N'cpt', '2021-04-02 11:38:23', N'admin', '2021-06-17 17:56:35')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1468883216559902722', N'1377827019932360705', N'数据导入模板', N'99', '', 99, 1, N'admin', '2021-12-09 18:00:24', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1589563661544378369', N'1589563606443806722', N'单表', N'1', '', 1, 1, N'admin', '2022-11-07 18:21:24', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1589563680682987521', N'1589563606443806722', N'主表', N'2', '', 1, 1, N'admin', '2022-11-07 18:21:29', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1589563724656070657', N'1589563606443806722', N'附表', N'3', '', 3, 1, N'admin', '2022-11-07 18:21:39', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1589566818781548545', N'1589566761550270465', N'已同步', N'1', '', 1, 1, N'admin', '2022-11-07 18:33:57', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1589566866365927425', N'1589566761550270465', N'未同步', N'0', '', 1, 1, N'admin', '2022-11-07 18:34:08', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1597160053650087937', N'1597158006183813122', N'可变长度字符数', N'VARCHAR', '', 1, 1, N'admin', '2022-11-28 17:26:45', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1597160114698182657', N'1597158006183813122', N'字符数', N'CHAR', '', 1, 1, N'admin', '2022-11-28 17:27:00', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1597160203592261633', N'1597158006183813122', N'整数', N'INT', '', 1, 1, N'admin', '2022-11-28 17:27:21', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1597160262052470786', N'1597158006183813122', N'时间点', N'DATETIME', '', 1, 1, N'admin', '2022-11-28 17:27:35', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1601106536221777922', N'1601106108906086401', N'公开', N'public', '', 1, 1, N'admin', '2022-12-09 14:48:40', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1601106634523680770', N'1601106108906086401', N'内部', N'internal', '', 2, 1, N'admin', '2022-12-09 14:49:03', N'admin', '2022-12-09 14:50:36')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1601106691796901890', N'1601106108906086401', N'秘密', N'secret', '', 3, 1, N'admin', '2022-12-09 14:49:17', N'admin', '2022-12-09 14:50:44')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1601106824743755778', N'1601106108906086401', N'机密', N'confidential', '', 4, 1, N'admin', '2022-12-09 14:49:49', N'admin', '2022-12-09 14:50:50')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1601106984685150210', N'1601106108906086401', N'绝密', N'topSecret', '', 5, 1, N'admin', '2022-12-09 14:50:27', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1602564132622675969', N'1602563883170639874', N'新增', N'0', '', 1, 1, N'admin', '2022-12-13 15:20:38', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1602564199362441218', N'1602563883170639874', N'编辑', N'1', '', 2, 1, N'admin', '2022-12-13 15:20:54', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1602564262218280961', N'1602563883170639874', N'生效', N'2', '', 3, 1, N'admin', '2022-12-13 15:21:09', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1602564340014231553', N'1602563883170639874', N'失效', N'3', '', 4, 1, N'admin', '2022-12-13 15:21:28', N'admin', '2022-12-13 15:21:41')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1602564489541169153', N'1602563883170639874', N'待生效', N'4', '', 5, 1, N'admin', '2022-12-13 15:22:03', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1639075083166773250', N'1639074234596159490', N'在用', N'1', '', 1, 1, N'admin', '2023-03-24 09:22:07', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1639075128305872898', N'1639074234596159490', N'封存', N'2', '', 1, 1, N'admin', '2023-03-24 09:22:18', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1639075208987504642', N'1639074234596159490', N'报废', N'3', '', 1, 1, N'admin', '2023-03-24 09:22:37', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1639080482964021249', N'1639080374457376770', N'合格', N'1', '', 1, 1, N'admin', '2023-03-24 09:43:34', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1639080516904329217', N'1639080374457376770', N'停用', N'2', '', 1, 1, N'admin', '2023-03-24 09:43:43', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1640548913216487426', N'1640548822271393793', N'外部单位', N'1', '', 1, 1, N'admin', '2023-03-28 10:58:35', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1640548992161677314', N'1640548822271393793', N'内部单位', N'2', '', 2, 1, N'admin', '2023-03-28 10:58:54', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1640893056375713793', N'1640892976604246018', N'是', N'0', '', 1, 1, N'admin', '2023-03-29 09:46:06', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1640893108208922625', N'1640892976604246018', N'否', N'1', '', 2, 1, N'admin', '2023-03-29 09:46:18', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1641611029109374978', N'1641610794052190210', N'外部单位', N'1', '', 1, 1, N'admin', '2023-03-31 09:19:04', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1641611084570656770', N'1641610794052190210', N'内部单位', N'2', '', 2, 1, N'admin', '2023-03-31 09:19:17', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1643191750005436418', N'1643191664470994945', N'班', N'1', '', 1, 1, N'admin', '2023-04-04 18:00:17', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1643191809652633602', N'1643191664470994945', N'日', N'2', '', 2, 1, N'admin', '2023-04-04 18:00:31', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1643191846319239170', N'1643191664470994945', N'周', N'3', '', 3, 1, N'admin', '2023-04-04 18:00:40', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1643191896571195394', N'1643191664470994945', N'月', N'4', '', 4, 1, N'admin', '2023-04-04 18:00:52', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1643873567194611713', N'1643873492733132801', N'是', N'1', '', 1, 1, N'admin', '2023-04-06 15:09:35', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1643873595728461825', N'1643873492733132801', N'否', N'0', '', 1, 1, N'admin', '2023-04-06 15:09:42', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1643873745582555138', N'1643873396515799041', N'提前', N'0', '', 1, 1, N'admin', '2023-04-06 15:10:17', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1643873780919566338', N'1643873396515799041', N'取消', N'1', '', 1, 1, N'admin', '2023-04-06 15:10:26', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1643873808430006273', N'1643873396515799041', N'顺延', N'2', '', 1, 1, N'admin', '2023-04-06 15:10:32', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1643874025141305346', N'1643873252391124993', N'分钟', N'min', '', 1, 1, N'admin', '2023-04-06 15:11:24', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1643874126853177346', N'1643873252391124993', N'小时', N'hour', '', 1, 1, N'admin', '2023-04-06 15:11:48', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1643874168099962881', N'1643873252391124993', N'天', N'day', '', 1, 1, N'admin', '2023-04-06 15:11:58', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1643875591583825922', N'1643872972060622849', N'班', N'team', '', 1, 1, N'admin', '2023-04-06 15:17:37', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1643875627621285889', N'1643872972060622849', N'日', N'day', '', 1, 1, N'admin', '2023-04-06 15:17:46', N'admin', '2023-04-06 15:18:08')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1643875753198747649', N'1643872972060622849', N'周', N'week', '', 1, 1, N'admin', '2023-04-06 15:18:16', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1643875792885252098', N'1643872972060622849', N'月', N'month', '', 1, 1, N'admin', '2023-04-06 15:18:25', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1643875825957339137', N'1643872972060622849', N'年', N'year', '', 1, 1, N'admin', '2023-04-06 15:18:33', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1645247918851436546', N'1645247839629422593', N'数值型', N'1', '', 1, 1, N'admin', '2023-04-10 10:10:46', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1645247971531894786', N'1645247839629422593', N'枚举型', N'2', '', 1, 1, N'admin', '2023-04-10 10:10:58', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1645248904672260097', N'1645248735037829122', N'定量分析', N'1', '', 1, 1, N'admin', '2023-04-10 10:14:41', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1645248938725814274', N'1645248735037829122', N'定性分析', N'2', '', 1, 1, N'admin', '2023-04-10 10:14:49', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1645255906110681089', N'1645255852222263298', N'目视', N'1', '', 1, 1, N'admin', '2023-04-10 10:42:30', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1645255950176038914', N'1645255852222263298', N'手试', N'2', '', 1, 1, N'admin', '2023-04-10 10:42:41', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1645255982400876546', N'1645255852222263298', N'工具', N'3', '', 1, 1, N'admin', '2023-04-10 10:42:48', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1646711096881872898', N'1646711014019203073', N'已创建', N'1', '', 1, 1, N'admin', '2023-04-14 11:04:55', N'admin', '2023-04-26 14:51:26')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1646711144327839746', N'1646711014019203073', N'已下发', N'2', '', 1, 1, N'admin', '2023-04-14 11:05:06', N'admin', '2023-04-26 14:59:18')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1646711194219085826', N'1646711014019203073', N'未开始', N'3', '', 1, 1, N'admin', '2023-04-14 11:05:18', N'admin', '2023-04-26 14:59:33')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1646711235885301762', N'1646711014019203073', N'执行中', N'4', '', 1, 1, N'admin', '2023-04-14 11:05:28', N'admin', '2023-04-26 14:59:39')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1646711295788351489', N'1646711014019203073', N'已完成', N'5', '', 1, 1, N'admin', '2023-04-14 11:05:42', N'admin', '2023-04-26 14:59:44')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1646711334266896385', N'1646711014019203073', N'已过期', N'6', '', 1, 1, N'admin', '2023-04-14 11:05:51', N'admin', '2023-04-26 14:59:51')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1647852453079142402', N'1647851898785091585', N'待维修', N'2', '', 2, 1, N'admin', '2023-04-17 14:40:15', N'admin', '2023-04-17 14:49:31')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1647852740036644866', N'1647851898785091585', N'新建', N'1', '', 1, 1, N'admin', '2023-04-17 14:41:24', N'admin', '2023-04-17 14:48:13')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1647854696708820993', N'1647851898785091585', N'已维修', N'3', '', 3, 1, N'admin', '2023-04-17 14:49:10', N'admin', '2023-04-17 14:49:36')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1647854870315257858', N'1647851898785091585', N'已确认', N'4', '', 4, 1, N'admin', '2023-04-17 14:49:51', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1647854963143593986', N'1647851898785091585', N'已停机', N'5', '', 5, 1, N'admin', '2023-04-17 14:50:14', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1647856173415124994', N'1647855904644124674', N'自行处置', N'1', '', 1, 1, N'admin', '2023-04-17 14:55:02', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1647856273310863362', N'1647855904644124674', N'故障报修', N'2', '', 1, 1, N'admin', '2023-04-17 14:55:26', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1648165023640162306', N'1648164769268207618', N'班', N'team', '', 1, 1, N'admin', '2023-04-18 11:22:18', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1648165071744634882', N'1648164769268207618', N'日', N'day', '', 1, 1, N'admin', '2023-04-18 11:22:29', N'admin', '2023-04-18 11:22:41')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1648165168486256642', N'1648164769268207618', N'周', N'week', '', 1, 1, N'admin', '2023-04-18 11:22:52', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1648165208780935170', N'1648164769268207618', N'月', N'month', '', 1, 1, N'admin', '2023-04-18 11:23:02', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1648165351731204097', N'1648164769268207618', N'季度', N'quartey', '', 1, 1, N'admin', '2023-04-18 11:23:36', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1648165548293066753', N'1648164769268207618', N'半年', N'halfyear', '', 1, 1, N'admin', '2023-04-18 11:24:23', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1648165581088329729', N'1648164769268207618', N'年', N'year', '', 1, 1, N'admin', '2023-04-18 11:24:31', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1648207832456605697', N'1377827019932360705', N'图片', N'7', '', 1, 1, N'admin', '2023-04-18 14:12:24', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1650344733379186689', N'1650344195614887937', N'未提交', N'notSubmitted', N'初始状态:已创建,未提交', 1, 1, N'admin', '2023-04-24 11:43:41', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1650344985322639362', N'1650344195614887937', N'待审批', N'pendingApproval', N'已提交,待审核状态', 2, 1, N'admin', '2023-04-24 11:44:41', N'admin', '2023-04-24 11:44:55')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1650345875488165890', N'1650344195614887937', N'审批中', N'approvalProcess', N'审批中', 3, 1, N'admin', '2023-04-24 11:48:13', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1650345984842059778', N'1650344195614887937', N'已驳回', N'Rejected', '', 4, 1, N'admin', '2023-04-24 11:48:39', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1650346078307930113', N'1650344195614887937', N'已通过', N'Approved', '', 5, 1, N'admin', '2023-04-24 11:49:02', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1650365760172290049', N'1650365575463530497', N'已创建', N'0', '', 1, 1, N'admin', '2023-04-24 13:07:14', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1650365914543648769', N'1650365575463530497', N'已下发', N'1', '', 2, 1, N'admin', '2023-04-24 13:07:51', N'admin', '2023-04-27 10:04:45')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1650365999843209218', N'1650365575463530497', N'未开始', N'2', '', 3, 1, N'admin', '2023-04-24 13:08:11', N'admin', '2023-04-27 10:04:55')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1650366199391416321', N'1650365575463530497', N'执行中', N'3', '', 4, 1, N'admin', '2023-04-24 13:08:59', N'admin', '2023-04-27 10:06:08')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1650366286419030018', N'1650365575463530497', N'已完成', N'4', '', 5, 1, N'admin', '2023-04-24 13:09:20', N'admin', '2023-04-27 10:06:24')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1650680857792966657', N'1650680707724963842', N'自修', N'1', '', 1, 1, N'admin', '2023-04-25 09:59:19', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1650680901547945986', N'1650680707724963842', N'委外', N'2', '', 2, 1, N'admin', '2023-04-25 09:59:30', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1650681395276247042', N'1650681333770973185', N'否', N'1', '', 1, 1, N'admin', '2023-04-25 10:01:27', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1650681428025372674', N'1650681333770973185', N'是', N'2', '', 2, 1, N'admin', '2023-04-25 10:01:35', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1651118899075796994', N'1646711014019203073', N'已作废', N'7', '', 1, 1, N'admin', '2023-04-26 14:59:56', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1651124204654837761', N'1651124142746910721', N'是', N'0', '', 1, 1, N'admin', '2023-04-26 15:21:01', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1651124249315786753', N'1651124142746910721', N'否', N'1', '', 2, 1, N'admin', '2023-04-26 15:21:12', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1651407522185191425', N'1650365575463530497', N'已过期', N'5', '', 5, 1, N'admin', '2023-04-27 10:06:50', N'admin', '2023-04-27 10:06:56')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1651407605026889730', N'1650365575463530497', N'已作废', N'6', '', 7, 1, N'admin', '2023-04-27 10:07:09', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1651877210339491842', N'1651877144379867137', N'润滑', N'1', '', 1, 1, N'admin', '2023-04-28 17:13:12', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1651877264357933058', N'1651877144379867137', N'目视', N'2', '', 1, 1, N'admin', '2023-04-28 17:13:25', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1651877304849743873', N'1651877144379867137', N'手试', N'3', '', 1, 1, N'admin', '2023-04-28 17:13:35', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1651877334847406082', N'1651877144379867137', N'工具', N'4', '', 1, 1, N'admin', '2023-04-28 17:13:42', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1654052250572279809', N'1654052185262772225', N'时间', N'1', '', 1, 1, N'admin', '2023-05-04 17:16:02', N'admin', '2023-05-04 17:16:13')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1654052343207677954', N'1654052185262772225', N'常量', N'2', '', 2, 1, N'admin', '2023-05-04 17:16:24', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1654052393434468353', N'1654052185262772225', N'流水号', N'3', '', 3, 1, N'admin', '2023-05-04 17:16:36', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1654309792894398465', N'1654308487777988609', N'全局', N'1', '', 1, 1, N'admin', '2023-05-05 10:19:25', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1654309845084123138', N'1654308487777988609', N'公司', N'2', '', 2, 1, N'admin', '2023-05-05 10:19:37', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1654309883025797121', N'1654308487777988609', N'组织', N'3', '', 3, 1, N'admin', '2023-05-05 10:19:46', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1654716903962923010', N'1654716786220421122', N'YYYYMMDD', N'1', '', 1, 1, N'admin', '2023-05-06 13:17:08', N'admin', '2023-05-06 13:23:36')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1654717264480129025', N'1654716786220421122', N'YYYYMM', N'2', '', 2, 1, N'admin', '2023-05-06 13:18:34', N'admin', '2023-05-06 13:23:52')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1654717419950395394', N'1654716786220421122', N'YYYY', N'3', '', 3, 1, N'admin', '2023-05-06 13:19:11', N'admin', '2023-05-06 13:25:10')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1654768580207607809', N'1650365575463530497', N'已确认', N'7', N'已确认', 8, 1, N'admin', '2023-05-06 16:42:28', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1654777630949408769', N'1654777501219586050', N'正常维修工单', N'0', '', 1, 1, N'admin', '2023-05-06 17:18:26', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1654777730245361665', N'1654777501219586050', N'修后汇报工单', N'1', '', 2, 1, N'admin', '2023-05-06 17:18:50', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1655461421344321538', N'1655461333045833729', N'已创建', N'1', '', 1, 1, N'admin', '2023-05-08 14:35:34', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1655461462976983042', N'1655461333045833729', N'已下发', N'2', '', 1, 1, N'admin', '2023-05-08 14:35:44', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1655461500872519681', N'1655461333045833729', N'未开始', N'3', '', 1, 1, N'admin', '2023-05-08 14:35:53', N'admin', '2023-05-08 14:36:46')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1655461544279371777', N'1655461333045833729', N'执行中', N'4', '', 1, 1, N'admin', '2023-05-08 14:36:04', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1655461610767478786', N'1655461333045833729', N'已完成', N'5', '', 1, 1, N'admin', '2023-05-08 14:36:20', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1655461654698618881', N'1655461333045833729', N'已过期', N'6', '', 1, 1, N'admin', '2023-05-08 14:36:30', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1655461694318014466', N'1655461333045833729', N'已作废', N'7', '', 1, 1, N'admin', '2023-05-08 14:36:40', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1655747430404161538', N'1655747297054654465', N'已创建', N'0', N'已创建', 1, 1, N'admin', '2023-05-09 09:32:04', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1655747506451087361', N'1655747297054654465', N'已完成', N'4', N'已完成', 2, 1, N'admin', '2023-05-09 09:32:22', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1655747593432563714', N'1655747297054654465', N'已确认', N'7', N'已确认', 3, 1, N'admin', '2023-05-09 09:32:43', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1655783258680205313', N'1655783185175027714', N'管理权', N'1', '', 1, 1, N'admin', '2023-05-09 11:54:26', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1655783323138269186', N'1655783185175027714', N'使用权', N'2', '', 1, 1, N'admin', '2023-05-09 11:54:42', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1655783392310730754', N'1655783185175027714', N'责任权', N'3', '', 1, 1, N'admin', '2023-05-09 11:54:58', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1655783436116041729', N'1655783185175027714', N'位置', N'4', '', 1, 1, N'admin', '2023-05-09 11:55:09', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1655783483679449090', N'1655783185175027714', N'设备状态', N'5', '', 1, 1, N'admin', '2023-05-09 11:55:20', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1655783520245391362', N'1655783185175027714', N'技术状态', N'6', '', 1, 1, N'admin', '2023-05-09 11:55:29', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1655783558371614722', N'1655783185175027714', N'综合变动', N'7', '', 1, 1, N'admin', '2023-05-09 11:55:38', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1656595609352486913', N'1656595461159337985', N'领用', N'borrow', '', 1, 1, N'admin', '2023-05-11 17:42:26', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1656595673110102018', N'1656595461159337985', N'借用', N'return', '', 1, 1, N'admin', '2023-05-11 17:42:41', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1656866739051712514', N'1656866504300711938', N'已创建', N'1', '', 1, 1, N'admin', '2023-05-12 11:39:48', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1656866774158036993', N'1656866504300711938', N'已下发', N'2', '', 1, 1, N'admin', '2023-05-12 11:39:57', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1656866812389117953', N'1656866504300711938', N'未开始', N'3', '', 1, 1, N'admin', '2023-05-12 11:40:06', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1656866845826109441', N'1656866504300711938', N'执行中', N'4', '', 1, 1, N'admin', '2023-05-12 11:40:14', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1656866880773050369', N'1656866504300711938', N'已完成', N'5', '', 1, 1, N'admin', '2023-05-12 11:40:22', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1656866919654248449', N'1656866504300711938', N'已过期', N'6', '', 1, 1, N'admin', '2023-05-12 11:40:31', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1656866954890596354', N'1656866504300711938', N'已作废', N'7', '', 1, 1, N'admin', '2023-05-12 11:40:40', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1657946016295964674', N'1639074234596159490', N'闲置', N'4', '', 1, 1, N'admin', '2023-05-15 11:08:28', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1657946055516901378', N'1639074234596159490', N'处置', N'5', '', 1, 1, N'admin', '2023-05-15 11:08:37', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1670736194929704962', N'1670736123303575554', N'高', N'1', '', 1, 1, N'admin', '2023-06-19 18:12:04', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1670736246393815041', N'1670736123303575554', N'中', N'2', '', 1, 1, N'admin', '2023-06-19 18:12:17', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1670736277343584258', N'1670736123303575554', N'低', N'3', '', 1, 1, N'admin', '2023-06-19 18:12:24', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1670981694417281026', N'1670981624024276993', N'自修', N'1', '', 1, 1, N'admin', '2023-06-20 10:27:36', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1670981722355539969', N'1670981624024276993', N'委外', N'2', '', 1, 1, N'admin', '2023-06-20 10:27:43', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1671451246309785601', N'1671450941169975297', N'已创建', N'notSubmitted', '', 1, 1, N'admin', '2023-06-21 17:33:26', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1671451358520000513', N'1671450941169975297', N'待审批', N'pendingApproval', '', 2, 1, N'admin', '2023-06-21 17:33:53', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1671451448777228290', N'1671450941169975297', N'已驳回', N'Rejected', '', 3, 1, N'admin', '2023-06-21 17:34:14', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1671451515089174530', N'1671450941169975297', N'已完成', N'Approved', '', 1, 1, N'admin', '2023-06-21 17:34:30', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1674231457055830017', N'1674231363304747010', N'采购入库', N'1', '', 1, 1, N'admin', '2023-06-29 09:41:00', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1674231542829346817', N'1674231363304747010', N'报废入库', N'2', '', 1, 1, N'admin', '2023-06-29 09:41:20', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1674231575783993345', N'1674231363304747010', N'挑拨入库', N'3', '', 1, 1, N'admin', '2023-06-29 09:41:28', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1674231606565990402', N'1674231363304747010', N'其他入库', N'4', '', 1, 1, N'admin', '2023-06-29 09:41:35', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1674232385234333697', N'1674232247069765634', N'已创建', N'0', '', 1, 1, N'admin', '2023-06-29 09:44:41', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1674232454952054785', N'1674232247069765634', N'已提交', N'1', '', 1, 1, N'admin', '2023-06-29 09:44:58', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1674232513059942402', N'1674232247069765634', N'已通过', N'2', '', 1, 1, N'admin', '2023-06-29 09:45:12', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1674232539324674050', N'1674232247069765634', N'已驳回', N'3', '', 1, 1, N'admin', '2023-06-29 09:45:18', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1674249290112368641', N'1674232247069765634', N'已完成', N'4', '', 1, 1, N'admin', '2023-06-29 10:51:51', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1674322689185656834', N'1674322602984321025', N'已创建', N'1', '', 1, 1, N'admin', '2023-06-29 15:43:31', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1674322735864066049', N'1674322602984321025', N'已提交', N'2', '', 1, 1, N'admin', '2023-06-29 15:43:42', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1676424437199122433', N'1676424349005492225', N'备件退库', N'1', '', 1, 1, N'admin', '2023-07-05 10:55:07', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1676514522985627649', N'1676514449316872193', N'立体库', N'1', '', 1, 1, N'admin', '2023-07-05 16:53:05', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1676514577025040386', N'1676514449316872193', N'平库', N'2', '', 1, 1, N'admin', '2023-07-05 16:53:18', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1676514607165308930', N'1676514449316872193', N'虚拟库', N'3', '', 1, 1, N'admin', '2023-07-05 16:53:25', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1676514749096361985', N'1676514704682876929', N'是', N'yes', '', 1, 1, N'admin', '2023-07-05 16:53:59', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1676514817354465282', N'1676514704682876929', N'否', N'no', '', 1, 1, N'admin', '2023-07-05 16:54:15', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1676514968445878274', N'1676514905363546113', N'无', N'1', '', 1, 1, N'admin', '2023-07-05 16:54:51', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1676515122116788225', N'1676514905363546113', N'仅库区', N'2', '', 1, 1, N'admin', '2023-07-05 16:55:28', N'admin', '2023-07-05 16:55:49')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1676515185920540673', N'1676514905363546113', N'仅库位', N'3', '', 1, 1, N'admin', '2023-07-05 16:55:43', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1676515279117975553', N'1676514905363546113', N'库区库位', N'4', '', 1, 1, N'admin', '2023-07-05 16:56:05', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1676515713236828161', N'1676515387742060546', N'部门', N'1', '', 1, 1, N'admin', '2023-07-05 16:57:49', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1676515764629635073', N'1676515387742060546', N'工作中心', N'2', '', 1, 1, N'admin', '2023-07-05 16:58:01', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1676516008079622145', N'1676515917444907010', N'是', N'yes', '', 1, 1, N'admin', '2023-07-05 16:58:59', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1676516033694236673', N'1676515917444907010', N'否', N'no', '', 1, 1, N'admin', '2023-07-05 16:59:05', N'admin', '2023-07-05 16:59:21')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1679761736121872385', N'1679761570270703617', N'是', N'1', '', 1, 1, N'admin', '2023-07-14 15:56:21', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1679761762109779969', N'1679761570270703617', N'否', N'0', '', 1, 1, N'admin', '2023-07-14 15:56:27', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1681127454826651650', N'1681127343392382977', N'已创建', N'1', '', 1, 1, N'admin', '2023-07-18 10:23:14', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1681127509327437825', N'1681127343392382977', N'待维修', N'2', '', 1, 1, N'admin', '2023-07-18 10:23:27', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1681127549194297346', N'1681127343392382977', N'已维修', N'3', '', 1, 1, N'admin', '2023-07-18 10:23:36', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1681127599911821314', N'1681127343392382977', N'已确认', N'4', '', 1, 1, N'admin', '2023-07-18 10:23:48', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1681127639107592193', N'1681127343392382977', N'已停机', N'5', '', 1, 1, N'admin', '2023-07-18 10:23:58', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1681202978349453313', N'1681202932904169474', N'自检', N'self', '', 1, 1, N'admin', '2023-07-18 15:23:20', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1681203035912081409', N'1681202932904169474', N'委外', N'outsourcing', '', 1, 1, N'admin', '2023-07-18 15:23:34', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1681203173132931074', N'1681203115771629569', N'数据', N'data', '', 1, 1, N'admin', '2023-07-18 15:24:06', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1681203229974138882', N'1681203115771629569', N'报告', N'report', '', 1, 1, N'admin', '2023-07-18 15:24:20', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1681209607971213313', N'1681209557538902017', N'已创建', N'1', '', 1, 1, N'admin', '2023-07-18 15:49:41', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1681209676418060290', N'1681209557538902017', N'未完成', N'2', '', 1, 1, N'admin', '2023-07-18 15:49:57', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1681209736044285953', N'1681209557538902017', N'已撤回', N'3', '', 1, 1, N'admin', '2023-07-18 15:50:11', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1681210073291493377', N'1681209557538902017', N'已完成', N'4', '', 1, 1, N'admin', '2023-07-18 15:51:32', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1681916341849272321', N'1681916087720587266', N'正常', N'pass', '', 1, 1, N'admin', '2023-07-20 14:37:59', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1681916383054114818', N'1681916087720587266', N'异常', N'fail', '', 1, 1, N'admin', '2023-07-20 14:38:09', NULL, NULL)
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1684011607012110338', N'版本状态', N'version_status', '', 0, N'admin', '2023-07-26 09:23:49', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1684129846165880834', N'派工方式', N'assign_mode', '', 0, N'admin', '2023-07-26 17:13:40', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1684130162340904962', N'逾期处理方式', N'overdue_dispose_mode', '', 0, N'admin', '2023-07-26 17:14:55', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1684130357589950466', N'依据日历', N'according_calendar', '', 0, N'admin', '2023-07-26 17:15:42', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1684464661699469314', N'班制', N'team_system', '', 0, N'admin', '2023-07-27 15:24:06', N'admin', '2023-07-27 15:26:28', 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1684464749486252033', N'轮换方式', N'rotation_method', '', 0, N'admin', '2023-07-27 15:24:27', N'admin', '2023-07-27 15:26:21', 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1686196956120825858', N'状态', N'type_status', '', 0, N'admin', '2023-08-01 10:07:37', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1686583702029287425', N'紧急程度', N'urgency', N'维修紧急程度', 0, N'admin', '2023-08-02 11:44:24', N'admin', '2023-08-02 16:29:39', 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1686916798427611138', N'派工方式', N'dispatch_method', N'维修模块派工方式', 0, N'admin', '2023-08-03 09:48:01', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict] ([id], [dict_name], [dict_code], [description], [del_flag], [create_by], [create_time], [update_by], [update_time], [type]) VALUES (N'1686918811672559618', N'业务类型', N'repair_order_business_type', N'维修工单业务类型', 0, N'admin', '2023-08-03 09:56:01', NULL, NULL, 0)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1684011667636580353', N'1684011607012110338', N'未生效', N'1', '', 1, 1, N'admin', '2023-07-26 09:24:04', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1684011782539538433', N'1684011607012110338', N'已生效', N'2', '', 1, 1, N'admin', '2023-07-26 09:24:31', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1684011836532813826', N'1684011607012110338', N'已失效', N'3', '', 1, 1, N'admin', '2023-07-26 09:24:44', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1684130013434724354', N'1684129846165880834', N'领取', N'1', '', 1, 1, N'admin', '2023-07-26 17:14:19', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1684130055079968770', N'1684129846165880834', N'手动派工', N'2', '', 1, 1, N'admin', '2023-07-26 17:14:29', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1684130243139977218', N'1684130162340904962', N'允许执行', N'1', '', 1, 1, N'admin', '2023-07-26 17:15:14', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1684130286408417281', N'1684130162340904962', N'禁止直行', N'2', '', 1, 1, N'admin', '2023-07-26 17:15:25', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1684130439710228482', N'1684130357589950466', N'企业日历', N'1', '', 1, 1, N'admin', '2023-07-26 17:16:01', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1684130474489397249', N'1684130357589950466', N'班组工作日历', N'2', '', 1, 1, N'admin', '2023-07-26 17:16:09', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1684464830406959106', N'1684464661699469314', N'两班制', N'1', '', 1, 1, N'admin', '2023-07-27 15:24:46', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1684464865525866498', N'1684464661699469314', N'三班制', N'2', '', 1, 1, N'admin', '2023-07-27 15:24:54', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1684464941274996737', N'1684464749486252033', N'正序', N'1', '', 1, 1, N'admin', '2023-07-27 15:25:13', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1684464971750809602', N'1684464749486252033', N'逆序', N'2', '', 1, 1, N'admin', '2023-07-27 15:25:20', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1686197211864317953', N'1686196956120825858', N'未开始', N'notStarted', '', 1, 1, N'admin', '2023-08-01 10:08:38', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1686197383738507266', N'1686196956120825858', N'执行中', N'underExecution', '', 2, 1, N'admin', '2023-08-01 10:09:19', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1686197546200678401', N'1686196956120825858', N'已完成', N'completed', '', 3, 1, N'admin', '2023-08-01 10:09:58', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1686583762385321985', N'1686583702029287425', N'一般', N'1', '', 1, 1, N'admin', '2023-08-02 11:44:39', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1686583793314119682', N'1686583702029287425', N'紧急', N'2', '', 2, 1, N'admin', '2023-08-02 11:44:46', N'admin', '2023-08-02 11:44:53')
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1686916859295350785', N'1686916798427611138', N'手动派工', N'1', '', 1, 1, N'admin', '2023-08-03 09:48:15', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1686916913435426817', N'1686916798427611138', N'主动领取', N'2', '', 2, 1, N'admin', '2023-08-03 09:48:28', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1686918915074736129', N'1686918811672559618', N'故障报修', N'1', '', 1, 1, N'admin', '2023-08-03 09:56:25', NULL, NULL)
    GO
 
INSERT INTO [dbo].[sys_dict_item] ([id], [dict_id], [item_text], [item_value], [description], [sort_order], [status], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1686918960004120577', N'1686918811672559618', N'项目性维修', N'2', '', 2, 1, N'admin', '2023-08-03 09:56:36', NULL, NULL)