工单模块
This commit is contained in:
@@ -195,6 +195,12 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- MyBatis-Plus 注解(用于 DTO 中的 @TableField 等注解) -->
|
||||
<dependency>
|
||||
<groupId>com.baomidou</groupId>
|
||||
<artifactId>mybatis-plus-annotation</artifactId>
|
||||
<version>${mybatis.plus.version}</version>
|
||||
</dependency>
|
||||
<!-- 强制引入与 Spring Boot 3.x 匹配的 mybatis-spring 3.x -->
|
||||
<dependency>
|
||||
<groupId>org.mybatis</groupId>
|
||||
@@ -247,6 +253,16 @@
|
||||
<artifactId>api-log</artifactId>
|
||||
<version>${urban-lifeline.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.xyzh.apis</groupId>
|
||||
<artifactId>api-ai</artifactId>
|
||||
<version>${urban-lifeline.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.xyzh.apis</groupId>
|
||||
<artifactId>api-workcase</artifactId>
|
||||
<version>${urban-lifeline.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Common 模块 -->
|
||||
<dependency>
|
||||
@@ -279,6 +295,11 @@
|
||||
<artifactId>common-exception</artifactId>
|
||||
<version>${urban-lifeline.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.xyzh.common</groupId>
|
||||
<artifactId>common-jdbc</artifactId>
|
||||
<version>${urban-lifeline.version}</version>
|
||||
</dependency>
|
||||
<!-- 服务模块 -->
|
||||
<dependency>
|
||||
<groupId>org.xyzh</groupId>
|
||||
|
||||
Reference in New Issue
Block a user