yusijie
2023-04-27 162e77c016a9e9ebda747f55ee84b473a6a09782
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsPay_AbsentBillSub : DBUtility.ClsXt_BaseBillSub
    { 
        public Int64 HEmpID;//        int         --Ö°Ô±ÄÚÂë        
        public string HEmpName;//    varchar(50)    --Ö°Ô±  £¨½çÃæÏÔʾ Ö°Ô±´úÂ룬ְԱÃû³Æ£©
        public Int64 HShiftsID;//    int        --°à´Î    ( ½çÃæÏÔʾ °à´Î´úÂ룬°à´ÎÃû³Æ)             
        public DateTime HBTimes;//        datetime    --¿ªÊ¼Ê±¼ä £¨¸ñʽ£º 09£º00  ¼¸µã¼¸·Ö£©
        public DateTime HETimes;//        datetime    --½áÊøÊ±¼ä  £¨¸ñʽ£º 09£º00  ¼¸µã¼¸·Ö£©
        public Int64 HAbsentDays;//    int        ¡®¿õ¹¤ÌìÊý
 
 
    }
}