提交代码

This commit is contained in:
2025-07-28 16:40:39 +08:00
parent 53617a3b83
commit 81652f23da
25 changed files with 2073 additions and 174 deletions

View File

@@ -11,18 +11,34 @@
<artifactId>pasd-fire</artifactId>
<name>pasd-fire</name>
<description>
消防设施管理模块
</description>
<url>http://maven.apache.org</url>
<dependencies>
<!-- 通用工具-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common</artifactId>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<!-- MyBatis-Plus 核心依赖 -->
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.5.3</version>
</dependency>
<!-- MyBatis-Plus 注解处理器 -->
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-annotation</artifactId>
<version>3.5.3</version>
</dependency>
</dependencies>
</project>
</project>