wangxinhui
6 天以前 06f5f3e474bb8d9e255a899b62d16f671cfdb940
代码管理/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);