yanjinhui
2026-03-03 afbd9149dd39d33d66bb27eaf9ac34c3de36ac7a
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/KLSTaskMethods.cs
@@ -103,8 +103,16 @@
        #region 5 è·¨æ¥¼å±‚运输任务创建
        public WebResponseContent CarryTask(TaskDTO taskDTO, int taskType)
        {
            try
            {
            return WebResponseContent.Instance.OK();
        }
            catch (Exception ex)
            {
                throw new Exception(ex.Message);
            }
        }
        #endregion