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