SuZhouZhanFang/suzhou-iot-service/Gather.Model/Gather_dbContext.cs

25 lines
569 B
C#

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<Gather_dbContext> options)
: base(options)
{
}
///// <summary>
///// 全局配置
///// </summary>
//public virtual DbSet<b_quanjsz> b_quanjsz { get; set; }
}
}