mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-08 02:14:53 +08:00
降低 UtilConvert.cs ReflectionExtensions.cs 扩展 权限
但是可能会影响原测试调用
This commit is contained in:
@@ -9,7 +9,7 @@ using System.Text;
|
||||
namespace SqlSugar
|
||||
{
|
||||
|
||||
public static class ReflectionExtensions
|
||||
internal static class ReflectionExtensions
|
||||
{
|
||||
public static Type GetTypeInfo(this Type typeInfo)
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user