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