Browse Source

OP费用录入完善

wangh 1 year ago
parent
commit
256136e648

+ 5 - 1
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -3177,7 +3177,11 @@ namespace OASystem.API.Controllers
                 return Ok(JsonView(false, ex.Message));
             }
         }
-
+        /// <summary>
+        /// OP费用录入填写详情
+        /// </summary>
+        /// <param name="dto"></param>
+        /// <returns></returns>
         [HttpPost]
         [ProducesResponseType(typeof(JsonView), StatusCodes.Status200OK)]
         public async Task<IActionResult> OpCarTouristGuideGroundConten(OpCarTouristGuideGroundContenDto dto)

+ 5 - 1
OASystem/OASystem.Infrastructure/Repositories/Groups/CarTouristGuideGroundRepository.cs

@@ -298,7 +298,11 @@ namespace OASystem.Infrastructure.Repositories.Groups
             }
             return result;
         }
-
+        /// <summary>
+        /// OP费用录入填写详情
+        /// </summary>
+        /// <param name="dto"></param>
+        /// <returns></returns>
         public async  Task<Result> OpCarTouristGuideGroundConten(OpCarTouristGuideGroundContenDto dto)
         {
             Result result = new Result() { Code = -2, Msg = "未知错误" };