huanghongfeng
3 天以前 5ffc36a1db18d3112a9b50a9cf3953d7fcf21bae
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs
@@ -89,6 +89,14 @@
        Task<WebResponseContent> RequestWheelsFlow(string palletCode);
        /// <summary>
        /// è½¦è½®æµå‘请求,查询历史表
        /// </summary>
        /// <param name="palletCode"></param>
        /// <param name="stationManager"></param>
        /// <returns></returns>
        string RequestWheletHty(string czCode);
        /// <summary>
        /// å‡ºåº“前 ç§»åº“检测
        /// </summary>
        /// <param name="taskNum"></param>
@@ -331,5 +339,13 @@
        /// <returns></returns>
        WebResponseContent GetPlcState(string TargetAddress);
        /// <summary>
        /// wcs首页写入内容
        /// </summary>
        /// <param name="saveModel"></param>
        /// <returns></returns>
        WebResponseContent SetPlcPalletCode(SaveModel saveModel);
    }
}