mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-19 16:06:36 +08:00
模型类
This commit is contained in:
@@ -34,6 +34,7 @@ namespace Yi.Framework.Model
|
||||
optionsBuilder.UseSqlite(_connStr);
|
||||
}
|
||||
}
|
||||
public virtual DbSet<user> user { get; set; }
|
||||
public DbSet<user> user { get; set; }
|
||||
public DbSet<role> role { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user