📄 enent_customer_personal.java
字号:
package GDPE.customer.personal;
import levin.base.*;
import java.util.*;
public class EnENT_CUSTOMER_PERSONAL extends EnBase
{
/**编号 id**/
private int id;
/**席位号 chSeat_Code**/
private String chSeat_Code="";
/**客户姓名 chName */
private String chName="";
/**性别 chGender**/
private String chGender="";
/**出生日期 dtBirthday**/
private String dtBirthday="";
/**国籍 chNationality**/
private String chNationality="";
/**民族 chFolk**/
private String chFolk="";
/**出生地 chNative_Place**/
private String chNative_Place="";
/**学历 chDegree**/
private String chDegree="";
/**毕业 chCollege_Name**/
private String chCollege_Name="";
/**专业 chMajor**/
private String chMajor="";
/**职业 chJob**/
private String chJob="";
/**商务电话 chBusiness_TEL**/
private String chBusiness_TEL="";
/**家庭电话 chHome_TEL**/
private String chHome_TEL="";
/**电子邮箱 chemail**/
private String chemail="";
/**家庭地址 chHome_Address**/
private String chHome_Address="";
/**邮政编码 chPost_Code**/
private String chPost_Code="";
/**爱好习惯 chHobby**/
private String chHobby="";
/**家庭信息 chFamily_Info**/
private String chFamily_Info="";
/**工作经验 chWork_Experence**/
private String chWork_Experence="";
/**人际关系 chPerson_Relation**/
private String chPerson_Relation="";
/**交易品种 chTrade_Tpye**/
private String chTrade_Type="";
/**备注 chRemark**/
private String chRemark="";
/**传真号码 chFax**/
private String chFax="";
/**省代码 chProvince_Code**/
private String chProvince_Code="";
/**省份 chProvince_Name**/
private String chProvince_Name="";
/**市编号 chLogin_Station_Code**/
private String chEnterpriseCityCode="";
/**市名 chLogin_Station_Name**/
private String chEnterpriseCityName="";
/**提交人编号 chCommit_Code**/
private String chCommit_Code="";
/**提交人姓名 chCommit_Name**/
private String chCommit_Name="";
/**跟踪业务号 chFollow_Man**/
private String chFollow_Man="";
/**承诺 chPromises**/
private String chPromises="";
/**跟踪人 chOther1**/
private String chFollow_code="";
/**是否已跟踪 chOther2**/
private String chIsFollowed="";
/**是否已签约 chOther3**/
private String chIsAudited="";
/**所属登陆站 chOther3**/
private String chStation="";
private String chStationCode="";
public EnENT_CUSTOMER_PERSONAL()
{
}
public void validCheck() throws Exception
{
}
public int getId()
{
return this.id;
}
public void setId(int id)
{
this.id=id;
}
public String getChSeat_Code()
{
return this.chSeat_Code;
}
public void setChSeat_Code(String chSeat_Code)
{
this.chSeat_Code=chSeat_Code;
}
public String getChGender()
{
return this.chGender;
}
public void setChGender(String chGender)
{
this.chGender=chGender;
}
public String getDtBirthday()
{
return this.dtBirthday;
}
public void setDtBirthday(String dtBirthday)
{
this.dtBirthday=dtBirthday;
}
public String getChNationality()
{
return this.chNationality;
}
public void setChNationality(String chNationality)
{
this.chNationality=chNationality;
}
public String getChFolk()
{
return this.chFolk;
}
public void setChFolk(String chFolk)
{
this.chFolk=chFolk;
}
public String getChNative_Place()
{
return this.chNative_Place;
}
public void setChNative_Place(String chNative_Place)
{
this.chNative_Place=chNative_Place;
}
public String getChDegree()
{
return this.chDegree;
}
public void setChDegree(String chDegree)
{
this.chDegree=chDegree;
}
public String getChCollege_Name()
{
return this.chCollege_Name;
}
public void setChCollege_Name(String chCollege_Name)
{
this.chCollege_Name=chCollege_Name;
}
public String getChMajor()
{
return this.chMajor;
}
public void setChMajor(String chMajor)
{
this.chMajor=chMajor;
}
public String getChJob()
{
return this.chJob;
}
public void setChJob(String chJob)
{
this.chJob=chJob;
}
public String getChBusiness_TEL()
{
return this.chBusiness_TEL;
}
public void setChBusiness_TEL(String chBusiness_TEL)
{
this.chBusiness_TEL=chBusiness_TEL;
}
public String getChHome_TEL()
{
return this.chHome_TEL;
}
public void setChHome_TEL(String chHome_TEL)
{
this.chHome_TEL=chHome_TEL;
}
public String getChemail()
{
return this.chemail;
}
public void setChemail(String chemail)
{
this.chemail=chemail;
}
public String getChHome_Address()
{
return this.chHome_Address;
}
public void setChHome_Address(String chHome_Address)
{
this.chHome_Address=chHome_Address;
}
public String getChPost_Code()
{
return this.chPost_Code;
}
public void setChPost_Code(String chPost_Code)
{
this.chPost_Code=chPost_Code;
}
public String getChHobby()
{
return this.chHobby;
}
public void setChHobby(String chHobby)
{
this.chHobby=chHobby;
}
public String getChFamily_Info()
{
return this.chFamily_Info;
}
public void setChFamily_Info(String chFamily_Info)
{
this.chFamily_Info=chFamily_Info;
}
public String getChWork_Experence()
{
return this.chWork_Experence;
}
public void setChWork_Experence(String chWork_Experence)
{
this.chWork_Experence=chWork_Experence;
}
public String getChPerson_Relation()
{
return this.chPerson_Relation;
}
public void setChPerson_Relation(String chPerson_Relation)
{
this.chPerson_Relation=chPerson_Relation;
}
public String getChTrade_Type()
{
return this.chTrade_Type;
}
public void setChTrade_Type(String chTrade_Type)
{
this.chTrade_Type=chTrade_Type;
}
public String getChRemark()
{
return this.chRemark;
}
public void setChRemark(String chRemark)
{
this.chRemark=chRemark;
}
public String getChFax()
{
return this.chFax;
}
public void setChFax(String chFax)
{
this.chFax=chFax;
}
public String getChProvince_Code()
{
return this.chProvince_Code;
}
public void setChProvince_Code(String chProvince_Code)
{
this.chProvince_Code=chProvince_Code;
}
public String getChProvince_Name()
{
return this.chProvince_Name;
}
public void setChProvince_Name(String chProvince_Name)
{
this.chProvince_Name=chProvince_Name;
}
public String getChEnterpriseCityCode()
{
return this.chEnterpriseCityCode;
}
public void setChEnterpriseCityCode(String chEnterpriseCityCode)
{
this.chEnterpriseCityCode=chEnterpriseCityCode;
}
public String getChEnterpriseCityName()
{
return this.chEnterpriseCityName;
}
public void setChEnterpriseCityName(String chEnterpriseCityName)
{
this.chEnterpriseCityName=chEnterpriseCityName;
}
public String getChCommit_Code()
{
return this.chCommit_Code;
}
public void setChCommit_Code(String chCommit_Code)
{
this.chCommit_Code=chCommit_Code;
}
public String getChCommit_Name()
{
return this.chCommit_Name;
}
public void setChCommit_Name(String chCommit_Name)
{
this.chCommit_Name=chCommit_Name;
}
public String getChFollow_Man()
{
return this.chFollow_Man;
}
public void setChFollow_Man(String chFollow_Man)
{
this.chFollow_Man=chFollow_Man;
}
public String getChFollow_code()
{
return this.chFollow_code;
}
public void setChFollow_code(String chFollow_code)
{
this.chFollow_code=chFollow_code;
}
public String getChPromises()
{
return this.chPromises;
}
public void setChPromises(String chPromises)
{
this.chPromises=chPromises;
}
public String getChIsAudited()
{
return this.chIsAudited;
}
public void setChIsAudited(String chIsAudited)
{
this.chIsAudited=chIsAudited;
}
public String getChIsFollowed()
{
return this.chIsFollowed;
}
public void setChIsFollowed(String chIsFollowed)
{
this.chIsFollowed=chIsFollowed;
}
public String getChName() {
return chName;
}
public void setChName(String chName) {
this.chName = chName;
}
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;
}//CHSMALLINFOTYPE
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -