package com.zy.common.constant; /** * Created by vincent on 2022/4/21 */ public class MesConstant { public static final String URL = "http://192.168.99.130:80"; public static final String PACK_DOWN_URL = "mes/api/zy/v1/packDown/sendList"; public static final String PAKIN_URL = "mes/api/zy/v1/warehouse/sendList"; 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"; // 给仓储MES推送一楼反修为待判 public static final String MES_CC_DP_URL = "/planCutRolling/v1/updateBatchHandleType"; // 给仓储MES推送盘点出库结果 public static final String MES_CC_SB_URL = "/productCheckOrderMaterial/v1/result"; // 给仓储MES推送盘点异常调整结果 public static final String MES_CC_YCTZ_URL = "/productInventory/v1/exception"; // 一楼返修入库推送mes做记录 public static final String MES_CC_FXRK_URL = "/productInventory/v1/saveDto"; // MES质量IP地址********************************************************** public static final String MES_ZL_IP_PORT = "http://172.22.152.3:8157"; // 给质量MES推送 成品/反修品 出库结果 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 ************************************************/ }