Showing
1 changed file
with
62 additions
and
0 deletions
... | ... | @@ -36,3 +36,65 @@ COMMENT ON COLUMN "public"."tk_3d_component"."image_url" IS '图标'; |
36 | 36 | -- Primary Key structure for table tk_3d_component |
37 | 37 | -- ---------------------------- |
38 | 38 | ALTER TABLE "public"."tk_3d_component" ADD CONSTRAINT "tk_3d_component_pkey" PRIMARY KEY ("id"); |
39 | + | |
40 | + | |
41 | +--新增产品品类 | |
42 | +INSERT INTO "public"."tk_device_profile_category"("id", "name", "status", "creator", "create_time", "updater", "update_time", "dict_item_id", "tenant_id", "dict_item_name") VALUES ('973c9285-50dd-4fdf-a11b-9ec54a03e027', '网关IO口8DO+8DI', 1, '80808080-8080-8080-8080-808080808080', '2024-10-28 11:04:44', NULL, NULL, 'edge', '13814000-1dd2-11b2-8080-808080808080', 'dict.category_field.edgeComputing'); | |
43 | +INSERT INTO "public"."tk_device_profile_category"("id", "name", "status", "creator", "create_time", "updater", "update_time", "dict_item_id", "tenant_id", "dict_item_name") VALUES ('12d9255a-400e-40d2-ab04-ecbc4b9200a0', '网关IO口4DO+4DI', 1, '80808080-8080-8080-8080-808080808080', '2024-10-28 11:04:29', NULL, NULL, 'edge', '13814000-1dd2-11b2-8080-808080808080', 'dict.category_field.edgeComputing'); | |
44 | +INSERT INTO "public"."tk_device_profile_category"("id", "name", "status", "creator", "create_time", "updater", "update_time", "dict_item_id", "tenant_id", "dict_item_name") VALUES ('f10fc405-0c1d-4cb3-aa9c-4a9f001f681c', '网关IO口4DO+4DI+4AI', 1, '80808080-8080-8080-8080-808080808080', '2024-10-28 11:04:12', NULL, NULL, 'edge', '13814000-1dd2-11b2-8080-808080808080', 'dict.category_field.edgeComputing'); | |
45 | +INSERT INTO "public"."tk_device_profile_category"("id", "name", "status", "creator", "create_time", "updater", "update_time", "dict_item_id", "tenant_id", "dict_item_name") VALUES ('5b65f08c-cfe1-4d8b-9194-f6abdc12da7d', '三相智能电表', 1, '80808080-8080-8080-8080-808080808080', '2024-10-28 11:04:00', NULL, NULL, 'park', '13814000-1dd2-11b2-8080-808080808080', 'dict.category_field.intelligentPark'); | |
46 | +INSERT INTO "public"."tk_device_profile_category"("id", "name", "status", "creator", "create_time", "updater", "update_time", "dict_item_id", "tenant_id", "dict_item_name") VALUES ('70d2877a-abe4-4423-a98a-331dbb041f48', '多层土壤温度及水分(三层)', 1, '80808080-8080-8080-8080-808080808080', '2024-10-28 11:03:46', NULL, NULL, 'farming', '13814000-1dd2-11b2-8080-808080808080', 'dict.category_field.intelligentAgriculture'); | |
47 | + | |
48 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('b85ab61a-be71-4588-876b-05a7be23c188', 'properties', '一层土壤温度', 'OneLayerSoilTemperature', '{"dataType":{"type":"DOUBLE","specs":{"unit":"°C","unitName":"摄氏度 / °C","valueRange":{}}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:04:54.393193', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '70d2877a-abe4-4423-a98a-331dbb041f48', 1); | |
49 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('4ea85af3-e991-4264-b471-6aa21a7dbb04', 'properties', '一层土壤水分', 'OneLayerSoilHumidity', '{"dataType":{"type":"DOUBLE","specs":{"unit":"%","unitName":"百分比 / %","valueRange":{}}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:04:54.394252', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '70d2877a-abe4-4423-a98a-331dbb041f48', 2); | |
50 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('553c3d07-3b87-428f-9a21-048dc1972a78', 'properties', '二层土壤温度', 'SecondLayerSoilTemperature', '{"dataType":{"type":"DOUBLE","specs":{"unit":"°C","unitName":"摄氏度/°C"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:04:54.39446', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '70d2877a-abe4-4423-a98a-331dbb041f48', 3); | |
51 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('413c5551-9f5b-4264-b6e8-8297bf651a29', 'properties', '二层土壤水分', 'SecondLayerSoilHumidity', '{"dataType":{"type":"DOUBLE","specs":{"unit":"%RH","unitName":"相对湿度/%RH"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:04:54.395001', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '70d2877a-abe4-4423-a98a-331dbb041f48', 4); | |
52 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('e6cd2fbd-6a7e-43f4-b353-f73c2c354493', 'properties', '三层土壤温度', 'ThreeLayerSoilTemperature', '{"dataType":{"type":"DOUBLE","specs":{"unit":"°C","unitName":"摄氏度/°C"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:04:54.395149', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '70d2877a-abe4-4423-a98a-331dbb041f48', 5); | |
53 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('857aff42-60bb-4a87-aa95-9b0e2ae64e00', 'properties', '三层土壤水分', 'ThreeLayerSoilHumidity', '{"dataType":{"type":"DOUBLE","specs":{"unit":"%RH","unitName":"相对湿度/%RH"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:04:54.396192', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '70d2877a-abe4-4423-a98a-331dbb041f48', 6); | |
54 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('63ef088d-1a0c-4953-980e-a2ee194209c7', 'properties', '反向有功电能', 'EPE', '{"dataType":{"type":"DOUBLE","specs":{"unit":"kw*h","unitName":"千瓦时/kw*h"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:21.617692', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '5b65f08c-cfe1-4d8b-9194-f6abdc12da7d', 1); | |
55 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('1c3dcd9b-d229-4372-b1e6-7f2ce4eddfd0', 'properties', 'A相电压', 'Ua', '{"dataType":{"type":"DOUBLE","specs":{"unit":"V","unitName":"伏特/V"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:21.618339', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '5b65f08c-cfe1-4d8b-9194-f6abdc12da7d', 2); | |
56 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('b548f3ff-f66a-439b-abfb-205ec582de62', 'properties', 'B相电压', 'Ub', '{"dataType":{"type":"DOUBLE","specs":{"unit":"V","unitName":"伏特/V"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:21.618544', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '5b65f08c-cfe1-4d8b-9194-f6abdc12da7d', 3); | |
57 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('6a6c1c66-ef27-40db-a991-2cbb7ff81905', 'properties', 'C相电压', 'Uc', '{"dataType":{"type":"DOUBLE","specs":{"unit":"V","unitName":"伏特/V","valueRange":{}}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:21.618699', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '5b65f08c-cfe1-4d8b-9194-f6abdc12da7d', 4); | |
58 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('4bf17a9a-5801-4645-9076-51a043648664', 'properties', 'AB相电压', 'Uab', '{"dataType":{"type":"DOUBLE","specs":{"unit":"V","unitName":"伏特/V"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:21.618822', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '5b65f08c-cfe1-4d8b-9194-f6abdc12da7d', 5); | |
59 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('d45da473-3af4-45be-8ccd-9abf55e32e7f', 'properties', 'BC相电压', 'Ubc', '{"dataType":{"type":"DOUBLE","specs":{"unit":"V","unitName":"伏特/V"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:21.618946', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '5b65f08c-cfe1-4d8b-9194-f6abdc12da7d', 6); | |
60 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('2151b1a5-3aa0-4c35-91e3-d14d0a73995a', 'properties', 'CA相电压', 'Uca', '{"dataType":{"type":"DOUBLE","specs":{"unit":"V","unitName":"伏特/V"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:21.619049', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '5b65f08c-cfe1-4d8b-9194-f6abdc12da7d', 7); | |
61 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('a7a2ecfd-384f-4138-8681-269bfcbb351f', 'properties', 'A相电流', 'Ia', '{"dataType":{"type":"DOUBLE","specs":{"unit":"A","unitName":"安培/A"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:21.619204', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '5b65f08c-cfe1-4d8b-9194-f6abdc12da7d', 8); | |
62 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('3b4d13c0-eb2a-47ea-9f4b-c68d4d3a0295', 'properties', 'B相电流', 'Ib', '{"dataType":{"type":"DOUBLE","specs":{"unit":"A","unitName":"安培/A"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:21.619315', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '5b65f08c-cfe1-4d8b-9194-f6abdc12da7d', 9); | |
63 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('2327f5fd-af71-4436-8b42-3cae590e8473', 'properties', 'C相电流', 'Ic', '{"dataType":{"type":"DOUBLE","specs":{"unit":"A","unitName":"安培/A"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:21.619411', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '5b65f08c-cfe1-4d8b-9194-f6abdc12da7d', 10); | |
64 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('7b01437e-307c-420b-9df5-2d6b702dedb3', 'properties', '正向有功电能', 'EPI', '{"dataType":{"type":"DOUBLE","specs":{"unit":"kw*h","unitName":"千瓦时/kw*h"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:21.619889', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '5b65f08c-cfe1-4d8b-9194-f6abdc12da7d', 11); | |
65 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('757fbb5c-77ee-4bf4-a798-857b52c6ea71', 'properties', '数字信号1', 'DI1', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:32.270558', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', 'f10fc405-0c1d-4cb3-aa9c-4a9f001f681c', 1); | |
66 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('3a600e6b-2aa3-4676-a8af-f46f945b2ecb', 'properties', '数字信号2', 'DI2', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:32.270758', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', 'f10fc405-0c1d-4cb3-aa9c-4a9f001f681c', 2); | |
67 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('75801c52-7035-4dee-8704-2943960d165d', 'properties', '开关1', 'DO1', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:32.270872', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'rw', NULL, 0, 'null', 'f10fc405-0c1d-4cb3-aa9c-4a9f001f681c', 3); | |
68 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('6169592a-e117-43cd-aef5-f4d43d74988a', 'properties', '开关2', 'DO2', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:32.270975', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'rw', NULL, 0, 'null', 'f10fc405-0c1d-4cb3-aa9c-4a9f001f681c', 4); | |
69 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('959bab73-0431-4c5a-aabb-1d2d308d7100', 'properties', '开关4', 'DO4', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:32.271071', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'rw', NULL, 0, 'null', 'f10fc405-0c1d-4cb3-aa9c-4a9f001f681c', 5); | |
70 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('587edd6a-35a6-4f4b-bace-59b644c7fb64', 'properties', '开关3', 'DO3', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:32.271182', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'rw', NULL, 0, 'null', 'f10fc405-0c1d-4cb3-aa9c-4a9f001f681c', 6); | |
71 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('71856c92-d593-4f59-b0cb-8f2fe792190e', 'properties', '数字信号3', 'DI3', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:32.271278', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', 'f10fc405-0c1d-4cb3-aa9c-4a9f001f681c', 7); | |
72 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('7fa23d80-7aac-4fd2-977b-5e845a94e32d', 'properties', '数字信号4', 'DI4', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:32.271364', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', 'f10fc405-0c1d-4cb3-aa9c-4a9f001f681c', 8); | |
73 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('ee95ab27-4cd9-472b-ba5d-ee2714ef75ed', 'properties', '模拟信号1', 'AI1', '{"dataType":{"type":"DOUBLE","specs":{"unit":"mA","unitName":"毫安 / mA"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:32.271456', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', 'f10fc405-0c1d-4cb3-aa9c-4a9f001f681c', 9); | |
74 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('c151adc4-5d89-4392-a2cc-da71132145e2', 'properties', '模拟信号2', 'AI2', '{"dataType":{"type":"DOUBLE","specs":{"unit":"mA","unitName":"毫安 / mA"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:32.271598', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', 'f10fc405-0c1d-4cb3-aa9c-4a9f001f681c', 10); | |
75 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('2154bfed-ce61-46b4-ab8c-03aea9990245', 'properties', '模拟信号3', 'AI3', '{"dataType":{"type":"DOUBLE","specs":{"unit":"mA","unitName":"毫安 / mA"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:32.271701', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', 'f10fc405-0c1d-4cb3-aa9c-4a9f001f681c', 11); | |
76 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('7ffeb973-d11b-4348-a5b2-054c31a2804d', 'properties', '模拟信号4', 'AI4', '{"dataType":{"type":"DOUBLE","specs":{"unit":"mA","unitName":"毫安 / mA"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:32.271801', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', 'f10fc405-0c1d-4cb3-aa9c-4a9f001f681c', 12); | |
77 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('de23d72a-8a21-45e9-9243-c9274356a555', 'properties', '数字信号1', 'DI1', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:42.098379', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '12d9255a-400e-40d2-ab04-ecbc4b9200a0', 1); | |
78 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('f53abf60-5670-421f-baa4-5d341fdea9dc', 'properties', '数字信号2', 'DI2', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:42.098624', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '12d9255a-400e-40d2-ab04-ecbc4b9200a0', 2); | |
79 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('4c8bccf5-0b61-493e-970b-2f73f5bd93b3', 'properties', '开关1', 'DO1', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:42.09874', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'rw', NULL, 0, 'null', '12d9255a-400e-40d2-ab04-ecbc4b9200a0', 3); | |
80 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('bb01de58-df59-4c0e-aa34-e95563c2a83a', 'properties', '开关2', 'DO2', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:42.09886', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'rw', NULL, 0, 'null', '12d9255a-400e-40d2-ab04-ecbc4b9200a0', 4); | |
81 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('4493bb08-fe76-47a7-9a15-011316f403e3', 'properties', '开关4', 'DO4', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:42.098957', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'rw', NULL, 0, 'null', '12d9255a-400e-40d2-ab04-ecbc4b9200a0', 5); | |
82 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('cd5a4262-fa70-4c32-a4bc-a45db3b6b5cc', 'properties', '开关3', 'DO3', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:42.099052', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'rw', NULL, 0, 'null', '12d9255a-400e-40d2-ab04-ecbc4b9200a0', 6); | |
83 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('a879bef7-e932-49ed-b9df-ceeac2fe069a', 'properties', '数字信号3', 'DI3', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:42.099142', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '12d9255a-400e-40d2-ab04-ecbc4b9200a0', 7); | |
84 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('458faa95-9861-438a-b13a-bec26b31a921', 'properties', '数字信号4', 'DI4', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:05:42.099236', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '12d9255a-400e-40d2-ab04-ecbc4b9200a0', 8); | |
85 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('589e86ef-c5c0-43c1-bf42-db7b622560d0', 'properties', '数字信号7', 'DI7', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:07:03.955154', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '973c9285-50dd-4fdf-a11b-9ec54a03e027', 1); | |
86 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('b6e99b9a-7709-45a0-8c22-2eb6ede1576e', 'properties', '数字信号8', 'DI8', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:07:03.955371', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '973c9285-50dd-4fdf-a11b-9ec54a03e027', 2); | |
87 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('7507d851-499b-4030-8172-ff6107ebf030', 'properties', '数字信号5', 'DI5', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:07:03.955482', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '973c9285-50dd-4fdf-a11b-9ec54a03e027', 3); | |
88 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('18b5926f-e1f2-491b-8673-410d6170a155', 'properties', '数字信号6', 'DI6', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:07:03.955655', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '973c9285-50dd-4fdf-a11b-9ec54a03e027', 4); | |
89 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('1abf5173-0acb-4cbb-9e32-661785c6b44d', 'properties', '开关1', 'DO1', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:07:03.955777', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'rw', NULL, 0, 'null', '973c9285-50dd-4fdf-a11b-9ec54a03e027', 5); | |
90 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('c80aafcc-a011-4a2d-bd42-f76a05e19ba2', 'properties', '开关2', 'DO2', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:07:03.955873', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'rw', NULL, 0, 'null', '973c9285-50dd-4fdf-a11b-9ec54a03e027', 6); | |
91 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('f3588d38-03af-4a68-bee9-6b1c600e6b0f', 'properties', '开关3', 'DO3', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:07:03.95596', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'rw', NULL, 0, 'null', '973c9285-50dd-4fdf-a11b-9ec54a03e027', 7); | |
92 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('1bf2d06c-6500-421f-b4e5-7427c5382ea8', 'properties', '开关4', 'DO4', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:07:03.956046', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'rw', NULL, 0, 'null', '973c9285-50dd-4fdf-a11b-9ec54a03e027', 8); | |
93 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('6ac9e43d-910c-4aa1-8e2e-bf9382609cc8', 'properties', '数字信号1', 'DI1', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:07:03.95613', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '973c9285-50dd-4fdf-a11b-9ec54a03e027', 9); | |
94 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('d85fd909-d0e5-42a9-958f-7b2afb8216c6', 'properties', '数字信号2', 'DI2', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:07:03.956214', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '973c9285-50dd-4fdf-a11b-9ec54a03e027', 10); | |
95 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('60e5121d-2eae-4799-b62c-43f55b28dda4', 'properties', '数字信号3', 'DI3', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:07:03.956306', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '973c9285-50dd-4fdf-a11b-9ec54a03e027', 11); | |
96 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('1d245253-c019-490d-96be-1655571fe899', 'properties', '数字信号4', 'DI4', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:07:03.956398', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'r', NULL, 0, 'null', '973c9285-50dd-4fdf-a11b-9ec54a03e027', 12); | |
97 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('1e702fba-a9ec-4d69-b5cb-ddc7dc259396', 'properties', '开关5', 'DO5', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:07:03.956484', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'rw', NULL, 0, 'null', '973c9285-50dd-4fdf-a11b-9ec54a03e027', 13); | |
98 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('2d6e860c-b866-4d31-a571-6ba416e11b74', 'properties', '开关6', 'DO6', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:07:03.956603', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'rw', NULL, 0, 'null', '973c9285-50dd-4fdf-a11b-9ec54a03e027', 14); | |
99 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('00415fcd-c4b8-4e1e-8638-fe443bbd8d4a', 'properties', '开关7', 'DO7', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:07:03.956685', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'rw', NULL, 0, 'null', '973c9285-50dd-4fdf-a11b-9ec54a03e027', 15); | |
100 | +INSERT INTO "tk_things_model" ("id", "function_type", "function_name", "identifier", "function_json", "device_profile_id", "tenant_id", "create_time", "creator", "updater", "update_time", "remark", "call_type", "access_mode", "event_type", "status", "extension_desc", "category_id", "sort") VALUES ('f6a23706-c31a-42ec-a1c1-f2f31426afda', 'properties', '开关8', 'DO8', '{"dataType":{"type":"BOOL","specs":{"boolClose":"关","boolOpen":"开"}}}', NULL, '13814000-1dd2-11b2-8080-808080808080', '2024-10-28 11:07:03.956762', '80808080-8080-8080-8080-808080808080', NULL, NULL, NULL, NULL, 'rw', NULL, 0, 'null', '973c9285-50dd-4fdf-a11b-9ec54a03e027', 16); | ... | ... |