Пример #1
0
 public ActionResult SubmitForm(DictInputDto dictInputDto, string keyValue)
 {
     dictService.SubmitForm(dictInputDto, keyValue);
     return(Success("操作成功。"));
 }