You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
udi-wms-java/src/main/java/com/glxp/api/constant/ThirdSysConstant.java

50 lines
818 B
Java

3 years ago
package com.glxp.api.constant;
/**
*
*/
public interface ThirdSysConstant {
/**
*
*/
String WAREHOUSE_QUERY_URL = "warehouseQueryUrl";
3 years ago
/**
*
*/
String ORDER_SUBMIT_URL = "orderSubmitUrl";
3 years ago
/**
*
*/
String ORDER_QUERY_URL = "orderQueryUrl";
3 years ago
/**
*
*/
String BUS_TYPE_QUERY_URL = "busTypeQueryUrl";
3 years ago
/**
* /
*/
String invPiUrl = "invPiUrl";
3 years ago
/**
*
*/
String CORP_URL = "corpUrl";
3 years ago
/**
*
*/
String PI_QUERY_URL = "piQueryUrl";
/**
*
*/
String PI_SUBMIT_URL = "productSubmitUrl";
3 years ago
}