工料机、定额基价、定额费率、定额取费

This commit is contained in:
2026-01-03 14:54:15 +08:00
parent 638a87f919
commit 27904a9257
120 changed files with 6744 additions and 2715 deletions

View File

@@ -47,14 +47,14 @@ spring:
primary: master
datasource:
master:
url: jdbc:postgresql://192.168.5.118:5432/ruoyi-vue-pro # PostgreSQL 连接配置
url: jdbc:postgresql://106.55.147.251:35432/dev # PostgreSQL 连接配置
username: postgres
password: 123456
password: pMnxAcxmHJzG7bnx
slave: # 模拟从库,可根据自己需要修改
lazy: true # 开启懒加载,保证启动速度
url: jdbc:postgresql://192.168.5.118:5432/ruoyi-vue-pro # PostgreSQL 连接配置
url: jdbc:postgresql://106.55.147.251:35432/dev # PostgreSQL 连接配置
username: postgres
password: 123456
password: pMnxAcxmHJzG7bnx
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
redis: