fix: 慢性病管理自测问题修复。

This commit is contained in:
tianyongbao
2026-03-21 10:51:35 +08:00
parent 191f6e1caf
commit 8821e01422
20 changed files with 140 additions and 101 deletions

View File

@@ -145,6 +145,12 @@
<artifactId>mybatis-plus-extension</artifactId>
<version>3.5.5</version>
</dependency>
<!-- PostgreSQL JDBC Driver -->
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>