📄 enent_customer_lost.java.svn-base
字号:
package GDPE.customer.lost;
import levin.base.*;
import java.util.*;
public class EnEnt_Customer_Lost extends EnBase
{
/**编号 id**/
private int id;
/**客户名称 chCustomerName**/
private String chCustomerName="";
/**联系人 chLinkMan**/
private String chLinkMan="";
/**席位号 chSeatCode**/
private String chSeatCode="";
/**联系电话 chLinkTel**/
private String chLinkTel="";
/**跟踪业务员代码 chCommitCode**/
private String chCommitCode="";
/**跟踪业务员姓名 chCommitName**/
private String chCommitName="";
/**流失时间 dtLostTime**/
private String dtLostTime="";
/**流失原因 chLostCause**/
private String chLostCause="";
/**总结 chConclusion**/
private String chConclusion="";
private String chStationCode="";
private String chStation="";
public EnEnt_Customer_Lost()
{
}
public void validCheck() throws Exception
{
}
public int getId()
{
return this.id;
}
public void setId(int id)
{
this.id=id;
}
public String getChCustomerName()
{
return this.chCustomerName;
}
public void setChCustomerName(String chCustomerName)
{
this.chCustomerName=chCustomerName;
}
public String getChLinkMan()
{
return this.chLinkMan;
}
public void setChLinkMan(String chLinkMan)
{
this.chLinkMan=chLinkMan;
}
public String getChSeatCode()
{
return this.chSeatCode;
}
public void setChSeatCode(String chSeatCode)
{
this.chSeatCode=chSeatCode;
}
public String getChLinkTel()
{
return this.chLinkTel;
}
public void setChLinkTel(String chLinkTel)
{
this.chLinkTel=chLinkTel;
}
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 getDtLostTime()
{
return this.dtLostTime;
}
public void setDtLostTime(String dtLostTime)
{
this.dtLostTime=dtLostTime;
}
public String getChLostCause()
{
return this.chLostCause;
}
public void setChLostCause(String chLostCause)
{
this.chLostCause=chLostCause;
}
public String getChConclusion()
{
return this.chConclusion;
}
public void setChConclusion(String chConclusion)
{
this.chConclusion=chConclusion;
}
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;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -