zhanghonglin
6 天以前 8f9b9411ca279670bd85fcfa7763987295ed9abf
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -41,13 +41,10 @@
        string SelectStationManger(string StationName);
        //根据数量和种类下发满桶出库任务
        WebResponseContent ArtificialTask(int Num, string Types);
        WebResponseContent ArtificialTask(int Num, string Types, string? remark);
        //手动立即完成任务
        WebResponseContent Complete(int taskid);
        //WCS满桶出库信号
        WebResponseContent WCSSignal(int k);
        //执行订单
        string ExecuteOrder(int k);