From dbb562890133eeb111f729241e0660239d3ebe18 Mon Sep 17 00:00:00 2001
From: qwj <qwjzorro@163.com>
Date: 星期四, 27 七月 2023 10:02:14 +0800
Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/DocumentService

---
 DocumentServiceAPI.Web.Entry/HomeController.cs |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/DocumentServiceAPI.Web.Entry/HomeController.cs b/DocumentServiceAPI.Web.Entry/HomeController.cs
index 7b98c19..3dda75f 100644
--- a/DocumentServiceAPI.Web.Entry/HomeController.cs
+++ b/DocumentServiceAPI.Web.Entry/HomeController.cs
@@ -2,10 +2,17 @@
 
 namespace DocumentServiceAPI.Web.Entry
 {
+    /// <summary>
+    /// 娴嬭瘯
+    /// </summary>
     [ApiDescriptionSettings("Group1")]
     [Route("api/[controller]")]
     public class HomeController : ControllerBase
     {
+        /// <summary>
+        /// 娴嬭瘯
+        /// </summary>
+        /// <returns></returns>
         [HttpGet("aaa")]
         public IActionResult aaa()
         {

--
Gitblit v1.9.1