1
2
3
4
5
6
7
8
9
10
11
12
13
14
| 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";//创建订单
|
|
| }
|
|