Table of Contents

Class DeptLevelViewModel

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

部門層級

public class DeptLevelViewModel : RequestModel
Inheritance
DeptLevelViewModel
Inherited Members

Properties

Active

是否啟用

public bool? Active { get; set; }

Property Value

bool?

Code

代碼

public string Code { get; set; }

Property Value

string

Name

名稱

public string Name { get; set; }

Property Value

string

Seq

順序

public int Seq { get; set; }

Property Value

int