This commit is contained in:
454313500@qq.com
2021-04-10 18:28:45 +08:00
parent d26140ac18
commit 8673e8fd85
12 changed files with 386 additions and 318 deletions

View File

@@ -2,11 +2,9 @@
using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
namespace CC.Yi.Model
{
public partial class DataContext :IdentityDbContext
public partial class DataContext :DbContext
{
public DbSet<student> student { get; set; }
}