分析项目补正系数、分析项目判定表添加

This commit is contained in:
2025-10-13 14:40:48 +08:00
parent 8dedb9854c
commit 9a82e22131
39 changed files with 2660 additions and 78 deletions

View File

@@ -110,6 +110,12 @@
<dependency>
<groupId>com.zt.plat</groupId>
<artifactId>zt-spring-boot-starter-test</artifactId>
<exclusions>
<exclusion>
<groupId>com.vaadin.external.google</groupId>
<artifactId>android-json</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- 工具类相关 -->