public static SysDepartmentViewModel ToModel(this SysDepartment entity) { return(entity.MapTo <SysDepartment, SysDepartmentViewModel>()); }