package com.zy.common.constant;
|
|
/*
|
* Created by Monkey D. Luffy on 2025.09.09
|
* */
|
public class AgvConstant {
|
|
public static final String AGV_IP = "10.10.10.200";
|
public static final String AGV_URL = "http://10.10.10.200:8181";
|
|
public static final String AGV_ADAPTOR = "rcms/services/rest/hikRpcService/genAgvSchedulingTask";//创建订单
|
public static final String AGV_CTNRANDBING = "rcms/services/rest/hikRpcService/bindCtnrAndBin";//容器绑定
|
|
|
}
|