⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 enent_plan_following.java

📁 公司CRM部分原代码,采用的是java技术.
💻 JAVA
字号:
package GDPE.follow.plan;

import levin.base.*;
import java.util.*;

public class EnEnt_Plan_Following extends EnBase {
	/**编号  id**/
	private int id;

	/**跟踪客户表编号  iFollowId**/
	private int iFollowId;

	/**跟踪次数  chFollowNumber**/
	private String chFollowNumber = "";

	/**备注  chNote**/
	private String chNote = "";

	/**跟踪人编号  chCommitCode**/
	private String chCommitCode = "";

	/**跟踪人姓名  chCommitName**/
	private String chCommitName = "";

	/**跟踪时间  dtTrackingDate**/
	private String dtTrackingDate = "";
	
	private String dtPlanTrackingDate = "";
	/**客户意见  chCustomerAttitude**/
	private String chCustomerAttitude = "";

	/**跟踪状况  chFollowResult**/
	private String chFollowResult = "";

	/**申请帮助  chDeal**/
	private String chDeal = "";

	/**签约机会  chChoices**/
	private String chChoices = "";

	/**客户满意度  chCustomerSatisfied**/
	private String chCustomerSatisfied = "";

	/**客户认可度  chCustomerKnow**/
	private String chCustomerKnow = "";

	private String dtLinkTime = "";

	private String chLinkMan = "";

	private String chLinkManDuty = "";

	private String chLinkManTel = "";

	private String chLinkMode = "";
    private String chStationCode="";
    private String chStation="";
    
    private String chEnterpriseName="";
    private String chSeatCode="";
	public EnEnt_Plan_Following() {
	}

	public void validCheck() throws Exception {
	}

	public int getId() {
		return this.id;
	}

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

	public int getIFollowId() {
		return this.iFollowId;
	}

	public void setIFollowId(int iFollowId) {
		this.iFollowId = iFollowId;
	}

	public String getChFollowNumber() {
		return this.chFollowNumber;
	}

	public void setChFollowNumber(String chFollowNumber) {
		this.chFollowNumber = chFollowNumber;
	}

	public String getChNote() {
		return this.chNote;
	}

	public void setChNote(String chNote) {
		this.chNote = chNote;
	}

	public String getChCommitCode() {
		return this.chCommitCode;
	}

	public void setChCommitCode(String chCommitCode) {
		this.chCommitCode = chCommitCode;
	}

	public String getChCommitName() {
		return this.chCommitName;
	}

	public void setChCommitName(String chCommitName) {
		this.chCommitName = chCommitName;
	}

	public String getDtTrackingDate() {
		return this.dtTrackingDate;
	}

	public void setDtTrackingDate(String dtTrackingDate) {
		this.dtTrackingDate = dtTrackingDate;
	}
	public String getDtPlanTrackingDate() {
		return this.dtPlanTrackingDate;
	}

	public void setDtPlanTrackingDate(String dtPlanTrackingDate) {
		this.dtPlanTrackingDate = dtPlanTrackingDate;
	}
	public String getChCustomerAttitude() {
		return this.chCustomerAttitude;
	}

	public void setChCustomerAttitude(String chCustomerAttitude) {
		this.chCustomerAttitude = chCustomerAttitude;
	}

	public String getChFollowResult() {
		return this.chFollowResult;
	}

	public void setChFollowResult(String chFollowResult) {
		this.chFollowResult = chFollowResult;
	}

	public String getChDeal() {
		return this.chDeal;
	}

	public void setChDeal(String chDeal) {
		this.chDeal = chDeal;
	}

	public String getChChoices() {
		return this.chChoices;
	}

	public void setChChoices(String chChoices) {
		this.chChoices = chChoices;
	}

	public String getChCustomerSatisfied() {
		return this.chCustomerSatisfied;
	}

	public void setChCustomerSatisfied(String chCustomerSatisfied) {
		this.chCustomerSatisfied = chCustomerSatisfied;
	}

	public String getChCustomerKnow() {
		return this.chCustomerKnow;
	}

	public void setChCustomerKnow(String chCustomerKnow) {
		this.chCustomerKnow = chCustomerKnow;
	}

	public String getDtLinkTime() {
		return this.dtLinkTime;
	}

	public void setDtLinkTime(String dtLinkTime) {
		this.dtLinkTime = dtLinkTime;
	}

	public String getChLinkMode() {
		return this.chLinkMode;
	}

	public void setChLinkMode(String chLinkMode) {
		this.chLinkMode = chLinkMode;
	}

	public String getChLinkMan() {
		return this.chLinkMan;
	}

	public void setChLinkMan(String chLinkMan) {
		this.chLinkMan = chLinkMan;
	}

	public String getChLinkManDuty() {
		return this.chLinkManDuty;
	}

	public void setChLinkManDuty(String chLinkManDuty) {
		this.chLinkManDuty = chLinkManDuty;
	}

	public String getChLinkManTel() {
		return this.chLinkManTel;
	}

	public void setChLinkManTel(String chLinkManTel) {
		this.chLinkManTel = chLinkManTel;
	}
	
	 public String getChStation()
	  {
	    return this.chStation;
	  }
	  public void setChStation(String chStation)
	  {
	    this.chStation=chStation;
	  }
	  public String getChStationCode()
	  {
	    return this.chStationCode;
	  }
	  public void setChStationCode(String chStationCode)
	  {
	    this.chStationCode=chStationCode;
	  }
	  public String getChEnterpriseName()
	  {
	    return this.chEnterpriseName;
	  }
	  public void setChEnterpriseName(String chEnterpriseName)
	  {
	    this.chEnterpriseName=chEnterpriseName;
	  }
	  
	  
	  public String getChSeatCode()
	  {
	    return this.chSeatCode;
	  }
	  public void setChSeatCode(String chSeatCode)
	  {
	    this.chSeatCode=chSeatCode;
	  }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -