/// <summary> /// 删除部门 /// </summary> /// <param name="Id"></param> /// <returns></returns> public int Del(int Id) { return(dal.Del(Id)); }