wangxinhui
2025-03-06 2f8a8a7b31c7e311d1824c76e2a67e2a128bc65b
代码管理/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);