考试导出
parent
fa034cd7d2
commit
9f98c81215
@ -0,0 +1,26 @@
|
||||
package com.ibeetl.jlw.web;
|
||||
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import javax.servlet.http.HttpServletResponse;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
*
|
||||
* </p>
|
||||
*
|
||||
* @author mlx
|
||||
* @date 2022/11/17
|
||||
* @modified
|
||||
*/
|
||||
public class BaseController {
|
||||
|
||||
@Autowired
|
||||
protected HttpServletResponse response;
|
||||
|
||||
@Autowired
|
||||
protected HttpServletRequest request;
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue