From 4f3b0a6727ecfa555892ebea64bd76e5a07cd6fb Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期二, 17 三月 2026 10:01:38 +0800
Subject: [PATCH] feat: 新增WMS异常上报自动恢复异常按钮
---
项目代码/WCSServices/WIDESEAWCS_DTO/ConnectDTO.cs | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/ConnectDTO.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/ConnectDTO.cs"
index 2fd434e..7e6b398 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/ConnectDTO.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_DTO/ConnectDTO.cs"
@@ -11,14 +11,10 @@
/// <summary>
/// 鎺у埗鍣↖P鍦板潃
/// </summary>
- public string sIp { get; set; }
+ public string sIp { get; set; } = "11.2.30.252";
/// <summary>
/// 绔彛鍙烽粯璁ゅ��6020
/// </summary>
public int iPort { get; set; } = 6020;
- /// <summary>
- /// 鍙�夌殑瓒呮椂鍙傛暟
- /// </summary>
- public int? iTimeOut { get; set; }
}
}
--
Gitblit v1.9.3