From dcaa739b0c28e0ea4628a4d08e0683001ced273a Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期五, 10 十一月 2023 18:16:05 +0800 Subject: [PATCH] agv物料混载更改 新增根据物料频率查找库位 --- src/main/resources/application.yml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 92e90ad..62d51e3 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -74,8 +74,10 @@ agv: # url: localhost:8080 -# taskCreatePath: /test/task/create -# containerMoveInPath: /test/container/moveIn +# taskCreatePath: /agv/task/create +# containerMoveInPath: /agv/container/moveIn +# containerMoveOutPath: /agv/container/moveOut +# containerArrivedPath: /agv/containerArrived url: 10.10.10.182:9046 taskCreatePath: /task/create containerMoveInPath: /expand/api/moveIn/container -- Gitblit v1.9.1