Admin
2026-03-26 dea22f4759b5c8a4f79a3e93e5af1741f5e00ae4
项目代码/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
    }