Class DepartmentBatchMoveResultModel
部門批次移動結果
public class DepartmentBatchMoveResultModel
- Inheritance
-
DepartmentBatchMoveResultModel
- Inherited Members
Properties
DisableDept
被停用的部門
public List<string> DisableDept { get; set; }
Property Value
DisableEmplOfAccount
被停用的使用者 (以帳號呈現)
public List<string> DisableEmplOfAccount { get; set; }
Property Value
DisableEmplOfEmployeeNumber
被停用的使用者 (以員編呈現)
public List<string> DisableEmplOfEmployeeNumber { get; set; }
Property Value
EnableDept
被啟用的部門
public List<string> EnableDept { get; set; }
Property Value
RemoveSubDeptEmpl
被移除兼任部門的使用者
public List<RomoveSubDeptEmplModel> RemoveSubDeptEmpl { get; set; }