cigs4/ym-packing/src/main/java/com/cnbm/dispatchDDJ/constant/QGSConstant.java
2023-08-18 14:22:53 +08:00

17 lines
376 B
Java

package com.cnbm.dispatchDDJ.constant;
/**
* @Author: 蔡翔
* @Date: 2019/11/3 11:30
* @Version 1.0
*/
public class QGSConstant {
public static final Object LOCK = new Object();
public static final Long deadLineTime = 300000L;
//wms 需提供 post 接口
public static final String wmsUrl = "http://localhost:8089/wms-qy/work/wcs2wms/taskcallback";
}