//------------------------------------------------------------------------------
//
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
//
//------------------------------------------------------------------------------
namespace MESClassLibrary.EFModel
{
using System;
using System.Collections.Generic;
public partial class tb_TightenInfo
{
public long ID { get; set; }
public string BarCode { get; set; }
public Nullable IsOK { get; set; }
public Nullable IsOK1 { get; set; }
public Nullable IsOK2 { get; set; }
public Nullable IsOK3 { get; set; }
public Nullable IsOK4 { get; set; }
public Nullable IsOK5 { get; set; }
public Nullable IsOK6 { get; set; }
public Nullable IsOK7 { get; set; }
public Nullable Torque1 { get; set; }
public Nullable Torque2 { get; set; }
public Nullable Torque3 { get; set; }
public Nullable Torque4 { get; set; }
public Nullable Torque5 { get; set; }
public Nullable Torque6 { get; set; }
public Nullable Torque7 { get; set; }
public Nullable Angle1 { get; set; }
public Nullable Angle2 { get; set; }
public Nullable Angle3 { get; set; }
public Nullable Angle4 { get; set; }
public Nullable Angle5 { get; set; }
public Nullable Angle6 { get; set; }
public Nullable Angle7 { get; set; }
public Nullable CreateTime { get; set; }
}
}