村结果图有问题

This commit is contained in:
TD
2025-04-02 19:13:18 +08:00
parent d63a6c42b3
commit 67ba78f268
4 changed files with 17 additions and 3 deletions

View File

@ -1,5 +1,5 @@
using Microsoft.CSharp.RuntimeBinder;
using Newtonsoft.Json;
using System.Collections.ObjectModel;
using System.Drawing.Imaging;
using System.Dynamic;
@ -34,7 +34,10 @@ namespace DH.Commons.Helper
return result;
}
public static T DeepSerializeClone<T>(this T t)
{
return JsonConvert.DeserializeObject<T>(JsonConvert.SerializeObject(t));
}
/// <summary>
/// 字节数组转换为整数
/// </summary>