using System;
using System.Collections.Generic;
using System.Linq;
namespace Mesnac.Compressor.Entity
{
///
///
///
public class TSyTracestate
{
///
///
///
public string Barcode { get; set; }
///
///
///
public string ProductID { get; set; }
///
///
///
public string ProductName { get; set; }
///
///
/// 默认值: (getdate())
///
public string BeginTime { get; set; }
///
///
///
public string EndTime { get; set; }
///
///
///
public string ShiftID { get; set; }
///
///
///
public string GroupID { get; set; }
///
///
///
public string ShiftNo { get; set; }
///
///
///
public string SemibarcodeA { get; set; }
///
///
///
public string SemibarcodeB { get; set; }
///
///
///
public string SemibarcodeC { get; set; }
///
///
///
public string ProductBarcode { get; set; }
///
///
///
public string SemiBarcode2 { get; set; }
///
///
///
public string Shellbarcode { get; set; }
///
///
///
public string NameplateInfo { get; set; }
///
///
///
public string MarkRecord { get; set; }
///
///
///
public string Attr1 { get; set; }
///
///
///
public string Attr2 { get; set; }
///
/// 默认0,1拆解,2返修3报废
/// 默认值: ((0))
///
public string ISDis { get; set; }
///
/// 拆解和报废和返修操作人
///
public string DisChecker { get; set; }
///
/// 拆解或报废或返修的时间
///
public DateTime? DisTime { get; set; }
///
/// 1合格2不合格
///
public string State { get; set; }
///
///
///
public string CurrentStationID { get; set; }
///
/// 不合格的工位
///
public string NGStationID { get; set; }
///
///
///
public string RestartStation { get; set; }
///
///
/// 默认值: ((0))
///
public string FinishFlag { get; set; }
///
/// 记录D9工位不合格原因
///
public string D9Remark { get; set; }
}
}