Merge pull request #865 from JHeLiu/SqlSugar5

降低 UtilConvert.cs 扩展权限
This commit is contained in:
果糖网
2021-01-09 14:15:00 +08:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text; using System.Text;
namespace SqlSugar namespace SqlSugar
{ {
public static class UtilConvert internal static class UtilConvert
{ {
public static int ObjToInt(this object thisValue) public static int ObjToInt(this object thisValue)
{ {