Admin
2026-04-01 9ce6687843bd5079b7a87925df0bc7e3ddf2d36a
项目代码/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
    }