自动化立体仓库 - WMS系统
#
zyx
2024-06-06 b2a895946c2e261eec55e6e86daf44fb21825818
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 = " - ";