Table of Contents

Class JobFuncCategoryUpdateSeqModel

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

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

public class JobFuncCategoryUpdateSeqModel : RequestModel
Inheritance
JobFuncCategoryUpdateSeqModel
Inherited Members

Properties

Category

取得或設定職能類別。

public string Category { get; set; }

Property Value

string

Seq

取得或設定職能類別的順序。

public int Seq { get; set; }

Property Value

int