瀏覽代碼

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

在 `GroupsController.cs` 文件中,新增了 `#region 团组签证流程` 区域,并调整了 `#region 团组会务成本` 的结束标记位置,以提升代码的可读性和组织性。
Lyyyi 2 天之前
父節點
當前提交
bd3f345e65
共有 1 個文件被更改,包括 6 次插入1 次删除
  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>