Table of Contents

Class UserPunchInfoModel

Namespace
Ede.Uofx.PubApi.Sdk.NetStd.Models.Eip
Assembly
Ede.Uofx.PubApi.Sdk.NetStd.dll
public class UserPunchInfoModel
Inheritance
UserPunchInfoModel
Derived
Inherited Members

Properties

Account

public string Account { get; set; }

Property Value

string

CorpCode

public string CorpCode { get; set; }

Property Value

string

EmployeeNo

public string EmployeeNo { get; set; }

Property Value

string

Location

public string Location { get; set; }

Property Value

string

PunchDate

public DateTimeOffset PunchDate { get; set; }

Property Value

DateTimeOffset

PunchType

0:上班, 1:下班

public int PunchType { get; set; }

Property Value

int