首页>代码>ssh框架开发java客户关系管理系统,数据库是基于mysql>/src/cn/itsource/crm/domain/CustomerTraceHistory.java
package cn.itsource.crm.domain;

import java.util.Date;

import org.apache.struts2.json.annotations.JSON;

/**
 * 客户跟进历史
 * @author Administrator
 *
 */
public class CustomerTraceHistory {
	
	private Long id;
	
	private Customer customer;

	private Employee traceUser;
	private Date traceTime;
	
	// 跟进方式
	private SystemDictionaryItem  traceType;
	// 跟进效果  
	private Integer  traceResult;// 1为好  0为一般  -1为差 
	
	// 跟进主题
	private String title;
	// 备注
	private String remark;
	
	public Long getId() {
		return id;
	}
	public void setId(Long id) {
		this.id = id;
	}
	public Customer getCustomer() {
		return customer;
	}
	public void setCustomer(Customer customer) {
		this.customer = customer;
	}
	public Employee getTraceUser() {
		return traceUser;
	}
	public void setTraceUser(Employee traceUser) {
		this.traceUser = traceUser;
	}
	@JSON(format="yyyy-MM-dd hh:mm")
	public Date getTraceTime() {
		return traceTime;
	}
	public void setTraceTime(Date traceTime) {
		this.traceTime = traceTime;
	}
	public SystemDictionaryItem getTraceType() {
		return traceType;
	}
	public void setTraceType(SystemDictionaryItem traceType) {
		this.traceType = traceType;
	}
	public Integer getTraceResult() {
		return traceResult;
	}
	public void setTraceResult(Integer traceResult) {
		this.traceResult = traceResult;
	}
	public String getTitle() {
		return title;
	}
	public void setTitle(String title) {
		this.title = title;
	}
	@JSON(serialize=false)
	public String getRemark() {
		return remark;
	}
	public void setRemark(String remark) {
		this.remark = remark;
	}
	@Override
	public String toString() {
		return "CustomerTraceHistory [id=" + id + ", customer=" + customer + ", traceUser=" + traceUser + ", traceTime="
				+ traceTime + ", traceType=" + traceType + ", traceResult=" + traceResult + ", title=" + title + ", remark="
				+ remark + "]";
	}
	
	
}
最近下载更多
彭斌java  LV6 2022年12月2日
wanglinddad  LV55 2022年4月20日
wangyang520  LV6 2022年4月17日
487948123  LV8 2022年4月13日
crofsun  LV8 2022年4月5日
7z7z7z  LV5 2022年3月21日
lywang  LV7 2021年12月12日
wuhaigang  LV9 2021年10月20日
a1323617295  LV5 2020年12月17日
kook_82  LV9 2020年12月1日
最近浏览更多
cq1458824624 1月14日
暂无贡献等级
571818771  LV3 2024年12月17日
xxyylu  LV2 2024年12月4日
暂无贡献等级
quartz  LV8 2024年7月1日
y_x_happy  LV4 2024年6月25日
sunlea  LV20 2024年5月22日
李俊雄  LV3 2024年4月30日
爱丽淇  LV5 2024年3月18日
穿山甲1001  LV6 2023年12月16日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友