This commit is contained in:
sunkaixuan
2017-09-15 12:24:37 +08:00
parent acd44ec9e0
commit 9326865a7d

View File

@@ -6,7 +6,7 @@ using System.Text;
namespace SqlSugar namespace SqlSugar
{ {
public class JsonHelper internal class JsonHelper
{ {
public static string SerializeObject(object value) public static string SerializeObject(object value)
{ {