新建物联mapper文件

This commit is contained in:
xy
2026-01-19 14:02:14 +08:00
parent fd6ec7bdf2
commit f6c4d050da
2 changed files with 27 additions and 0 deletions

View File

@@ -60,6 +60,11 @@
<artifactId>pqs-influx</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
<version>3.5.1</version>
</dependency>
</dependencies>
</project>