Class UserPunchInfoModel
public class UserPunchInfoModel
- Inheritance
-
UserPunchInfoModel
- Derived
- Inherited Members
Properties
Account
public string Account { get; set; }
Property Value
CorpCode
public string CorpCode { get; set; }
Property Value
EmployeeNo
public string EmployeeNo { get; set; }
Property Value
Location
public string Location { get; set; }
Property Value
PunchDate
public DateTimeOffset PunchDate { get; set; }
Property Value
PunchType
0:上班, 1:下班
public int PunchType { get; set; }