Table of Contents

Class JobFuncUpdateSeqModel

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

表示職能更新順序模型的類別。

public class JobFuncUpdateSeqModel : RequestModel
Inheritance
JobFuncUpdateSeqModel
Inherited Members

Properties

CategoryName

取得或設定職能的類別名稱。

public string CategoryName { get; set; }

Property Value

string

Code

取得或設定職能的代碼。

public string Code { get; set; }

Property Value

string

Seq

取得或設定職能的順序。

public int Seq { get; set; }

Property Value

int