From 6a00ca33210869a75fc1ad3119c1e188b008e04f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=82=9C=E7=BF=94?= <2307953404@qq.com> Date: Mon, 16 Sep 2024 20:12:55 +0800 Subject: [PATCH] ? --- asg_form/Controllers/Dbset.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/asg_form/Controllers/Dbset.cs b/asg_form/Controllers/Dbset.cs index ad0581e..ab8acbd 100644 --- a/asg_form/Controllers/Dbset.cs +++ b/asg_form/Controllers/Dbset.cs @@ -1,6 +1,7 @@  using asg_form.Controllers.Store; using asg_form.Controllers.Team; +using asg_form.Controllers.Teamregistration; using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.DataEncryption; @@ -237,6 +238,7 @@ namespace asg_form.Controllers public DbSet T_Storeinfo { get; set; } public DbSet T_config { get; set; } public DbSet T_Task { get; set; } + public DbSet T_Comform { get; set; } protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) {