自动化立体仓库 - WMS系统
pang.jiabao
2024-10-19 9e540bc4c5659835f29c0791d5bd21f1558ce115
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.zy.common.constant;
 
/**
 * @author pang.jiabao
 * @description AGV相关对接地址
 * @createDate 2024/10/19 10:27
 */
public class AgvApiConstant {
 
    public static final String AGV_IP_PORT = "http://192.168.99.130:80";
 
    public static final String OUTBOUND_CALL_AGV_PATH = "/wms/api/addOutBoundType";
 
}