package cn.hospital.action; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.struts2.interceptor.ServletRequestAware; import org.apache.struts2.interceptor.ServletResponseAware; import org.apache.struts2.interceptor.SessionAware; import com.opensymphony.xwork2.ActionSupport; public class BaseAction extends ActionSupport implements SessionAware, ServletRequestAware, ServletResponseAware { protected Map<String, Object> session; protected HttpServletRequest request; protected HttpServletResponse response; public void setSession(Map<String, Object> session) { this.session = session; } public void setServletRequest(HttpServletRequest request) { this.request = request; } public void setServletResponse(HttpServletResponse response) { this.response = response; } }

wuying8208 LV15
2024年10月23日
Mr_VVcat LV9
2024年4月16日
zhaoming200677 LV13
2023年4月18日
xiquyiyuan LV10
2023年3月29日
adfsxz LV3
2022年8月29日
wanglinddad LV55
2021年12月29日
17683946472 LV9
2021年11月26日
圈子圈 LV3
2021年4月10日
lhw549624 LV3
2021年1月9日
2639891331 LV8
2021年1月4日

wuying8208 LV15
2024年10月23日
abdkfksdkf LV16
2024年8月26日
yyhrhv LV8
2024年7月24日
jiyun2021 LV9
2024年7月15日
quartz LV8
2024年7月1日
疯狂小太阳
2024年6月28日
暂无贡献等级
ss3508507551 LV2
2024年6月3日
不嘻嘻 LV8
2024年5月11日
hmf1989
2024年4月29日
暂无贡献等级
Mr_VVcat LV9
2024年4月16日