Update core

This commit is contained in:
skx 2020-11-22 13:27:02 +08:00
parent 8a70b411a9
commit 0ca73bfb52

View File

@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SqlSugar
{
public class SugarCompatible
{
public const bool IsFramework = false;
}
}