From 9ffd50c8ed26e0be4ccdb500f261132c19600e96 Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期二, 03 九月 2024 15:34:59 +0800 Subject: [PATCH] 增加注释 --- WIDESEAWCS_Server/WIDESEAWCS_Communicator/Siemens/SiemensDBDataType.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/WIDESEAWCS_Server/WIDESEAWCS_Communicator/Siemens/SiemensDBDataType.cs b/WIDESEAWCS_Server/WIDESEAWCS_Communicator/Siemens/SiemensDBDataType.cs index 0a38657..404af2e 100644 --- a/WIDESEAWCS_Server/WIDESEAWCS_Communicator/Siemens/SiemensDBDataType.cs +++ b/WIDESEAWCS_Server/WIDESEAWCS_Communicator/Siemens/SiemensDBDataType.cs @@ -76,6 +76,12 @@ public const string DataType_Char = "char"; #endregion <Const> + /// <summary> + /// 鏍规嵁瑗块棬瀛怭LC鐨勬暟鎹被鍨嬭幏鍙栧搴擟#鐨勭被鍨嬬紪鍙锋灇涓� + /// </summary> + /// <param name="dataType">瑗块棬瀛怭LC鐨勬暟鎹被鍨�</param> + /// <returns>杩斿洖瀵瑰簲C#鐨勭被鍨嬬紪鍙锋灇涓�</returns> + /// <exception cref="CommunicationException"></exception> public static TypeCode GetTypeCode(string dataType) { return dataType.ToLower() switch -- Gitblit v1.9.3