在 `GroupsController.cs` 文件中,新增了 `#region 团组签证流程` 区域,并调整了 `#region 团组会务成本` 的结束标记位置,以提升代码的可读性和组织性。
@@ -26340,7 +26340,6 @@ ORDER BY
}
#endregion
-
#region 团组会务成本
/// <summary>
@@ -26618,6 +26617,12 @@ ORDER BY
return Ok(JsonView(true, "操作成功!", count));
+ #endregion
+
+ #region 团组签证流程