using SqlSugar;
using System;
namespace Tiger.Model.Entitys.MES
{
///
/// R107
///
[SugarTable("sfc.r_wip_tracking_t", "r_wip_tracking_t")]
public class R_Wip_Tracking_T
{
///
/// SN码
///
public string SERIAL_NUMBER { get; set; }
///
///
///
public string SECTION_FLAG { get; set; }
///
/// 工单号
///
public string MO_NUMBER { get; set; }
///
///
///
public string MODEL_NAME { get; set; }
///
///
///
public string TYPE { get; set; }
///
///
///
public string VERSION_CODE { get; set; }
///
///
///
public string LINE_NAME { get; set; }
///
///
///
public string SECTION_NAME { get; set; }
///
/// 站位
///
public string GROUP_NAME { get; set; }
///
///
///
public string STATION_NAME { get; set; }
///
///
///
public string LOCATION { get; set; }
///
///
///
public int STATION_SEQ { get; set; }
///
///
///
public string ERROR_FLAG { get; set; }
///
///
///
public DateTime? IN_STATION_TIME { get; set; }
///
///
///
public DateTime? IN_LINE_TIME { get; set; }
///
///
///
public DateTime? OUT_LINE_TIME { get; set; }
///
///
///
public string SHIPPING_SN { get; set; }
///
///
///
public string WORK_FLAG { get; set; }
///
///
///
public string FINISH_FLAG { get; set; }
///
///
///
public int ENC_CNT { get; set; }
///
///
///
public int SPECIAL_ROUTE { get; set; }
///
/// 栈板号
///
public string PALLET_NO { get; set; }
///
///
///
public string CONTAINER_NO { get; set; }
///
///
///
public string QA_NO { get; set; }
///
///
///
public string QA_RESULT { get; set; }
///
///
///
public string SCRAP_FLAG { get; set; }
///
///
///
public string NEXT_STATION { get; set; }
///
///
///
public string CUSTOMER_NO { get; set; }
///
///
///
public string BOM_NO { get; set; }
///
///
///
public string BILL_NO { get; set; }
///
///
///
public string TRACK_NO { get; set; }
///
///
///
public string PO_NO { get; set; }
///
///
///
public string KEY_PART_NO { get; set; }
///
///
///
public string CARTON_NO { get; set; }
///
///
///
public DateTime? WARRANTY_DATE { get; set; }
///
///
///
public string REWORK_NO { get; set; }
///
///
///
public int REPAIR_CNT { get; set; }
///
///
///
public string EMP_NO { get; set; }
///
///
///
public string PO_LINE { get; set; }
///
///
///
public string PALLET_FULL_FLAG { get; set; }
///
///
///
public string PMCC { get; set; }
///
///
///
public string GROUP_NAME_CQC { get; set; }
///
///
///
public string MO_NUMBER_OLD { get; set; }
///
///
///
public string ERP_MO { get; set; }
///
///
///
public string ATE_STATION_NO { get; set; }
///
///
///
public string MSN { get; set; }
///
///
///
public string IMEI { get; set; }
///
///
///
public string JOB { get; set; }
///
///
///
public string MCARTON_NO { get; set; }
///
///
///
public string SO_NUMBER { get; set; }
///
///
///
public string SO_LINE { get; set; }
///
///
///
public string STOCK_NO { get; set; }
///
///
///
public string TRAY_NO { get; set; }
///
///
///
public string SHIP_NO { get; set; }
///
///
///
public string WIP_GROUP { get; set; }
///
///
///
public string SHIPPING_SN2 { get; set; }
}
}