From 8e296767d244d3f1ad50b659f584646d365c84fd Mon Sep 17 00:00:00 2001
From: pang.jiabao <pang_jiabao@163.com>
Date: 星期四, 31 十月 2024 09:44:31 +0800
Subject: [PATCH] mes接口地址修改

---
 src/main/java/com/zy/common/constant/MesConstant.java |   37 +++++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/common/constant/MesConstant.java b/src/main/java/com/zy/common/constant/MesConstant.java
index eb34e04..307f85e 100644
--- a/src/main/java/com/zy/common/constant/MesConstant.java
+++ b/src/main/java/com/zy/common/constant/MesConstant.java
@@ -13,4 +13,41 @@
 
     public static final String PAKOUT_URL = "wmsFinprd/api/zy/v1/packOut/sendList";
 
+    /************************************** 浠ヤ笅鍐犻缚姹熼摐鐩稿叧涓夋柟鎺ュ彛 ************************************************/
+
+    // MES浠撳偍IP鍦板潃************************************************************
+    public static final String MES_CC_IP_PORT = "http://172.22.152.3:8160";
+
+    // 缁欎粨鍌∕ES鎺ㄩ�佷竴妤煎弽淇负寰呭垽
+    public static final String MES_CC_DP_URL = "/planCutRolling/v1/updateBatchHandleType";
+
+    // 缁欎粨鍌∕ES鎺ㄩ�佺洏鐐瑰嚭搴撶粨鏋�
+    public static final String MES_CC_SB_URL = "/productlnventory/v1/exception";
+
+    // 缁欎粨鍌∕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";
+
+    // GWCS鎺ュ彛IP鍦板潃**********************************************************
+    public static final String GWCS_IP_PORT = "http://192.168.14.249:8008";
+
+    // ZWMS涓嬪彂鍏ュ簱(鍒嗛厤搴撲綅)
+    public static final String GWCS_FPKW_URL = "/api/Task/InventoryTask";
+
+    // 涓嬪彂鍑哄簱鐮佸ご鍒板嚭搴撳彛鍛戒护
+    public static final String GWCS_DCKK_URL = "/api/Task/InventoryTask";
+
+    // GWMS鎺ュ彛IP鍦板潃**********************************************************
+    public static final String GWMS_IP_PORT = "http://192.168.14.249:8008";
+
+    // 鑾峰彇绠卞彿瀵瑰簲鍖呰缁勫彿
+    public static final String GWMS_GET_GROUP_NO_URL = "/api/Task/InventoryTask";
+
+    /*********************************************** end ************************************************/
+
 }

--
Gitblit v1.9.1