📄 enent_record_following.java.svn-base
字号:
package GDPE.follow;
import levin.base.*;
import java.util.*;
public class EnEnt_Record_Following extends EnBase
{
/**编号 id**/
private int id ;
/**客户编号 iEnterpriseId**/
private int iEnterpriseId ;
private String chFollowNumber="" ;
private String chEnterpriseName="" ;
private int isimpleManId ;
/**联系人姓名 chCustomerName**/
private String chCustomerName="";
/**备注 chNote**/
private String chNote="";
/**跟踪人编号 chCommitCode**/
private String chCommitCode="";
/**跟踪人姓名 chCommitName**/
private String chCommitName="";
/**跟踪时间 dtTrackingDate**/
private String dtTrackingDate="";
/**客户意见 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 chLeaderAdv="";
private String chCustomerTel="";
private String chCustomerAddr="";
private String chLinkManDuty="";
private String chSeatCode="";
private String chStationCode="";
private String chStation="";
private String dtPlanTrackingDate="";
public EnEnt_Record_Following()
{
}
public void validCheck() throws Exception
{
}
public int getId()
{
return this.id;
}
public void setId(int id)
{
this.id=id;
}
public int getIEnterpriseId()
{
return this.iEnterpriseId;
}
public void setIEnterpriseId(int iEnterpriseId)
{
this.iEnterpriseId=iEnterpriseId;
}
public String getChFollowNumber()
{
return this.chFollowNumber;
}
public void setChFollowNumber(String chFollowNumber)
{
this.chFollowNumber=chFollowNumber;
}
public int getIsimpleManId()
{
return this.isimpleManId;
}
public void setIsimpleManId(int isimpleManId)
{
this.isimpleManId=isimpleManId;
}
public String getChEnterpriseName()
{
return this.chEnterpriseName;
}
public void setChEnterpriseName(String chEnterpriseName)
{
this.chEnterpriseName=chEnterpriseName;
}
public String getChCustomerName()
{
return this.chCustomerName;
}
public void setChCustomerName(String chCustomerName)
{
this.chCustomerName=chCustomerName;
}
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 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 getChLeaderAdv()
{
return this.chLeaderAdv;
}
public void setChLeaderAdv(String chLeaderAdv)
{
this.chLeaderAdv=chLeaderAdv;
}
public String getChCustomerTel()
{
return this.chCustomerTel;
}
public void setChCustomerTel(String chCustomerTel)
{
this.chCustomerTel=chCustomerTel;
}
public String getChCustomerAddr()
{
return this.chCustomerAddr;
}
public void setChCustomerAddr(String chCustomerAddr)
{
this.chCustomerAddr=chCustomerAddr;
}
public String getChLinkManDuty()
{
return this.chLinkManDuty;
}
public void setChLinkManDuty(String chLinkManDuty)
{
this.chLinkManDuty=chLinkManDuty;
}
public String getChSeatCode()
{
return this.chSeatCode;
}
public void setChSeatCode(String chSeatCode)
{
this.chSeatCode=chSeatCode;
}
public String getChStationCode()
{
return this.chStationCode;
}
public void setChStationCode(String chStationCode)
{
this.chStationCode=chStationCode;
}
public String getChStation()
{
return this.chStation;
}
public void setChStation(String chStation)
{
this.chStation=chStation;
}
public String getDtPlanTrackingDate()
{
return this.dtPlanTrackingDate;
}
public void setDtPlanTrackingDate(String dtPlanTrackingDate)
{
this.dtPlanTrackingDate=dtPlanTrackingDate;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -