package com.zy.common.constant; /** * 冠鸿江铜相关三方接口 */ public class GhjtApiConstant { /************************************** 以下冠鸿江铜相关三方接口 ************************************************/ // GWCS系统IP端口************************************************************ public static final String GWCS_IP_PORT = "http://192.168.14.249:8008"; // 确认出库码头是否可用 public static final String GWCS_CKMT_URL = "/api/Task/DockStatus"; /*********************************************** end ************************************************/ }