using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsQC_TakeSampleCheckBillMain : DBUtility.ClsXt_BaseBillMain
|
{
|
public Int64 HSourceID;
|
public Int64 HICMOInterID;
|
public Int64 HICMOEntryID;
|
public String HICMOBillNo;
|
public Int64 HICMOQty;
|
|
public Int64 HProcExchInterID;
|
public Int64 HProcExchEntryID;
|
public String HProcExchBillNo;
|
public Double HProcExchQty;
|
public Int64 HDeptID;
|
public Int64 HMaterID;
|
public Int64 HUnitID;
|
public String HBatchNo;
|
public Int64 HCheckEmp;
|
public Int64 HProcID;
|
public Int64 HGroupID;
|
public Int64 HShiftsID;
|
public Double HQty;
|
public Int64 HSourceOrgID;
|
public Int64 HInspectOrgID;
|
|
}
|
}
|