From 2e3201e1be4247b47b2b8c2a60c56c0d6885b05a Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 27 十一月 2024 09:25:31 +0800 Subject: [PATCH] 主菜单提交 --- BLL/HStation.BLL.Xhs.Core/01-interface/01-project/IXhsProjectExtensions.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/BLL/HStation.BLL.Xhs.Core/01-interface/01-project/IXhsProjectExtensions.cs b/BLL/HStation.BLL.Xhs.Core/01-interface/01-project/IXhsProjectExtensions.cs index 391b9cf..c71168d 100644 --- a/BLL/HStation.BLL.Xhs.Core/01-interface/01-project/IXhsProjectExtensions.cs +++ b/BLL/HStation.BLL.Xhs.Core/01-interface/01-project/IXhsProjectExtensions.cs @@ -7,5 +7,6 @@ /// </summary> public interface IXhsProjectExtensions : IBaseCAL<AddXhsProjectExtensionsInput, UpdateXhsProjectExtensionsInput, XhsProjectExtensionsDto> { + } } -- Gitblit v1.9.3