/// <summary> /// 显示部门 /// </summary> /// <returns></returns> public List <Department> Get() { return(dal.Get()); }