From 0f769b47d8d71bd419ddf1733b0b2f21c82e86b1 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期一, 07 十月 2024 10:33:30 +0800 Subject: [PATCH] 跨巷道移库 --- src/main/java/com/zy/common/constant/MesConstant.java | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/zy/common/constant/MesConstant.java b/src/main/java/com/zy/common/constant/MesConstant.java index 6b34ac7..5781136 100644 --- a/src/main/java/com/zy/common/constant/MesConstant.java +++ b/src/main/java/com/zy/common/constant/MesConstant.java @@ -13,11 +13,23 @@ public static final String PAKOUT_URL = "wmsFinprd/api/zy/v1/packOut/sendList"; - // MES鎺ュ彛IP鍦板潃 - public static final String MES_IP_PORT = "http://192.168.14.249:8008"; + // MES浠撳偍IP鍦板潃 + public static final String MES_CC_IP_PORT = "http://172.22.152.3:8156"; - // 缁橫ES鎺ㄩ�佷竴妤煎弽淇负寰呭垽 - public static final String MES_DP_URL = "/api/Task/InventoryTask"; + // 缁欎粨鍌∕ES鎺ㄩ�佷竴妤煎弽淇负寰呭垽 + public static final String MES_CC_DP_URL = "/planCutRolling/v1/updateBatchHandleType"; + + // 缁欎粨鍌∕ES鎺ㄩ�佺洏鐐瑰嚭搴撶粨鏋� + public static final String MES_CC_SB_URL = "/planCutRolling/v1/updateBatchHandleType"; + + // 缁欎粨鍌∕ES鎺ㄩ�佺洏鐐瑰紓甯歌皟鏁寸粨鏋� + public static final String MES_CC_YCTZ_URL = "/planCutRolling/v1/exception"; + + // MES璐ㄩ噺IP鍦板潃 + public static final String MES_ZL_IP_PORT = "http://172.22.152.3:8157"; + + // 缁欒川閲廙ES鎺ㄩ�� 鎴愬搧/鍙嶄慨鍝� 鍑哄簱缁撴灉 + public static final String MES_ZL_SB_URL = "/qualityOutboundOrder/v1/confirmReceipt"; // 缁橫ES鎺ㄩ�佸嚭搴撳崟缁撴灉 public static final String MES_CKSB_URL = "/api/Task/InventoryTask"; -- Gitblit v1.9.1