From 94ad631d316da04c46266ddb1fc6e63e6f8f2fae Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期二, 17 三月 2026 17:34:15 +0800
Subject: [PATCH] feat: 同步协议处理、前端交互与业务联调改动
---
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json
index b0bc7d6..3887e19 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/appsettings.json
@@ -62,6 +62,29 @@
"WarehouseId": 1
}
],
+ "RobotTaskAddressRules": {
+ "AddressMap": { // 鎺ュ彛绫诲瀷鍦板潃鏄犲皠
+ "11001": "Change",
+ "11010": "Change",
+ "10010": "Change",
+ "10030": "Change",
+ "11068": "Group",
+ "110681": "Split"
+ },
+ "AddressRoadwayMap": { // 瀵瑰簲璁惧鍦板潃鏄犲皠
+ "11001": "HPRB1",
+ "11010": "HPRB1",
+ "11068": "ZYRB1",
+ "10010": "HPRB1",
+ "10030": "HPRB1"
+ },
+ "AddressSourceLineNoMap": { // 瀵瑰簲杈撻�佺嚎缂栧彿鍦板潃鏄犲皠
+ "11001": "10010",
+ "11010": "10030",
+ "10010": "11001",
+ "10030": "11010"
+ }
+ },
"RedisConfig": {
"Enabled": true, //鏄惁鍚敤Redis锛宖alse鏃朵粎浣跨敤鍐呭瓨缂撳瓨
"ConnectionString": "127.0.0.1:6379,password=P@ssw0rd,defaultDatabase=0,connectTimeout=5000,abortConnect=false", //Redis杩炴帴瀛楃涓�
--
Gitblit v1.9.3