zhangchengsong
2026-03-23 c09d4c6bb14496999ca15aea80a6f60665bf788a
项目代码/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs
@@ -164,6 +164,10 @@
        CommandResult deverror(string devuuid, string id, string errorcode, string errorinfo, string erroraddress, string warehouse, string remark, string devname, string dealType, string psd);
        CommandResult liftinposition(string invtype, string invcode, string kloccode);
        //鎵嬪姩鍙栨秷浠诲姟
        WebResponseContent TaskCancel(int taskNum);
        //鎵嬪姩瀹屾垚浠诲姟
        WebResponseContent TaskHandCompleted(int taskNum);
        #endregion
    }