using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Text; 
 | 
  
 | 
namespace Model 
 | 
{ 
 | 
    public class ClsSc_StationOutBillMain : DBUtility.ClsXt_BaseBillMain 
 | 
    { 
 | 
        public Int64 HPrintQty; 
 | 
        public Int64 HICMOInterID; 
 | 
        public Int64 HICMOEntryID; 
 | 
        public String HICMOBillNo; 
 | 
        public Int64 HProcPlanInterID; 
 | 
        public Int64 HProcPlanEntryID; 
 | 
        public String HProcPlanBillNo; 
 | 
        public Int64 HProcExchInterID; 
 | 
        public Int64 HProcExchEntryID; 
 | 
        public String HProcExchBillNo; 
 | 
        public Int64 HMaterID; 
 | 
        public Int64 HProcID; 
 | 
        public Int64 HPayProcID; 
 | 
        public double HICMOQty; 
 | 
        public double HPlanQty; 
 | 
        public double HDSQty; 
 | 
        public DateTime HStationOutTime; 
 | 
        public Int64 HSourceID; 
 | 
        public Int64 HSourceID2; 
 | 
        public Int64 HSourceID3; 
 | 
        public Int64 HSourceID4; 
 | 
        public Int64 HSourceID5; 
 | 
        public Int64 HGroupID; 
 | 
        public Int64 HDeptID; 
 | 
        public Int64 HEmpID; 
 | 
        public Int64 HEmpID2; 
 | 
        public Int64 HEmpID3; 
 | 
        public Int64 HEmpID4; 
 | 
        public Int64 HEmpID5; 
 | 
        public String HReportType; 
 | 
        public String HBarCode; 
 | 
        public String HAddr; 
 | 
        public String HBarCodeMaker; 
 | 
        public DateTime HBarCodeMakeDate; 
 | 
        public Int64 HSupID; 
 | 
        public double HQty; 
 | 
        public double HPieceQty; 
 | 
        public double HPrice; 
 | 
        public double HMoney; 
 | 
        public double HBadCount; 
 | 
        public double HWasterQty; 
 | 
        public String HSourceName; 
 | 
        public double HPlanPieceQty; 
 | 
        public double HBadPNL; 
 | 
        public Int64 HCenterID; 
 | 
        public int HProcNo; 
 | 
        public string HOrderProcNO; 
 | 
        public bool HLastSubProc; 
 | 
        public double HChongQty; 
 | 
        public double HPriceRate; 
 | 
        public string HMouldNum;//ģѨºÅ 
 | 
        public string HBarCode_Cus;//¿Í»§ÌõÂë±àÂë 
 | 
        public Single HWorkTimes;//¹¤Ê± 
 | 
        public Int64 HQCCheckID;//¼ìÑéÔ± 
 | 
        public string HSourceNameList;//É豸Çåµ¥ 
 | 
  
 | 
    } 
 | 
} 
 |