mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-05 08:46:35 +08:00
feat: 完成ISqlSugarDbContextDependencies抽离
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Yi.Framework.SqlSugarCore;
|
||||
|
||||
public interface ISqlSugarDbContextDependencies
|
||||
{
|
||||
void OnSqlSugarClientConfig(ISqlSugarClient client);
|
||||
void OnSqlSugarClientConfig(ISqlSugarClient client);
|
||||
|
||||
void DataExecuted(object obj, DataAfterModel dataAfterModel);
|
||||
void DataExecuting(object obj, DataFilterModel dataAfterModel);
|
||||
|
||||
Reference in New Issue
Block a user