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"; }