1
yangpeixing
2026-03-11 6f7f2e11e9feea6a0b998c31feabf170fb135205
WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs
@@ -304,5 +304,12 @@
        /// <param name="taskNum"></param>
        /// <returns></returns>
        public WebResponseContent RecWMSTaskCompleted(int taskNum);
        /// <summary>
        /// LED屏幕数据
        /// </summary>
        /// <param name="palletCode"></param>
        /// <returns></returns>
        WebResponseContent LedShowTask(string StationCode, string PalletCode, int TaskType);
    }
}