mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
-
This commit is contained in:
@@ -8,10 +8,8 @@ using System.Text;
|
|||||||
|
|
||||||
namespace SqlSugar
|
namespace SqlSugar
|
||||||
{
|
{
|
||||||
/// <summary>
|
|
||||||
/// In order to be compatible with .NET CORE, make sure that the two versions are consistent in syntax
|
public static class ReflectionExtensions
|
||||||
/// </summary>
|
|
||||||
public static class CompatibleExtensions
|
|
||||||
{
|
{
|
||||||
public static Type GetTypeInfo(this Type typeInfo)
|
public static Type GetTypeInfo(this Type typeInfo)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user