From 1e03676ccf31594195266ae732857af5717a5fb2 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期五, 06 三月 2026 17:13:15 +0800
Subject: [PATCH] config: 添加自动出库任务配置
---
Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json b/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
index da6c29a..e199477 100644
--- a/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
+++ b/Code/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/appsettings.json
@@ -30,5 +30,13 @@
"ExpMinutes": 120,
"DBSeedEnable": false,
"PDAVersion": "4",
- "WebSocketPort": 9296
+ "WebSocketPort": 9296,
+ "AutoOutboundTask": {
+ "Enable": true,
+ "CheckIntervalSeconds": 300,
+ "TargetAddresses": {
+ "GW": "10081",
+ "CW": "10080"
+ }
+ }
}
--
Gitblit v1.9.3