using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsQC_POStockInCheckBillSub : DBUtility.ClsXt_BaseBillSub
|
{
|
public String HBillNo_bak;
|
//
|
public Int64 HQCCheckClassID;
|
public Int64 HQCCheckItemID;
|
public String HQCStd;
|
public String HQCRelValue;
|
public String HResult;
|
public Int64 HProcCheckEmp;
|
public DateTime HProcCheckTime;
|
}
|
}
|