From fb13d79f33ee8dced242fabf2d66950ae8689400 Mon Sep 17 00:00:00 2001
From: zyh <zyh@123>
Date: 星期一, 30 三月 2026 14:12:03 +0800
Subject: [PATCH] 修改数字孪生接口,将不同库位状态的数量上报

---
 src/main/resources/application-dev.yml |   65 +++++++++++++++++++++++++++++---
 1 files changed, 59 insertions(+), 6 deletions(-)

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index ffa0b84..3deb031 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -1,5 +1,5 @@
 server:
-  port: 8080
+  port: 8084
   servlet:
     context-path: /@pom.build.finalName@
 
@@ -11,8 +11,11 @@
   datasource:
     driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
     username: sa
-    password: Skyouc#23
-    url: jdbc:sqlserver://127.0.0.1:1433;databasename=jsxswms
+    password: sa@123
+    url: jdbc:sqlserver://127.0.0.1:1433;databasename=jnejc-hkwms
+#    username: sa
+#    password: Skyouc#23
+#    url: jdbc:sqlserver://192.168.4.24:1433;databasename=jsxswms
   mvc:
     static-path-pattern: /**
   redis:
@@ -40,14 +43,14 @@
     path: /stock/out/@pom.build.finalName@/logs
 
 super:
-  pwd: asrs2023
+  pwd: xltys1995
 
 swagger:
   enable: false
 
 #License鐩稿叧閰嶇疆
 license:
-  subject: integrationasrs
+  subject: license_demo
   publicAlias: publicCert
   storePass: public_zhongyang_123456789
   licensePath: license.lic
@@ -109,4 +112,54 @@
     acctID: "647e849ab6fa0f"
     username: "llw"
     password: "666666"
-    lcid: 2052
\ No newline at end of file
+    lcid: 2052
+
+#鍒嗗簱閰嶇疆
+wms:
+  #褰撳墠鏄鍑犲簱
+  currentId: 2
+  #褰撳墠搴撳悕绉�
+  currentName: 鍔犲伐搴�
+  #绔嬪簱AGV鑷姩杩愯揣鍑哄簱鍙g紪鐮�
+  wmsTransStartStation1: 205
+  #绔嬪簱AGV鑷姩杩愯揣鍏ュ簱鍙g紪鐮侊紙杈撻�佺嚎锛�
+  wmsTransStartStation2: 202
+  #绔嬪簱AGV鑷姩杩愯揣鍑哄簱鍙g紪鐮侊紙杈撻�佺嚎锛�
+  wmsTransStartStation3: 204
+  #鎵樼洏鐗╂枡鍙�
+  zpalletId: tuopan
+
+wcs:
+  url: 172.26.160.202/
+
+#mes瀵规帴
+mes:
+
+  url: http://192.9.100.173:8088/prod-api/basicmodel/WmsFit/Api/
+#  url: http://172.26.160.73:8080/basicmodel/WmsFit/Api/
+#  url: http://172.26.160.5:8080/basicmodel/WmsFit/Api/
+  #榛樿鎺ュ彛鎿嶄綔浜哄憳id
+  defaultUserId: 30
+
+#娴峰悍瀵规帴
+hik:
+  switch: true
+  url: http://172.26.11.98:80/rcs/rtas/
+  station: 402,401,307,Z-LZH19,Z-LZH20,Z-LZH21,Z-LZH22,Z-LZH23,Z-LZH24,Z-LZH25,Z-LZH26,Z-LZH27,Z-LZH28,Z-LZH29,Z-LZH30,Z-LZH31,Z-LZH32,Z-LZH33,Z-LZH34,Z-LZH35,Z-LZH36,Z-LZH37,Z-LZH38,Z-LZH39,L-LZH40,L-LZH41,L-LZH42
+
+#鍗庢檽瀵规帴
+hx:
+  url: http://172.26.3.131:8300/api/robot/
+  #杞簭浠诲姟涓嬪彂
+  taskNo: controller/task/submit
+  #鍏ョ珯鍏佽
+  inOk: eqpt/notify/product
+  #绂荤珯鍏佽
+
+  #绂荤珯瀹屾垚
+
+#wcs鍦板潃 鏁板瓧瀛敓
+digitalTwins:
+  jgUrl: http://172.26.11.88:8089/jgwms
+  djUrl: http://172.26.11.88:8088/djwms
+  ljqUrl: http://172.26.11.80:8083/ljqwms

--
Gitblit v1.9.1