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

📄 enent_market_knowledge.java

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

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


public class EnEnt_Market_Knowledge extends EnBase
{
  /**编号  id**/
  private int id;
  /**文件名称  chName**/
  private String chName="";
  /**存储路径  chPath**/
  private String chPath="";
  /**简单介绍  chIntroduce**/
  private String chIntroduce="";
  /**联系电话  dtUploadTime**/
  private String dtUploadTime="";
  /**业务员代码  chCommitCode**/
  private String chCommitCode="";
  /**业务员姓名  chCommitName**/
  private String chCommitName="";

  public EnEnt_Market_Knowledge()
  {
  }

  public void validCheck() throws Exception
  {
  }

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

  public String getChName()
  {
    return this.chName;
  }
  public void setChName(String chName)
  {
    this.chName=chName;
  }

  public String getChPath()
  {
    return this.chPath;
  }
  public void setChPath(String chPath)
  {
    this.chPath=chPath;
  }

  public String getChIntroduce()
  {
    return this.chIntroduce;
  }
  public void setChIntroduce(String chIntroduce)
  {
    this.chIntroduce=chIntroduce;
  }

  public String getDtUploadTime()
  {
    return this.dtUploadTime;
  }
  public void setDtUploadTime(String dtUploadTime)
  {
    this.dtUploadTime=dtUploadTime;
  }

  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;
  }
}

⌨️ 快捷键说明

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