2
0

feat: add mybatis plus

This commit is contained in:
caiyuchao
2024-12-09 17:07:57 +08:00
parent 735c181fc8
commit af65a433ef
10 changed files with 210 additions and 8 deletions

View File

@@ -75,6 +75,15 @@
<groupId>org.wfc</groupId>
<artifactId>wfc-common-mail</artifactId>
</dependency>
<dependency>
<groupId>org.wfc</groupId>
<artifactId>wfc-api-omada</artifactId>
</dependency>
<!-- MybatisPlus -->
<dependency>
<groupId>org.wfc</groupId>
<artifactId>wfc-common-mybatis</artifactId>
</dependency>
</dependencies>