Synchronization code

This commit is contained in:
sunkaixuan 2023-05-31 22:12:03 +08:00
parent f4c0335b45
commit ccd0e38fba

View File

@ -154,6 +154,7 @@ namespace SqlSugar
copyContext.TableEnumIsString = this.TableEnumIsString;
copyContext.IsSingle = this.IsSingle;
copyContext.RootExpression = this.RootExpression;
copyContext.SugarContext= this.SugarContext;
return copyContext;
}
#endregion