//------------------------------------------------------------------------------
//
// 此代码是根据模板生成的。
//
// 手动更改此文件可能会导致应用程序中发生异常行为。
// 如果重新生成代码,则将覆盖对此文件的手动更改。
//
//------------------------------------------------------------------------------
namespace EntityDataSet
{
using System;
using System.Data.Entity;
using System.Data.Entity.Infrastructure;
public partial class wisdom_cs_entity : DbContext
{
public wisdom_cs_entity()
: base("name=wisdom_cs_entity")
{
}
protected override void OnModelCreating(DbModelBuilder modelBuilder)
{
throw new UnintentionalCodeFirstException();
}
public DbSet line { get; set; }
public DbSet project { get; set; }
public DbSet windpowerstation { get; set; }
public DbSet electricaltestingpointai { get; set; }
public DbSet electricaltestingpointdi { get; set; }
public DbSet windpowerstationtestingpoint { get; set; }
public DbSet windturbinetestingpointai { get; set; }
public DbSet windturbinetestingpointdi { get; set; }
public DbSet view_tspoint { get; set; }
public DbSet view_tspoint1 { get; set; }
public DbSet control_info { get; set; }
public DbSet gycp_cmd_info { get; set; }
public DbSet windturbine { get; set; }
public DbSet user { get; set; }
public DbSet gycp_address { get; set; }
public DbSet control_log { get; set; }
public DbSet windturbine_uniform_code { get; set; }
}
}