This commit is contained in:
王炜翔 2024-10-04 21:24:10 +08:00
parent 372b2760ce
commit 023c24ecd5

View File

@ -244,8 +244,6 @@ namespace asg_form.Controllers
public DbSet<ComformDB> T_Comform { get; set; }
public DbSet<BgDB> budgetDetails { get; set; }
public DbSet<tBg> totBg { get; set; }
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
string connStr = @"Host=localhost;Port=2345;Database=asg;Username=postgres;Password=luolan12323;";