feat: 完成v2.3.0发布

This commit is contained in:
ccnetcore
2025-11-17 00:43:41 +08:00
parent d6cc3c5d96
commit 7919383be3

View File

@@ -357,6 +357,8 @@ namespace Yi.Abp.Web
// app.ApplicationServices.GetRequiredService<ISqlSugarDbContext>().SqlSugarClient.CodeFirst.InitTables<AnnouncementAggregateRoot>();
// app.ApplicationServices.GetRequiredService<ISqlSugarDbContext>().SqlSugarClient.CodeFirst.InitTables<CardFlipTaskAggregateRoot>();
// app.ApplicationServices.GetRequiredService<ISqlSugarDbContext>().SqlSugarClient.CodeFirst.InitTables<InviteCodeAggregateRoot>();
// app.ApplicationServices.GetRequiredService<ISqlSugarDbContext>().SqlSugarClient.CodeFirst.InitTables<InvitationRecordAggregateRoot>();
//跨域
app.UseCors(DefaultCorsPolicyName);