2022-07-07 10:41:55 -07:00

68 lines
2.6 KiB
C#

namespace Adaptation.FileHandlers.TIBCO.Transport;
public class Run
{
public long RDS_NO { get; set; }
public long WO_NO { get; set; }
public int WO_STEP { get; set; }
public int CASS_NO { get; set; }
public int REACTOR { get; set; }
public int VER_WFR_CNT { get; set; }
public int LOAD_WFR_CNT { get; set; }
public string ENTER_BY { get; set; }
public string ENTER_DTM { get; set; }
public string VER_SIG { get; set; }
public string VER_SIG_DTM { get; set; }
public string PRE_SIG { get; set; }
public string PRE_SIG_DTM { get; set; }
public string LOAD_SIG { get; set; }
public string LOAD_SIG_DTM { get; set; }
public string WFR_SIG { get; set; }
public string WFR_SIG_DTM { get; set; }
public string UNLOAD_SIG { get; set; }
public string UNLOAD_SIG_DTM { get; set; }
public string POST_SIG { get; set; }
public string POST_SIG_DTM { get; set; }
public string FINAL_SIG { get; set; }
public string FINAL_SIG_DTM { get; set; }
public string SCHED_DT { get; set; }
// public string SPECIAL_INST { get; set; }
public double REACT_IDLE_TIME { get; set; }
public int SHIFT { get; set; }
public string LOAD_LOCK_SIDE { get; set; }
public string ADE_READ { get; set; }
public string INJECTORS { get; set; }
public string TUBE_ID { get; set; }
public int TUBE_GRADE { get; set; }
public string SUSCEPTOR_ID { get; set; }
public string SUPP_INST { get; set; }
public string SUPP_ENTRY_ID { get; set; }
public string SUPP_ENTRY_DTM { get; set; }
public string SUPP_SIG { get; set; }
public string SUPP_SIG_DTM { get; set; }
public string REACT_ACT_ESC_DTM { get; set; }
public int SCHED_WFR_QTY { get; set; }
// public string VER_COMMENT { get; set; }
// public string LOAD_COMMENT { get; set; }
// public string UNLOAD_COMMENT { get; set; }
// public string FINAL_COMMENT { get; set; }
public int CURR_WFR_CNT { get; set; }
public int CURR_WFR_CNT_REJ { get; set; }
public string CUST_CAPTIVE { get; set; }
public string CUST_NAME { get; set; }
public string CUST_NO { get; set; }
public string LOT_NO { get; set; }
public string PART_NO { get; set; }
public string PS_NO { get; set; }
public string REACTOR_TYPE { get; set; }
public string RECIPE_NAME { get; set; }
public int RECIPE_NO { get; set; }
public string SPEC_TYPE { get; set; }
public int WFR_UNLOAD_DAYS { get; set; }
public int WFR_UNLOAD_NIGHTS { get; set; }
public int WFR_UNLOAD_QTY { get; set; }
public string CASS_ID_SAP { get; set; }
public string REACT_TOOL_ID { get; set; }
}