1
2
3
4
5
6
7
8
9
10
| INSERT INTO [dbo].[sys_permission] ([id], [parent_id], [name], [url], [component], [component_name], [redirect], [menu_type], [perms], [perms_type], [sort_no], [always_show], [icon], [is_route], [is_leaf], [keep_alive], [hidden], [hide_tab], [description], [create_by], [create_time], [update_by], [update_time], [del_flag], [rule_flag], [status], [internal_or_external]) VALUES (N'1745311913753559042', N'1638420030147723265', N'计量检测设备', N'/eam/EquipmentListOfMetrological', N'eam/EquipmentListOfMetrological', NULL, NULL, 1, NULL, N'1', 10.1, 0, NULL, 1, 1, 0, 0, 0, NULL, N'admin', '2024-01-11 13:09:21.0000000', N'admin', '2024-01-11 13:09:57.1730000', 0, NULL, N'1', 0);
|
| 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'1745294580473511937', N'1695985281980776449', N'计量检测设备', N'metrological', '', 15, 1, N'admin', '2024-01-11 12:00:28.6580000', NULL, NULL);
|
| INSERT INTO [dbo].[sys_role] ([id], [role_name], [role_code], [description], [create_by], [create_time], [update_by], [update_time]) VALUES (N'1745327833121144834', N'所有保修单接收人', N'AcceptAllRepair', NULL, N'admin', '2024-01-11 14:12:36.6980000', 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'1745365425845702657', N'物料类型', N'material_type', '', 0, N'admin', '2024-01-11 16:41:59.4940000', NULL, NULL, NULL);
|
| 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'1745365536852152322', N'1745365425845702657', N'加工件', N'needPart', '', 1, 1, N'admin', '2024-01-11 16:42:25.0000000', N'admin', '2024-01-11 16:45:00.3490000');
| 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'1745365875504451586', N'1745365425845702657', N'采购件', N'needSpare', '', 1, 1, N'admin', '2024-01-11 16:43:46.0000000', N'admin', '2024-01-11 16:44:24.5800000');
|
|