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
commit 1de8391821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
{ {