chenhj
2025-06-14 31e23deb9ae71263fb59fcd82c26b22c9cdfc3d4
pom.xml
@@ -226,6 +226,19 @@
            <artifactId>lombok</artifactId>
            <scope>provided</scope>
        </dependency>
        <!-- pom.xml -->
        <dependency>
            <groupId>org.mapstruct</groupId>
            <artifactId>mapstruct</artifactId>
            <version>1.5.5.Final</version>
        </dependency>
        <dependency>
            <groupId>org.mapstruct</groupId>
            <artifactId>mapstruct-processor</artifactId>
            <version>1.5.5.Final</version>
            <scope>provided</scope>
        </dependency>
        <!-- MyBatis-Plus 核心依赖 -->
        <dependency>