From a2f06e43a6f4ed3c613aefbb8bc0ccf3dd30ff8f Mon Sep 17 00:00:00 2001
From: xiazhengtongxue <133085197+xiazhengtongxue@users.noreply.github.com>
Date: 星期五, 26 十二月 2025 13:34:20 +0800
Subject: [PATCH] 1
---
项目代码/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