資源簡介
基于ssh的增刪改查,小型的erp系統(tǒng),比較適合新手學習

代碼片段和文件信息
package?com.erp.action;
import?java.util.Calendar;
import?java.util.Date;
import?java.util.GregorianCalendar;
import?java.util.Iterator;
import?java.util.List;
import?com.erp.pojo.CheckTable;
import?com.erp.pojo.Emp;
import?com.erp.pojo.Goods;
import?com.erp.pojo.TbvNewDetail;
import?com.erp.service.CheckTableService;
import?com.erp.service.GoodsService;
import?com.erp.service.UserInfoServiceDao;
import?com.opensymphony.xwork2.ActionSupport;
import?net.sf.json.JSONArray;
import?net.sf.json.JSONobject;
public?class?CheckTableAction?extends?ActionSupport{
private?CheckTableService?service;
private?GoodsService?goodsService;
private?UserInfoServiceDao?userService;
private?JSONArray?jsonA;
private?String?resultContent;
private?Long?checkId;
private?Long?goodsId;
private?Long?empId;
private?int?pageCurrent;
private?int?id;
private?Emp?emp;
private?Goods?goods;
private?Date?checkDate;
private?Long?checkCal;
private?Long?checkPerson;
private?CheckTable?pojo;
private?String?goodsName;
private?int?goodsStop;
private?TbvNewDetail?tbv;
private?Long?eId;
public?TbvNewDetail?getTbv()?{
return?tbv;
}
public?void?setTbv(TbvNewDetail?tbv)?{
this.tbv?=?tbv;
}
public?CheckTableService?getService()?{
return?service;
}
public?void?setService(CheckTableService?service)?{
this.service?=?service;
}
public?String?getResultContent()?{
return?resultContent;
}
public?void?setResultContent(String?resultContent)?{
this.resultContent?=?resultContent;
}
public?Long?getCheckId()?{
return?checkId;
}
public?void?setCheckId(Long?checkId)?{
this.checkId?=?checkId;
}
public?int?getPageCurrent()?{
return?pageCurrent;
}
public?void?setPageCurrent(int?pageCurrent)?{
this.pageCurrent?=?pageCurrent;
}
public?int?getId()?{
return?id;
}
public?void?setId(int?id)?{
this.id?=?id;
}
public?Emp?getEmp()?{
return?emp;
}
public?void?setEmp(Emp?emp)?{
this.emp?=?emp;
}
public?Goods?getGoods()?{
return?goods;
}
public?void?setGoods(Goods?goods)?{
this.goods?=?goods;
}
public?Date?getCheckDate()?{
return?checkDate;
}
public?void?setCheckDate(Date?checkDate)?{
this.checkDate?=?checkDate;
}
public?Long?getCheckCal()?{
return?checkCal;
}
public?void?setCheckCal(Long?checkCal)?{
this.checkCal?=?checkCal;
}
public?Long?getCheckPerson()?{
return?checkPerson;
}
public?void?setCheckPerson(Long?checkPerson)?{
this.checkPerson?=?checkPerson;
}
public?CheckTable?getPojo()?{
return?pojo;
}
public?void?setPojo(CheckTable?pojo)?{
this.pojo?=?pojo;
}
public?GoodsService?getGoodsService()?{
return?goodsService;
}
public?void?setGoodsService(GoodsService?goodsService)?{
this.goodsService?=?goodsService;
}
public?String?getGoodsName()?{
return?goodsName;
}
public?void?setGoodsName(String?goodsName)?{
this.goodsName?=?goodsName;
}
public?int?ge
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-06-12?18:25??erp\ERP\
?????文件????????2170??2017-06-02?09:19??erp\ERP\.classpath
?????文件?????????452??2017-05-29?14:35??erp\ERP\.myhibernatedata
?????文件????????1261??2017-05-29?08:37??erp\ERP\.project
?????目錄???????????0??2017-06-12?18:25??erp\ERP\.settings\
?????文件?????????564??2017-05-29?08:36??erp\ERP\.settings\.jsdtscope
?????文件?????????304??2017-05-29?08:38??erp\ERP\.settings\com.genuitec.runtime.libraries.xm
?????文件?????????364??2017-05-29?08:36??erp\ERP\.settings\org.eclipse.jdt.core.prefs
?????文件?????????468??2017-05-29?08:36??erp\ERP\.settings\org.eclipse.wst.common.component
?????文件?????????617??2017-05-29?08:37??erp\ERP\.settings\org.eclipse.wst.common.project.facet.core.prefs.xm
?????文件?????????547??2017-05-29?08:38??erp\ERP\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件??????????49??2017-05-29?08:36??erp\ERP\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件???????????6??2017-05-29?08:36??erp\ERP\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件?????????458??2017-05-29?08:38??erp\ERP\.springBeans
?????文件????????1649??2017-05-29?09:03??erp\ERP\hibernate.reveng.xm
?????目錄???????????0??2017-06-12?18:25??erp\ERP\src\
?????文件????????6582??2017-06-05?13:48??erp\ERP\src\applicationContext.xm
?????目錄???????????0??2017-06-12?18:25??erp\ERP\src\com\
?????目錄???????????0??2017-06-12?18:25??erp\ERP\src\com\erp\
?????目錄???????????0??2017-06-12?18:25??erp\ERP\src\com\erp\action\
?????文件????????7492??2017-06-05?15:09??erp\ERP\src\com\erp\action\CheckTableAction.java
?????文件????????5098??2017-06-05?16:16??erp\ERP\src\com\erp\action\ClientAction.java
?????文件????????5495??2017-06-05?14:39??erp\ERP\src\com\erp\action\GoodsAction.java
?????文件?????????467??2017-06-04?17:25??erp\ERP\src\com\erp\action\loginOutAction.java
?????文件???????14135??2017-06-05?14:41??erp\ERP\src\com\erp\action\SaleAction.java
?????文件????????5804??2017-06-05?14:44??erp\ERP\src\com\erp\action\SupplierAction.java
?????文件????????2539??2017-06-05?14:53??erp\ERP\src\com\erp\action\TbvNewDetailAction.java
?????文件????????6992??2017-06-05?14:32??erp\ERP\src\com\erp\action\UserInfoAction.java
?????目錄???????????0??2017-06-12?18:25??erp\ERP\src\com\erp\dao\
?????文件?????????620??2017-06-04?18:30??erp\ERP\src\com\erp\dao\CheckTableDAO.java
?????文件?????????742??2017-06-03?09:29??erp\ERP\src\com\erp\dao\ClientDAO.java
............此處省略448個文件信息
評論
共有 條評論