This commit is contained in:
王炜翔 2024-09-16 20:12:55 +08:00
parent b6e1a27ace
commit 6a00ca3321

View File

@ -1,6 +1,7 @@
 
using asg_form.Controllers.Store; using asg_form.Controllers.Store;
using asg_form.Controllers.Team; using asg_form.Controllers.Team;
using asg_form.Controllers.Teamregistration;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.DataEncryption; using Microsoft.EntityFrameworkCore.DataEncryption;
@ -237,6 +238,7 @@ namespace asg_form.Controllers
public DbSet<StoreinfoDB> T_Storeinfo { get; set; } public DbSet<StoreinfoDB> T_Storeinfo { get; set; }
public DbSet<T_config> T_config { get; set; } public DbSet<T_config> T_config { get; set; }
public DbSet<TaskDB> T_Task { get; set; } public DbSet<TaskDB> T_Task { get; set; }
public DbSet<ComformDB> T_Comform { get; set; }
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{ {