From 821af8301009019a0f0e81a3ea2a0ae7952b5025 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期三, 28 一月 2026 11:43:30 +0800
Subject: [PATCH] 更新
---
项目代码/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