From 4580b33103d8d61be32fe1be1bf4f9c943ffbd46 Mon Sep 17 00:00:00 2001 From: liaoxujun@qq.com <liaoxujun@qq.com> Date: 星期四, 27 七月 2023 11:08:23 +0800 Subject: [PATCH] 增加模型文件 --- 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