using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Text; 
 | 
  
 | 
namespace Model 
 | 
{ 
 | 
    public class ClsQC_ProcessCheckBillMain : DBUtility.ClsXt_BaseBillMain 
 | 
    { 
 | 
        public Int64 HPrintQty; 
 | 
        // 
 | 
        public Int64 HICMOInterID; 
 | 
        public String HICMOBillNo; 
 | 
        public Int64 HProcExchInterID; 
 | 
        public Int64 HProcExchEntryID; 
 | 
        public String HProcExchBillNo; 
 | 
        public Int64 HMaterID; 
 | 
        public Int64 HProcID; 
 | 
        public Int64 HSourceID; 
 | 
        public Int64 HEmpID; 
 | 
        public Int64 HInStockQty; 
 | 
        public Int64 HCheckQty; 
 | 
        public Int64 HRightQty; 
 | 
        public Int64 HBadQty; 
 | 
        public Int64 HFirstCheckEmp; 
 | 
        public String HCheckerResult; 
 | 
        public String HBarCode; 
 | 
        public String HLBatchNo; 
 | 
        public Int64 HCusID; 
 | 
        public String HSortBillNo; 
 | 
        public String HContrctBatchNo; 
 | 
        public Int64 HProdAreaID; 
 | 
        public Int64 HProdTypeID; 
 | 
        public String HProdStoveNo; 
 | 
        public Int64 HRecipeID; 
 | 
        public Int64 HDiameter1; 
 | 
        public Int64 HDiameter2; 
 | 
        public Int64 HRoutingInterID; 
 | 
        public String HDrawingDireID; 
 | 
        public Int64 HPackTypeID; 
 | 
        public Int64 HICMOEntryID; 
 | 
         
 | 
    } 
 | 
} 
 |