mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-18 15:36:37 +08:00
refactor: ai+人工重构优化 framework
This commit is contained in:
@@ -8,15 +8,18 @@ using Volo.Abp.DependencyInjection;
|
||||
|
||||
namespace Yi.Framework.SqlSugarCore.Abstractions
|
||||
{
|
||||
/// <summary>
|
||||
/// SqlSugar数据库上下文接口
|
||||
/// </summary>
|
||||
public interface ISqlSugarDbContext
|
||||
{
|
||||
/// <summary>
|
||||
/// SqlSugarDb
|
||||
/// 获取SqlSugar客户端实例
|
||||
/// </summary>
|
||||
ISqlSugarClient SqlSugarClient { get; }
|
||||
|
||||
/// <summary>
|
||||
/// 数据库备份
|
||||
/// 执行数据库备份
|
||||
/// </summary>
|
||||
void BackupDataBase();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user