降低 UtilConvert.cs ReflectionExtensions.cs 扩展 权限

但是可能会影响原测试调用
This commit is contained in:
liujunhe 2021-01-09 10:21:57 +08:00
parent 31f3d5ebf5
commit b6b9d3b5f0
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ using System.Text;
namespace SqlSugar
{
public static class ReflectionExtensions
internal static class ReflectionExtensions
{
public static Type GetTypeInfo(this Type typeInfo)
{

View File

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