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