测试项数据入库代码

This commit is contained in:
2024-12-25 11:15:24 +08:00
parent 3a582d18d6
commit 9706c91c3f
18 changed files with 1342 additions and 0 deletions

View File

@@ -31,6 +31,12 @@
<artifactId>detection</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.njcn.gather</groupId>
<artifactId>storage</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
<build>