mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-31 15:56:25 +08:00
降低 UtilConvert.cs ReflectionExtensions.cs 扩展 权限
但是可能会影响原测试调用
This commit is contained in:
parent
31f3d5ebf5
commit
b6b9d3b5f0
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user