feat:仓库、库区、仓位基础功能

This commit is contained in:
zhouz
2026-07-20 15:01:50 +08:00
parent d60f33022c
commit 949609246e
46 changed files with 3179 additions and 40 deletions

View File

@@ -56,7 +56,7 @@ spring:
# url: jdbc:kingbase8://127.0.0.1:54321/test # 人大金仓 KingbaseES 连接的示例
# url: jdbc:postgresql://127.0.0.1:5432/postgres # OpenGauss 连接的示例
username: root
password: root
password: root123
# username: sa # SQL Server 连接的示例
# password: Nl@2024 # SQL Server 连接的示例
# username: SYSDBA # DM 连接的示例
@@ -69,7 +69,7 @@ spring:
lazy: true # 开启懒加载,保证启动速度
url: jdbc:mysql://127.0.0.1:3306/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&rewriteBatchedStatements=true&nullCatalogMeansCurrent=true
username: root
password: root
password: root123
# tdengine: # IoT 数据库(需要 IoT 物联网再开启噢!)
# url: jdbc:TAOS-WS://127.0.0.1:6041/ruoyi_vue_pro?enableAutoReconnect=true # 参见https://t.zsxq.com/qaX9c开启 TDengine WebSocket 自动重连
# driver-class-name: com.taosdata.jdbc.ws.WebSocketDriver