自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-04-21 44b1707488d1965a83424cf192db6ba799086b94
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.zy.common.constant;
 
/**
 * Created by vincent on 2022/4/21
 */
public class MesConstant {
 
 
    public static final String URL = "http://192.168.1.72:8301";
 
    public static final String PACK_DOWN_URL = "mes/api/zy/v1/packDown/sendList";
 
}