首页>代码>ssh+MySQL开发VOD视频点播系统>/yh-net/src/com/yanhui/base/BaseController.java
package com.yanhui.base;

import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

import com.yanhui.YanhuiResult;
import com.yanhui.service.VideoService;

public class BaseController<T> {
	
	protected int page;//第几页
	
	public int getPage() {
		return page;
	}

	public void setPage(int page) {
		this.page = page;
	}

	protected YanhuiResult yhResult;//包含分布信息的bean
	
	public YanhuiResult getYhResult() {
		return yhResult;
	}

	public void setYhResult(YanhuiResult yhResult) {
		this.yhResult = yhResult;
	}

	protected HttpServletRequest request;
	protected HttpServletResponse response;
	
	public void setServletResponse(HttpServletResponse res) {
		// TODO Auto-generated method stub
		this.response = res;
	}

	public void setServletRequest(HttpServletRequest req) {
		// TODO Auto-generated method stub
		this.request = req;
	}
	
	@Resource
	protected VideoService videoService;
}
最近下载更多
2639895440  LV1 2022年9月21日
mamahaha  LV3 2022年7月6日
zd1990  LV2 2022年4月13日
amour1  LV11 2022年1月24日
MyPary  LV6 2021年11月14日
了大河家违法和  LV3 2021年2月16日
user_mingen  LV1 2020年3月24日
huzh035  LV3 2020年3月17日
kevens10  LV1 2020年3月13日
那一年你在哪  LV13 2019年11月27日
最近浏览更多
wmxhahah  LV7 4月8日
帅涵123456  LV2 2023年11月6日
流连瓦盖法  LV7 2023年9月20日
baozhenghua  LV2 2023年8月29日
2506793979  LV12 2023年7月2日
陆程江  LV2 2023年5月28日
纯爱战士  LV2 2023年5月28日
奶油栀子  LV1 2023年5月6日
1529860026  LV24 2023年4月27日
聚聚聚聚聚聚 2023年4月6日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友