2
0

feat: add code generator

This commit is contained in:
caiyuchao
2024-12-09 18:32:59 +08:00
parent af65a433ef
commit 24240ee01e
3 changed files with 88 additions and 5 deletions

View File

@@ -65,6 +65,15 @@
<artifactId>wfc-common-swagger</artifactId>
</dependency>
<dependency>
<groupId>org.wfc</groupId>
<artifactId>wfc-common-mybatis</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-generator</artifactId>
</dependency>
</dependencies>
<build>