Table of Contents

Class EmpCreateOfDeptItemRequestModel

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

建立員工部門。

public class EmpCreateOfDeptItemRequestModel
Inheritance
EmpCreateOfDeptItemRequestModel
Inherited Members

Properties

Code

部門代碼。

public string Code { get; set; }

Property Value

string

IsMainDept

是否為主部門。

public bool IsMainDept { get; set; }

Property Value

bool

JobFuncs

職務項目。

public List<string> JobFuncs { get; set; }

Property Value

List<string>

JobTitleCode

職位代碼。

public string JobTitleCode { get; set; }

Property Value

string