Class JobFuncViewModel
表示職能視圖模型的類別。
public class JobFuncViewModel : RequestModel
- Inheritance
-
JobFuncViewModel
- Inherited Members
Properties
Active
取得或設定職能的啟用狀態。
public bool? Active { get; set; }
Property Value
- bool?
CategoryName
取得或設定職能的類別名稱。
public string CategoryName { get; set; }
Property Value
Code
取得或設定職能的代碼。
public string Code { get; set; }
Property Value
JobFunc
取得或設定職能的名稱。
public string JobFunc { get; set; }