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

📄 enent_personal_change.java.svn-base

📁 公司CRM部分原代码,采用的是java技术.
💻 SVN-BASE
字号:
package GDPE.customer.personchange;

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


public class EnENT_PERSONAL_CHANGE extends EnBase
{
  /**编号  id**/
  private int id;
  /**客户ID  chCustomer_ID**/
  private int iCustomer_ID;
  /**跟踪业务员ID  chFollower_ID**/
  private String chFollower_ID="";
  /**跟踪业务员姓名  chFollower_Name**/
  private String chFollower_Name="";
  /**开始服务时间  dtBegin_Time**/
  private String dtBegin_Time="";
  /**业务员承诺  chPromise**/
  private String chPromise="";
  /**另一业务员ID  chAnother_Follower_ID**/
  private String chAnother_Follower_ID="";
  /**另一业务员姓名  chAnother_Follower_Name**/
  private String chAnother_Follower_Name="";
  /**备用1  chOther1**/
  private String chOther1="";
  /**备用2  chOther2**/
  private String chOther2="";
  /**备用3  chOther3**/
  private String chOther3="";
  /**备用4  chOther4**/
  private String chOther4="";
  /**备用5  chOther5**/
  private String chOther5="";

  public EnENT_PERSONAL_CHANGE()
  {
  }

  public void validCheck() throws Exception
  {
  }

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

  public int getICustomer_ID()
  {
    return this.iCustomer_ID;
  }
  public void setICustomer_ID(int icustomer_ID)
  {
    this.iCustomer_ID=icustomer_ID;
  }

  public String getChFollower_ID()
  {
    return this.chFollower_ID;
  }
  public void setChFollower_ID(String chFollower_ID)
  {
    this.chFollower_ID=chFollower_ID;
  }

  public String getChFollower_Name()
  {
    return this.chFollower_Name;
  }
  public void setChFollower_Name(String chFollower_Name)
  {
    this.chFollower_Name=chFollower_Name;
  }

  public String getDtBegin_Time()
  {
    return this.dtBegin_Time;
  }
  public void setDtBegin_Time(String dtBegin_Time)
  {
    this.dtBegin_Time=dtBegin_Time;
  }

  public String getChPromise()
  {
    return this.chPromise;
  }
  public void setChPromise(String chPromise)
  {
    this.chPromise=chPromise;
  }

  public String getChAnother_Follower_ID()
  {
    return this.chAnother_Follower_ID;
  }
  public void setChAnother_Follower_ID(String chAnother_Follower_ID)
  {
    this.chAnother_Follower_ID=chAnother_Follower_ID;
  }

  public String getChAnother_Follower_Name()
  {
    return this.chAnother_Follower_Name;
  }
  public void setChAnother_Follower_Name(String chAnother_Follower_Name)
  {
    this.chAnother_Follower_Name=chAnother_Follower_Name;
  }

  public String getChOther1()
  {
    return this.chOther1;
  }
  public void setChOther1(String chOther1)
  {
    this.chOther1=chOther1;
  }

  public String getChOther2()
  {
    return this.chOther2;
  }
  public void setChOther2(String chOther2)
  {
    this.chOther2=chOther2;
  }

  public String getChOther3()
  {
    return this.chOther3;
  }
  public void setChOther3(String chOther3)
  {
    this.chOther3=chOther3;
  }

  public String getChOther4()
  {
    return this.chOther4;
  }
  public void setChOther4(String chOther4)
  {
    this.chOther4=chOther4;
  }

  public String getChOther5()
  {
    return this.chOther5;
  }
  public void setChOther5(String chOther5)
  {
    this.chOther5=chOther5;
  }
}

⌨️ 快捷键说明

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