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