/// <summary> /// 删除信息反馈分类 /// </summary> /// <param name="TypeId"></param> /// <returns></returns> public ActionResult DelFeedBackType(int TypeId = -1) { FeedBack.DeleteFeedBackType(TypeId); return(PromptView("信息反馈分类删除成功")); }