Class UserPunchInfoModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Ede.Uofx.PubApi.Sdk.NetStd.Models.Eip
Assembly: Ede.Uofx.PubApi.Sdk.NetStd.dll
Syntax
public class UserPunchInfoModel
Properties
View SourceAccount
Declaration
public string Account { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CorpCode
Declaration
public string CorpCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmployeeNo
Declaration
public string EmployeeNo { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Location
Declaration
public string Location { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PunchDate
Declaration
public DateTimeOffset PunchDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset |
PunchType
0:上班, 1:下班
Declaration
public int PunchType { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |