首页>代码>s2sh(struts2+spring+hibernate+oracle)开发java web车辆管理系统>/aa/src/com/action/car/CarmessageAction.java
package com.action.car; import java.util.ArrayList; import java.util.List; import com.opensymphony.xwork2.ActionSupport; import com.service.intface.car.CarService; //作用:查询所有车辆信息 public class CarmessageAction extends ActionSupport { private CarService carService; private List message; @Override public String execute() throws Exception { // TODO Auto-generated method stub List l=new ArrayList(); l=carService.getCarbstbAll(); setMessage(l); return SUCCESS; } public CarService getCarService() { return carService; } public void setCarService(CarService carService) { this.carService = carService; } public List getMessage() { return message; } public void setMessage(List message) { this.message = message; } }

陈小灏 LV13
3月2日
chenchen33 LV1
2022年3月13日
何俊霖 LV2
2021年11月4日
1813612654 LV9
2021年10月26日
zjr355870191 LV1
2021年5月19日
戒烟失败 LV3
2021年5月14日
周志超 LV2
2021年4月23日
0_1573_0 LV11
2021年4月20日
蘑菇 LV1
2021年4月11日
Wish LV1
2021年3月27日

2036495585 LV8
9月18日
袖风啊
6月8日
暂无贡献等级
qazws123 LV1
6月8日
Skeet1111 LV3
5月30日
pangzhihui LV3
5月28日
IlIlIIl LV2
5月10日
张三的MySQL
5月5日
暂无贡献等级
what_the_fo LV5
4月8日
laihao2012 LV3
4月5日
tx1121 LV14
4月4日