using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsQC_NoPassProdCheckBillMain : DBUtility.ClsXt_BaseBillMain
|
{
|
public Int64 HPrintQty;
|
//
|
public Int64 HSourceID;
|
public Int64 HICMOInterID;
|
public String HICMOBillNo;
|
public double HInStockQty;
|
public double HCheckQty;
|
public double HRightQty;
|
public Int64 HFirstCheckEmp;
|
public String HCheckerResult;
|
public String HNote;
|
public Int64 HProcExchInterID;
|
public Int64 HProcExchEntryID;
|
public String HProcExchBillNo;
|
public Int64 HMaterID;
|
public Int64 HProcID;
|
public Int64 HWorkCenterID;
|
|
public double HBadQty; //--²»ºÏ¸ñPCS
|
public double HPlanQty; //--Ìá½»PCS
|
public double HBadPNL; //--²»ºÏ¸ñPNL
|
public double HPlanPNL; //--Ìá½»PNL
|
public string HGroupName;//varchar(50) °à´Î
|
public string HOrderProcNo;
|
public double HProcExchQty;
|
}
|
}
|