using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsGy_TechParamByProc_Model : DBUtility.ClsGy_Base_Model
|
{
|
//
|
public Int64 HInterID;
|
public Int64 HEntryID;
|
public DateTime HBeginDate;
|
public DateTime HEndDate;
|
public String HMaker;
|
public DateTime HMakeDate;
|
public String HChecker;
|
public DateTime HCheckDate;
|
public Int64 HProcID;
|
public Int64 HTechParamID;
|
public Int64 HTechParamUnitID;
|
public decimal HStd;
|
public Int64 HDeptID;
|
public Int64 HMaterID;
|
|
}
|
}
|