using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsPay_EmpInitChangeBillSub : DBUtility.ClsXt_BaseBillSub
|
{
|
//public DateTime HEntryCloseDate;// datetime --ÐÐ¹Ø±Õ (ĬÈÏΪ'') new
|
|
public Int64 HMaterID;// int --ÎïÁÏID
|
public Int64 HProcID;// int --¹¤ÐòID
|
public Int64 HEmpID;// int --Ö°Ô±ID
|
public double HTimes;// decimal(18,8) --¹¤Ê±
|
public double HQty;// decimal(18,8) --µ÷ÕûÊýÁ¿
|
public Single HEmpRate;// money --Ô±¹¤ÏµÊý
|
|
public List<ClsGy_SelfEntryValue> oSelfValue = new List<ClsGy_SelfEntryValue>(); //×Ô¶¨Òå×Ö¶ÎÖµ
|
|
|
}
|
}
|