using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsQC_MonthTarGetBillMain : DBUtility.ClsXt_BaseBillMain
|
{
|
public Int64 HDeptID;
|
public double HProcTrapTarGetVal;
|
public double HProcKPITarGetVal;
|
public double HProcOmitTarGetVal;
|
public double HProcPPMTarGetVal;
|
public double HProcTarGetVal; //¸÷¹¤ÐòÄ¿±êÖµ
|
public double HInspectOrgID;
|
|
}
|
}
|