91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 27.78MB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2023-06-22
  • 語(yǔ)言: Java
  • 標(biāo)簽: JSP??JAVA??WEB??CRM??SSH2??

資源簡(jiǎn)介

這是一款由jsp+ssh+mysql實(shí)現(xiàn)的CRM客戶關(guān)系管理系統(tǒng),其中struts版本是struts2,系統(tǒng)實(shí)現(xiàn)了CRM客戶關(guān)系系統(tǒng)的基本功能,主要有信息管理、客戶管理、合同管理、產(chǎn)品管理、產(chǎn)品類別管理、人事管理、數(shù)據(jù)回收站、系統(tǒng)管理,項(xiàng)目是在eclipse下開發(fā)的,包含完整源碼和數(shù)據(jù)庫(kù)文件。

資源截圖

代碼片段和文件信息

package?com.crm.action;

import?java.util.List;

import?org.springframework.context.annotation.Scope;
import?org.springframework.stereotype.Controller;

import?com.crm.biz.CrmContactBiz;
import?com.crm.info.CrmContact;
import?com.crm.tools.Scopes;
import?com.crm.vobj.CrmContactVobj;
import?com.opensymphony.xwork2.ActionContext;
import?com.opensymphony.xwork2.ActionSupport;
@Scope(“prototype“)
@Controller(“crmContactAction“)
public?class?CrmContactAction?extends?ActionSupport?{

private?CrmContactBiz?crmContactBiz;
private?int?id;
private?CrmContact?contact;

public?CrmContact?getContact()?{
return?contact;
}
private?CrmContactVobj?contactvobj;
public?CrmContactVobj?getContactvobj()?{
return?contactvobj;
}

public?void?setContactvobj(CrmContactVobj?contactvobj)?{
this.contactvobj?=?contactvobj;
}

public?void?setContact(CrmContact?contact)?{
this.contact?=?contact;
}

public?void?setId(int?id)?{
this.id?=?id;
}

public?void?setCrmContactBiz(CrmContactBiz?crmContactBiz)?{
this.crmContactBiz?=?crmContactBiz;
}

public?String?execute()?{
List?list?=?crmContactBiz.findAllByWhere(contactvobj);
Scopes.getRequestMap().put(“l(fā)istx“?list);
return?SUCCESS;
}

public?String?getList()?{
//CrmContactByWhere?byWe=new?CrmContactByWhere(crmCustomerName?cname?cqq?createdateStart?createdateEnd?cmob);
//if?(byWe.getcCreatedateEnd()==null&&byWe.getcCreatedateStart()==null&&byWe.getcMob()==null&&byWe.getCname()==null&&byWe.getCqq()==null&&byWe.getCrmCustomerName()==null)?{
//byWe=null;
//}
return?SUCCESS;
}

public?String?update(){
crmContactBiz.update(contact);
return?“update“;
}
//刪除
public?String?del(){
crmContactBiz.deleteFalse(id);
return?“delete“;
}


public?String?findOne(){
?CrmContact?crmContact=crmContactBiz.findOne(id);
?Scopes.getRequestMap().put(“one“crmContact);
?return?“findone“;
}

public?String?add(){
crmContactBiz.add(contact);
return?“add“;
}

public?String?trashAll(){
Scopes.getRequestMap().put(“l(fā)istx“?crmContactBiz.findTrashAll());
return?“trash“;
}

public?String?trashAdd(){
crmContactBiz.doTrashAdd(id);
return?trashAll();
}

public?String?trashDel(){
crmContactBiz.deleteById(id);
return?trashAll();
}
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-05-23?10:43??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\
?????目錄???????????0??2018-10-10?16:20??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\數(shù)據(jù)庫(kù)文件\
?????文件??????149768??2018-10-10?16:20??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\數(shù)據(jù)庫(kù)文件\db_crm_system.sql
?????目錄???????????0??2018-10-10?16:28??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\
?????文件???????98030??2018-10-10?16:28??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\0.jpg
?????文件??????284450??2018-10-10?15:47??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\1.png
?????文件??????133523??2018-10-10?16:09??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\10.png
?????文件??????128029??2018-10-10?16:09??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\11.png
?????文件??????121495??2018-10-10?16:10??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\12.png
?????文件??????108108??2018-10-10?16:53??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\13.png
?????文件??????111599??2018-10-10?16:12??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\14.png
?????文件??????123396??2018-10-10?16:12??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\15.png
?????文件??????121146??2018-10-10?16:12??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\16.png
?????文件??????118193??2018-10-10?16:13??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\17.png
?????文件??????171754??2018-10-10?16:13??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\18.png
?????文件??????102724??2018-10-10?16:13??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\19.png
?????文件??????257502??2018-10-10?16:02??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\2.png
?????文件???????95741??2018-10-10?16:14??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\20.png
?????文件???????99198??2018-10-10?16:14??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\21.png
?????文件???????85181??2018-10-10?16:14??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\22.png
?????文件??????115493??2018-10-10?16:14??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\23.png
?????文件???????99623??2018-10-10?16:15??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\24.png
?????文件???????85062??2018-10-10?16:15??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\25.png
?????文件???????96623??2018-10-10?16:15??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\26.png
?????文件??????122687??2018-10-10?16:15??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\27.png
?????文件???????89604??2018-10-10?16:16??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\28.png
?????文件???????91454??2018-10-10?16:16??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\29.png
?????文件???????96810??2018-10-10?16:04??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\3.png
?????文件??????121047??2018-10-10?16:05??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\4.png
?????文件???????81880??2018-10-10?16:06??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\5.png
?????文件??????104769??2018-10-10?16:06??ssh2+mysql實(shí)現(xiàn)crm客戶管理系統(tǒng)\運(yùn)行截圖\6.png
............此處省略1307個(gè)文件信息

評(píng)論

共有 條評(píng)論