初始化
This commit is contained in:
41
Face.Domain/Entities/InHaosEntity.Context.cs
Normal file
41
Face.Domain/Entities/InHaosEntity.Context.cs
Normal file
@@ -0,0 +1,41 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码已从模板生成。
|
||||
//
|
||||
// 手动更改此文件可能导致应用程序出现意外的行为。
|
||||
// 如果重新生成代码,将覆盖对此文件的手动更改。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Face.Domain.Entities
|
||||
{
|
||||
using System;
|
||||
using System.Data.Entity;
|
||||
using System.Data.Entity.Infrastructure;
|
||||
|
||||
public partial class Uts_InHaosEntities : DbContext
|
||||
{
|
||||
public Uts_InHaosEntities()
|
||||
: base("name=Uts_InHaosEntities")
|
||||
{
|
||||
}
|
||||
|
||||
protected override void OnModelCreating(DbModelBuilder modelBuilder)
|
||||
{
|
||||
throw new UnintentionalCodeFirstException();
|
||||
}
|
||||
|
||||
public virtual DbSet<TBL_Customer> TBL_Customer { get; set; }
|
||||
public virtual DbSet<TBL_FlowCtr> TBL_FlowCtr { get; set; }
|
||||
public virtual DbSet<TBL_Log> TBL_Log { get; set; }
|
||||
public virtual DbSet<TBL_ProductionLine> TBL_ProductionLine { get; set; }
|
||||
public virtual DbSet<TBL_Project> TBL_Project { get; set; }
|
||||
public virtual DbSet<TBL_SyncList> TBL_SyncList { get; set; }
|
||||
public virtual DbSet<TBL_StationList> TBL_StationList { get; set; }
|
||||
public virtual DbSet<TBL_Orders> TBL_Orders { get; set; }
|
||||
public virtual DbSet<TBL_ProductionPlan> TBL_ProductionPlan { get; set; }
|
||||
public virtual DbSet<TBL_SnRules> TBL_SnRules { get; set; }
|
||||
public virtual DbSet<TBL_OrderInternal> TBL_OrderInternal { get; set; }
|
||||
public virtual DbSet<TBL_SnList> TBL_SnList { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user