using System;
|
using System.Collections.Generic;
|
using System.Text;
|
|
namespace Model
|
{
|
public class ClsPay_WorkTimesBillSub:DBUtility.ClsXt_BaseBillSub
|
{
|
public Int64 HEmpID;// int 'Ö°Ô±
|
public Single HEmpRate;// money 'ְԱϵÊý
|
public Single HPMTimes;// money 'ÏÂÎ繤ʱ
|
public Single HAMTimes;// money 'ÉÏÎ繤ʱ
|
public Single HBaseTimes;// money '»ù±¾¹¤Ê±
|
public Single HBaseDays;// money '»ù±¾ÌìÊý
|
public Single HOverTimes;// money '¼Ó°à¹¤Ê±
|
public Single HOverDays;// money '¼Ó°àÌìÊý
|
public Single HLeaveTimes;// money 'Çë¼Ù¹¤Ê±
|
public Single HLeaveDays;// money 'Çë¼ÙÌìÊý
|
public Int64 HLateQty;// int '³Ùµ½´ÎÊý
|
public Single HLateTimes;// money '³Ùµ½Ê±¼ä
|
public Int64 HEarlyQty;// int 'ÔçÍË´ÎÊý
|
public Single HEarlyTimes;// money 'ÔçÍËʱ¼ä
|
public Int64 HOutForEmpQty;// int '˽³ö´ÎÊý
|
public Single HOutForEmpTimes;// money '˽³öʱ¼ä
|
public Int64 HOutForComQty;// int ¡¯¹«³ö´ÎÊý
|
public Single HOutForComTimes;// money '¹«³öʱ¼ä
|
public Int64 HAbsentDays;// int ¡®¿õ¹¤ÌìÊý
|
public bool HRestFlag;// bit '³§ÐÝ
|
public Int64 HSchClassID;// int '°à´Î ÔÝʱ´æ0
|
public Single HNeedTimes;// money 'Ó¦Éϰ๤ʱ
|
public Int64 HCTPrjID;// int 'ºËËã·½°¸
|
public Int64 HWorkTypeID;// int //¹¤ÖÖ
|
public Single HPayMoney;// money //Сʱ¹¤×Ê
|
public Single HMoney;// money //¹¤×Ê
|
}
|
}
|