feat:完善角色授权用户功能

This commit is contained in:
陈淳
2023-05-24 12:29:20 +08:00
parent 22fab8dee0
commit 93764fc5b5
5 changed files with 30 additions and 14 deletions

View File

@@ -34,11 +34,5 @@ public class Startup : AppStartup
}
public async void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
app.UseSqlsugarCodeFirstServer();
await app.UseDataSeedServer();
app.UseDataFiterServer();
}
}