using System; 
 | 
using System.Collections.Generic; 
 | 
using System.Text; 
 | 
  
 | 
namespace Model 
 | 
{ 
 | 
    public class ClsPay_EarlyLateErrBillSub : DBUtility.ClsXt_BaseBillSub 
 | 
    {  
 | 
  
 | 
         
 | 
         
 | 
        public Int64 HEmpID;//        int         --Ö°Ô±ÄÚÂë        £¨½çÃæ²»ÏÔʾ£© 
 | 
        public string HEmpName;//    varchar(50)    --Ö°Ô± 
 | 
        public Int64 HLateQty;//    int        '³Ùµ½´ÎÊý 
 | 
        public Single HLateTimes;//    money        '³Ùµ½Ê±¼ä 
 | 
        public Int64 HEarlyQty;//    int        'ÔçÍË´ÎÊý 
 | 
        public Single HEarlyTimes;//    money        'ÔçÍËʱ¼ä 
 | 
  
 | 
  
 | 
    } 
 | 
} 
 |