feat(bom): 新增BOM管理功能和到货通知任务
- 添加WarehouseNotificationJob定时任务处理到货通知 - 创建JsbomBackUpEntity和JsbomzxBackUpEntity实体类用于BOM备份 - 添加ArrivalOrderEntity和ArrivalOrderItemEntity实体类用于到货订单 - 创建BomMaterialBackUpMapper和JsbomzxBackUpMapper数据访问接口 - 配置application-local.yaml和application-prod.yaml中的销售系统相关URL - 更新达梦数据库连接配置和Redis密码设置
This commit is contained in:
@@ -104,6 +104,17 @@
|
||||
<version>2.0.32</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<version>3.5.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.zxing</groupId>
|
||||
<artifactId>javase</artifactId>
|
||||
<version>3.5.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.github.pagehelper</groupId>
|
||||
<artifactId>pagehelper-spring-boot-starter</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user