村结果图有问题
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user