后端代码提交

This commit is contained in:
zzp
2025-06-24 16:23:52 +08:00
parent 59800954f2
commit 5d67138089
1284 changed files with 8023 additions and 17640 deletions

View File

@@ -22,6 +22,17 @@
<artifactId>crmeb-common</artifactId>
<version>${crmeb-common}</version>
</dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.4.0</version>
</dependency>
<!-- Gson 依赖 -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.9</version>
</dependency>
</dependencies>
</project>