dengjunjie
2026-03-06 b834b2c0977af30a5040c9b8416d930608fc845d
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/KLSTaskMethods.cs
@@ -119,8 +119,16 @@
        #region 6 瑁佸壀閫佽揣
        public WebResponseContent CJCarryTaske(TaskDTO taskDTO, int taskType)
        {
            try
            {
            return WebResponseContent.Instance.OK();
        }
            catch (Exception ex)
            {
                throw new Exception(ex.Message);
            }
        }
        #endregion
    }
}