自动化立体仓库 - WMS系统
*
whycq
2024-09-30 035eb4ea58c56ae748b10e4121fc907aa9de62ea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.zy.common.constant;
 
/**
 * Created by vincent on 2022/4/21
 */
public class MesConstant {
 
    public static final String URL = "123.157.250.242:9990";
 
    public static final String PACK_DOWN_URL = "mes/api/zy/v1/packDown/sendList";
 
    public static final String PAKIN_URL = "/CROSS/RESTful";
 
    public static final String PAKOUT_URL = "wmsFinprd/api/zy/v1/packOut/sendList";
 
}