public ActionResult SaveForm(string keyValue, InvoiceEntity entity) { invoicebll.SaveForm(keyValue, entity); return(Success("操作成功。")); }