/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `dynamic_variable`
--
LOCKTABLES`dynamic_variable`WRITE;
/*!40000 ALTER TABLE `dynamic_variable` DISABLE KEYS */;
INSERTINTO`dynamic_variable`VALUES(1,1,'name','componentName',2,'备注','{\"poolId\":1,\"sqlExp\":\"select * from component where ip = ${ip}[1]\"}','2022-01-20 08:38:59','2022-01-20 08:38:59'),(2,1,'ip','ip',2,'IP变量','{\"poolId\":2,\"sqlExp\":\"select * from #{example}\"}','2022-01-20 09:14:31','2022-01-20 09:14:35');
/*!40000 ALTER TABLE `dynamic_variable` ENABLE KEYS */;
UNLOCKTABLES;
--
-- Table structure for table `environment`
--
DROPTABLEIFEXISTS`environment`;
/*!40101 SET @saved_cs_client = @@character_set_client */;