using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsQC_BackSampleCheckBillSub : DBUtility.ClsXt_BaseBillSub
|
{
|
|
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 HMaterID;
|
public Int64 HUnitID;
|
public Double HQty;
|
public String HBatchNo;
|
|
}
|
}
|