This commit is contained in:
王炜翔 2024-10-02 21:09:50 +08:00
parent 9e2d370fb9
commit 26d85c5a37
2 changed files with 2 additions and 2 deletions

View File

@ -198,4 +198,3 @@ namespace asg_form.Controllers.Budget
} }
} }
*/

View File

@ -1,5 +1,6 @@
 
//using asg_form.Controllers.Budget; //using asg_form.Controllers.Budget;
using asg_form.Controllers.Budget;
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 asg_form.Controllers.Teamregistration;
@ -240,7 +241,7 @@ namespace asg_form.Controllers
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; } public DbSet<ComformDB> T_Comform { get; set; }
//public DbSet<BgDB> budgetDetails { get; set; } public DbSet<BgDB> budgetDetails { get; set; }
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder) protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{ {