using System; using Gather.Model; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Metadata; using System.Collections.Generic; namespace Gather.Model { public partial class Gather_dbContext : DbContext { public Gather_dbContext() { } public Gather_dbContext(DbContextOptions options) : base(options) { } ///// ///// 全局配置 ///// //public virtual DbSet b_quanjsz { get; set; } } }