Files
Web_Faces_Prod/Face.Domain/Entities/InHaosEntity.Context.cs
2025-11-25 17:41:57 +08:00

42 lines
1.7 KiB
C#

//------------------------------------------------------------------------------
// <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; }
}
}