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