测试项数据入库代码

This commit is contained in:
2024-12-25 20:28:24 +08:00
parent 705372f918
commit 270b89ef2a
12 changed files with 386 additions and 218 deletions

View File

@@ -48,6 +48,12 @@
<artifactId>fastjson</artifactId>
<version>1.2.83</version>
</dependency>
<dependency>
<groupId>com.njcn.gather</groupId>
<artifactId>storage</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>