刘磊
4 天以前 a4333018fea664d61608b314f2a571905077aef3
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/AGV/IToAGVService.cs
@@ -11,5 +11,9 @@
    public interface IToAGVService : IDependency
    {
        WebResponseContent Add_Task(Dt_Task taskinfo);
        WebResponseContent taskResult(object taskRespon);
        WebResponseContent confirmToContinueTask(object taskRespon);
    }
}