feat: 新增数据库定时备份功能

This commit is contained in:
陈淳
2023-12-22 18:57:04 +08:00
parent 8139a9585d
commit 61beac9ef2
9 changed files with 95 additions and 18 deletions

View File

@@ -12,5 +12,10 @@ namespace Yi.Framework.SqlSugarCore.Abstractions
{
// IAbpLazyServiceProvider LazyServiceProvider { get; set; }
ISqlSugarClient SqlSugarClient { get; }
/// <summary>
/// 数据库备份
/// </summary>
void BackupDataBase();
}
}