From c5636897ceaf31a24c25e176dd5e8f6569bca4bc Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Thu, 20 Apr 2023 18:18:05 +0800 Subject: [PATCH] Synchronization code --- Src/Asp.NetCore2/SqlSugar/Interface/ISimpleClient.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Src/Asp.NetCore2/SqlSugar/Interface/ISimpleClient.cs b/Src/Asp.NetCore2/SqlSugar/Interface/ISimpleClient.cs index 96746db1c..60227fa60 100644 --- a/Src/Asp.NetCore2/SqlSugar/Interface/ISimpleClient.cs +++ b/Src/Asp.NetCore2/SqlSugar/Interface/ISimpleClient.cs @@ -7,6 +7,7 @@ namespace SqlSugar { public interface ISimpleClient where T : class, new() { + void CopyNew(); RepositoryType CopyNew() where RepositoryType : ISugarRepository; SimpleClient Change() where ChangeType : class, new(); RepositoryType ChangeRepository() where RepositoryType : ISugarRepository ;