1
hutongqing
2025-01-13 8baeba33d75be5ae6bffbffa3ae3427b3d7891d4
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/Helper/ConvertHelper.cs
@@ -24,7 +24,7 @@
        {
            bool[] boolArray = ByteToBoolArray(data);
            Array.Reverse(boolArray);
            //Array.Reverse(boolArray);
            Type type = typeof(T);
            object? obj = Activator.CreateInstance(type);