| | |
| | | public class MesConstant { |
| | | |
| | | //小系统接口地址 |
| | | public static final String URL = "http://webservice.kopen.com.cn:1482/kc-api/api/wms/ "; |
| | | // 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/ "; |
| | | |
| | | //WCS系统接口地址 |
| | | public static final String WCS_URL = "http://192.168.238.244:9090/wcs"; |
| | |
| | | |
| | | /**移库申请链接任务**/ |
| | | public static final String MOVE_LOC_TASK = "/openapi/createLocMoveTask"; |
| | | |
| | | /****/ |
| | | public static final String LOC_F_MOV = "/openapi/change/loc"; |
| | | /***申请入库任务*/ |
| | | public static final String PUB_TASK_IN = "/openapi/createInTask"; |
| | | |