public ActionResult SubmitForm(DictInputDto dictInputDto, string keyValue) { dictService.SubmitForm(dictInputDto, keyValue); return(Success("操作成功。")); }