Admin
2026-03-28 346e8eafb9e91deb770d098ba5456aa533c015a1
项目代码/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
    }