Skip to content

Commit

Permalink
refactor: 增加 SqlSugar ORM 支持
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Apr 25, 2024
1 parent 294a9a9 commit 3cf8cae
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ public static IServiceCollection AddBootstrapBlazorAdmin(this IServiceCollection
//增加 FreeSql 数据服务
//services.AddFreeSqlDataAccessServices();

//增加 SqlSugar 数据服务
//services.AddSqlSugarDataAccessServices();

// 增加 EFCore 数据服务
//services.AddEFCoreDataAccessServices();

Expand Down

0 comments on commit 3cf8cae

Please sign in to comment.