模具管理修改4

This commit is contained in:
杨晓东 2025-10-14 17:13:59 +08:00
parent 8317bb0073
commit d9a12c0f44
8 changed files with 19 additions and 5 deletions

View File

@ -60,6 +60,24 @@
<groupId>shgx</groupId>
<artifactId>shgx-generator</artifactId>
</dependency>
<dependency>
<groupId>shgx</groupId>
<artifactId>shgx-moldmanagement</artifactId>
<version>3.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>shgx</groupId>
<artifactId>shgx-system</artifactId>
</dependency>
<!-- 验证码 -->
<dependency>
<groupId>com.github.penggle</groupId>
<artifactId>kaptcha</artifactId>
<version>2.3.2</version>
</dependency>
</dependencies>

View File

@ -118,6 +118,7 @@
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-annotation</artifactId>

View File

@ -59,11 +59,6 @@
<artifactId>shgx-system</artifactId>
</dependency>
<dependency>
<groupId>shgx</groupId>
<artifactId>shgx-moldmanagement</artifactId>
</dependency>
</dependencies>
</project>