using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebAPI.Models { public class QC_ProcessCheckBillMain { public long HInterID { get; set; } public string HBillNo { get; set; } public DateTime HDate { get; set; } public long HBillStatus { get; set; } public long HCheckItemNowID { get; set; } public long HCheckItemNextID { get; set; } public long HCheckFlowID { get; set; } public string HRemark { get; set; } public string HBacker { get; set; } public DateTime HBackDate { get; set; } public string HBackRemark { get; set; } public string HChecker { get; set; } public DateTime HCheckDate { get; set; } public string HMaker { get; set; } public DateTime HMakeDate { get; set; } public string HUpDater { get; set; } public DateTime HUpDateDate { get; set; } public string HCloseMan { get; set; } public DateTime HCloseDate { get; set; } public string HCloseType { get; set; } public string HDeleteMan { get; set; } public DateTime HDeleteDate { get; set; } public string HMainSourceBillType { get; set; } public long HMainSourceInterID { get; set; } public long HMainSourceEntryID { get; set; } public string HMainSourceBillNo { get; set; } public long HPrintQty { get; set; } public long HICMOInterID { get; set; } public string HICMOBillNo { get; set; } public long HProcExchInterID { get; set; } public long HProcExchEntryID { get; set; } public string HProcExchBillNo { get; set; } public long HMaterID { get; set; } public long HProcID { get; set; } public long HSourceID { get; set; } public long HEmpID { get; set; } public long HInStockQty { get; set; } public long HCheckQty { get; set; } public long HRightQty { get; set; } public long HBadQty { get; set; } public long HFirstCheckEmp { get; set; } public string HCheckerResult { get; set; } public string HBarcode { get; set; } public string HLBatchNo { get; set; } public long HCusID { get; set; } public string HSortBillNo { get; set; } public string HContrctBatchNo { get; set; } public long HProdAreaID { get; set; } public long HProdTypeID { get; set; } public string HProdStoveNo { get; set; } public long HRecipeID { get; set; } public double HDiameter1 { get; set; } public double HDiameter2 { get; set; } public long HRoutingInterID { get; set; } public long HDrawingDireID { get; set; } public long HPackTypeID { get; set; } } }