mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-16 21:19:34 +08:00
Synchronization code
This commit is contained in:
parent
86a3e2fd00
commit
0d6ad4b748
@ -215,6 +215,10 @@ namespace SqlSugar
|
||||
#endregion
|
||||
|
||||
#region Methods
|
||||
public override bool IsAnySystemTablePermissions()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
public override void AddIndex(EntityInfo entityInfo)
|
||||
{
|
||||
if (entityInfo.Indexs != null)
|
||||
|
Loading…
Reference in New Issue
Block a user