ERP:增加入库单号的自动生成

This commit is contained in:
YunaiV
2024-02-07 00:37:42 +08:00
parent 593e1fd59c
commit f6d3290426
7 changed files with 85 additions and 6 deletions

View File

@@ -51,6 +51,11 @@
<artifactId>yudao-spring-boot-starter-mybatis</artifactId>
</dependency>
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-redis</artifactId>
</dependency>
<!-- 工具类相关 -->
<dependency>
<groupId>cn.iocoder.boot</groupId>