package com.ph.action; import java.util.List; import javax.servlet.http.HttpServletRequest; import org.apache.struts2.ServletActionContext; import com.opensymphony.xwork2.ActionSupport; import com.ph.dao.HuifuDao; import com.ph.entity.Huifu; import com.ph.entity.Liuyanbu; import com.ph.entity.Shangpin; public class HuifuAction extends ActionSupport{ private Huifu hf; private HuifuDao hdao; public Huifu getHf() { return hf; } public void setHf(Huifu hf) { this.hf = hf; } public HuifuDao getHdao() { return hdao; } public void setHdao(HuifuDao hdao) { this.hdao = hdao; } public String huifu(){ hdao.addhuifu(hf); List<Liuyanbu> s=hdao.showlyb(hf); List<Huifu> h=hdao.showhuifu(hf); HttpServletRequest request=ServletActionContext.getRequest(); request.setAttribute("lyb", s); request.setAttribute("hf", h); return "hf"; } }
最近下载更多
彩色天空 LV5
2023年4月8日
linshibo LV5
2023年3月1日
wanglinddad LV55
2022年5月9日
and123456 LV11
2022年2月19日
gugubird LV1
2022年1月10日
480446897a LV2
2021年12月4日
漫长的白日梦 LV8
2021年12月2日
18219194576 LV7
2021年11月10日
MyPary LV6
2021年11月10日
Start1 LV15
2021年10月28日