Class JobFuncCategoryUpdateSeqModel
表示職能類別更新順序模型的類別。
public class JobFuncCategoryUpdateSeqModel : RequestModel
- Inheritance
-
JobFuncCategoryUpdateSeqModel
- Inherited Members
Properties
Category
取得或設定職能類別。
public string Category { get; set; }
Property Value
Seq
取得或設定職能類別的順序。
public int Seq { get; set; }