移动代码

This commit is contained in:
huangzj
2023-05-25 15:30:12 +08:00
parent bc9e54d56f
commit 1797172a0a
24 changed files with 896 additions and 16 deletions

View File

@@ -46,10 +46,13 @@
<artifactId>common-db</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.jeffreyning</groupId>
<artifactId>mybatisplus-plus</artifactId>
<version>${mybatis-plus.jeffreyning.version}</version>
<groupId>com.njcn</groupId>
<artifactId>common-oss</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>