From c5e3523a7d83ae4d71493fb31327781099e2bbb3 Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期四, 25 四月 2024 17:04:09 +0800 Subject: [PATCH] ERP物料同步,单据同步 --- src/main/resources/application.yml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c044050..d73e82a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -85,7 +85,10 @@ containerMoveOutPath: /expand/api/moveOut/container containerArrivedPath: /conveyor/containerArrived -u8: +ERP: + url: http://192.168.1.55:8010 + orderReportPath: /api/RdAudit +MES: url: http://192.168.1.55:8010 orderReportPath: /api/RdAudit -- Gitblit v1.9.1