Lyyyi 2 周之前
父節點
當前提交
9838666ef1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OASystem/OASystem.Infrastructure/Repositories/Groups/ProcessOverviewRepository.cs

+ 1 - 1
OASystem/OASystem.Infrastructure/Repositories/Groups/ProcessOverviewRepository.cs

@@ -1386,7 +1386,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
         /// <summary>
         /// 更新节点信息
         /// </summary>
-        /// <param name="dto">签证节点更新数据传输对象</param>
+        /// <param name="dto">更新节点信息</param>
         /// <returns>操作结果</returns>
         public async Task<Result> SetNodeInfoAsync(ConfProcessSetActualDoneDto dto)
         {