public string UpdateDepart(Department department) { if (bll.UpdateDepart(department) > 0) { return("修改成功"); } else { return("失败"); } }