自动化立体仓库 - WMS系统
pang.jiabao
2024-11-10 8b0130d7ff3d4723e32a3ac86ffee7b7f445851c
src/main/java/com/zy/common/constant/MesConstant.java
@@ -16,16 +16,19 @@
    /************************************** 以下冠鸿江铜相关三方接口 ************************************************/
    // MES仓储IP地址************************************************************
    public static final String MES_CC_IP_PORT = "http://172.22.152.3:8156";
    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 = "/planCutRolling/v1/updateBatchHandleType";
    public static final String MES_CC_SB_URL = "/productCheckOrderMaterial/v1/result";
    // 给仓储MES推送盘点异常调整结果
    public static final String MES_CC_YCTZ_URL = "/planCutRolling/v1/exception";
    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";