Class DeptLevelViewModel
部門層級
public class DeptLevelViewModel : RequestModel
- Inheritance
-
DeptLevelViewModel
- Inherited Members
Properties
Active
是否啟用
public bool? Active { get; set; }
Property Value
- bool?
Code
代碼
public string Code { get; set; }
Property Value
Name
名稱
public string Name { get; set; }
Property Value
Seq
順序
public int Seq { get; set; }