From e234e1a94610736e6b8c6716bb1693f60a55bd45 Mon Sep 17 00:00:00 2001
From: he <10978375@qq.com>
Date: Thu, 11 Aug 2022 15:23:31 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../Service/Reading/ReadingQuestionService.cs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs
index 3507f03a7..5025e3fa9 100644
--- a/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs
+++ b/IRaCIS.Core.Application/Service/Reading/ReadingQuestionService.cs
@@ -74,6 +74,7 @@ namespace IRaCIS.Application.Services
///
///
///
+ [HttpPost]
public async Task> GetReadingTableQuestionSystemList(ReadingTableQuestionSystemQuery inDto)
{
@@ -91,6 +92,7 @@ namespace IRaCIS.Application.Services
///
///
///
+ [HttpPost]
public async Task AddOrUpdateReadingTableQuestionSystem(ReadingTableQuestionSystemAddOrEdit addOrEditReadingTableQuestionSystem)
{