Table of Contents

Class EmplUpdateResignationDateRequestModel

Namespace
Ede.Uofx.PubApi.Sdk.NetStd.Models.Base
Assembly
Ede.Uofx.PubApi.Sdk.NetStd.dll

更新離職日期。

public class EmplUpdateResignationDateRequestModel : RequestModel
Inheritance
EmplUpdateResignationDateRequestModel
Inherited Members

Properties

ResignationDate

離職日期。

public DateTime? ResignationDate { get; set; }

Property Value

DateTime?

UserCode

使用者代碼。

public string UserCode { get; set; }

Property Value

string

UserType

使用者類型。

public UserType UserType { get; set; }

Property Value

UserType