iot dic value
This commit is contained in:
parent
87b9efddac
commit
d54c62edc0
|
|
@ -38,3 +38,9 @@ CREATE TABLE `iot_machine_bind` (
|
||||||
PRIMARY KEY (`id`) USING BTREE
|
PRIMARY KEY (`id`) USING BTREE
|
||||||
) ENGINE = InnoDB AUTO_INCREMENT = 15 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = 'iot设备类型绑定表' ROW_FORMAT = DYNAMIC;
|
) ENGINE = InnoDB AUTO_INCREMENT = 15 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = 'iot设备类型绑定表' ROW_FORMAT = DYNAMIC;
|
||||||
SET FOREIGN_KEY_CHECKS = 1;
|
SET FOREIGN_KEY_CHECKS = 1;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
INSERT INTO ma_sgzb_nw.sys_dic (id, p_id, code, name, description, value, sort, level, status, create_time, creator) VALUES (124, 0, null, 'iot设备类型', null, null, null, '1', '0', null, null);
|
||||||
|
INSERT INTO ma_sgzb_nw.sys_dic (id, p_id, code, name, description, value, sort, level, status, create_time, creator) VALUES (125, 124, null, '定位设备', null, null, null, '2', '0', null, null);
|
||||||
|
INSERT INTO ma_sgzb_nw.sys_dic (id, p_id, code, name, description, value, sort, level, status, create_time, creator) VALUES (126, 124, null, '检测设备', null, null, null, '2', '0', null, null);
|
||||||
|
|
|
||||||
|
|
@ -43,5 +43,9 @@ CREATE TABLE `iot_machine_bind` (
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
INSERT INTO `iot_machine_bind` VALUES (13, 13, 690, 'NXCS004', '1', '2024-07-11 18:31:08', '1', '2024-07-11 18:31:11');
|
INSERT INTO `iot_machine_bind` VALUES (13, 13, 690, 'NXCS004', '1', '2024-07-11 18:31:08', '1', '2024-07-11 18:31:11');
|
||||||
INSERT INTO `iot_machine_bind` VALUES (14, 13, 690, 'NXCS004', '1', '2024-07-11 18:31:15', '1', '2024-07-11 18:31:19');
|
INSERT INTO `iot_machine_bind` VALUES (14, 13, 690, 'NXCS004', '1', '2024-07-11 18:31:15', '1', '2024-07-11 18:31:19');
|
||||||
|
INSERT INTO ma_sgzb_nw.sys_dic (id, p_id, code, name, description, value, sort, level, status, create_time, creator) VALUES (124, 0, null, 'iot设备类型', null, null, null, '1', '0', null, null);
|
||||||
|
INSERT INTO ma_sgzb_nw.sys_dic (id, p_id, code, name, description, value, sort, level, status, create_time, creator) VALUES (125, 124, null, '定位设备', null, null, null, '2', '0', null, null);
|
||||||
|
INSERT INTO ma_sgzb_nw.sys_dic (id, p_id, code, name, description, value, sort, level, status, create_time, creator) VALUES (126, 124, null, '检测设备', null, null, null, '2', '0', null, null);
|
||||||
|
|
||||||
SET FOREIGN_KEY_CHECKS = 1;
|
SET FOREIGN_KEY_CHECKS = 1;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -43,5 +43,8 @@ CREATE TABLE `iot_machine_bind` (
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
INSERT INTO `iot_machine_bind` VALUES (13, 13, 690, 'NXCS004', '1', '2024-07-11 18:31:08', '1', '2024-07-11 18:31:11');
|
INSERT INTO `iot_machine_bind` VALUES (13, 13, 690, 'NXCS004', '1', '2024-07-11 18:31:08', '1', '2024-07-11 18:31:11');
|
||||||
INSERT INTO `iot_machine_bind` VALUES (14, 13, 690, 'NXCS004', '1', '2024-07-11 18:31:15', '1', '2024-07-11 18:31:19');
|
INSERT INTO `iot_machine_bind` VALUES (14, 13, 690, 'NXCS004', '1', '2024-07-11 18:31:15', '1', '2024-07-11 18:31:19');
|
||||||
|
INSERT INTO ma_sgzb_nw.sys_dic (id, p_id, code, name, description, value, sort, level, status, create_time, creator) VALUES (124, 0, null, 'iot设备类型', null, null, null, '1', '0', null, null);
|
||||||
|
INSERT INTO ma_sgzb_nw.sys_dic (id, p_id, code, name, description, value, sort, level, status, create_time, creator) VALUES (125, 124, null, '定位设备', null, null, null, '2', '0', null, null);
|
||||||
|
INSERT INTO ma_sgzb_nw.sys_dic (id, p_id, code, name, description, value, sort, level, status, create_time, creator) VALUES (126, 124, null, '检测设备', null, null, null, '2', '0', null, null);
|
||||||
|
|
||||||
SET FOREIGN_KEY_CHECKS = 1;
|
SET FOREIGN_KEY_CHECKS = 1;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue