自动化立体仓库 - WMS系统
zyx
2024-02-18 16daa2a44e5fa705e671f5ff18631eb26ad70d40
src/main/java/com/zy/common/web/BaseController.java
@@ -16,6 +16,7 @@
import com.zy.system.service.UserLoginService;
import com.zy.system.service.UserService;
import io.swagger.annotations.ApiModelProperty;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import javax.servlet.http.HttpServletRequest;
@@ -26,6 +27,7 @@
/**
 * Created by vincent on 2019-09-09
 */
@Slf4j
public class BaseController extends AbstractBaseController {
    protected static final String RANGE_TIME_LINK = " - ";