Class DepartmentViewModel
部門
public class DepartmentViewModel
- Inheritance
-
DepartmentViewModel
- Inherited Members
Properties
Active
是否啟用
public bool Active { get; set; }
Property Value
Code
部門代碼
public string Code { get; set; }
Property Value
DeptLevelCode
部門層級代碼
public string DeptLevelCode { get; set; }
Property Value
Description
部門描述
public string Description { get; set; }
Property Value
Name
部門名稱
public string Name { get; set; }
Property Value
ParentCode
父部門代碼
public string ParentCode { get; set; }
Property Value
Seq
順序
public int Seq { get; set; }