Browse Source

优化代码结构,添加签证流程区域

在 `GroupsController.cs` 文件中,新增了 `#region 团组签证流程` 区域,并调整了 `#region 团组会务成本` 的结束标记位置,以提升代码的可读性和组织性。
Lyyyi 1 day ago
parent
commit
bd3f345e65
1 changed files with 6 additions and 1 deletions
  1. 6 1
      OASystem/OASystem.Api/Controllers/GroupsController.cs

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

@@ -26340,7 +26340,6 @@ ORDER BY
         }
         #endregion
 
-
         #region 团组会务成本
 
         /// <summary>
@@ -26618,6 +26617,12 @@ ORDER BY
 
             return Ok(JsonView(true, "操作成功!", count));
         }
+        #endregion
+
+        #region 团组签证流程
+
+
+
         #endregion
 
         /// <summary>