From e81c782b3e7a632ffb8e32be56fce931a8c89ae6 Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期一, 09 二月 2026 08:55:42 +0800
Subject: [PATCH] 修复bug

---
 项目代码/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