Table of Contents

Class DepartmentViewModel

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

部門

public class DepartmentViewModel
Inheritance
DepartmentViewModel
Inherited Members

Properties

Active

是否啟用

public bool Active { get; set; }

Property Value

bool

Code

部門代碼

public string Code { get; set; }

Property Value

string

DeptLevelCode

部門層級代碼

public string DeptLevelCode { get; set; }

Property Value

string

Description

部門描述

public string Description { get; set; }

Property Value

string

Name

部門名稱

public string Name { get; set; }

Property Value

string

ParentCode

父部門代碼

public string ParentCode { get; set; }

Property Value

string

Seq

順序

public int Seq { get; set; }

Property Value

int