Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Communicator/Siemens/SiemensDBDataType.cs
@@ -112,6 +112,7 @@ DataType_Char => TypeCode.Char, DataType_UInt => TypeCode.UInt16, DataType_UDInt => TypeCode.UInt32, DataType_ByteArray => TypeCode.SByte, _ => throw new CommunicationException($"数据类型错误:【{dataType}】", CommunicationErrorType.TypeError), }; }