自动化立体仓库 - WMS系统
#
lty
3 天以前 b0394269de77da734176f1e79bbd001ced87fa65
src/main/java/com/zy/common/constant/AgvApiConstant.java
@@ -7,8 +7,14 @@
 */
public class AgvApiConstant {
    public static final String AGV_IP_PORT = "http://192.168.99.130:80";
    /**
     * 国自AGV ip地址及端口
     */
    public static final String AGV_IP_PORT = "http://192.168.11.11:38188";
    /**
     * 出库呼叫AGV接货
     */
    public static final String OUTBOUND_CALL_AGV_PATH = "/wms/api/addOutBoundType";
}