| | |
| | | package com.zy.common.constant; |
| | | |
| | | import java.util.Arrays; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * Created by vincent on 2022/4/21 |
| | | */ |
| | | public class MesConstant { |
| | | |
| | | public static final Integer maxRank = 100; |
| | | |
| | | //小系统接口地址 |
| | | // public static final String URL = "http://webservice.kopen.com.cn:1482/kc-api/api/wms/ "; |
| | | public static final String URL = "http://10.143.23.26:1482/kc-api/api/wms/ "; |
| | | public static final String URL = "http://10.143.23.25:1483/kc-api/api/wms/ "; |
| | | |
| | | //AGV拉口地址 |
| | | public static final String AGV_URL = "http://192.168.238.202/rcs/rtas/api/robot/controller"; |
| | | |
| | | //WCS系统接口地址 |
| | | // public static final String WCS_URL = "http://192.168.238.32:9090/wcs"; |
| | | // public static final String WCS_URL = "http://192.168.238.31:9090/wcs"; |
| | | |
| | | public static final String WCS_URL = "http://192.168.238.241:9090/wcs"; |
| | | public static final String WCS_URL = "http://192.168.238.31:9090/wcs"; |
| | | |
| | | //上架派工单反馈 |
| | | public static final String IN_DISPATCH_RESULT = "getInDispatchResult"; |
| | |
| | | */ |
| | | public static final String TOKEN_PARAM_NAME = "access_token"; |
| | | |
| | | |
| | | public static List<Integer> deepRows = Arrays.asList(11, 14); |
| | | } |