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

📄 enent_compete_friend.java

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

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

public class EnEnt_Compete_Friend extends EnBase {
	/**编号  id**/
	private int id;

	/**友商名称  chCompete_Friend_Name**/
	private String chCompete_Friend_Name = "";

	/**竞争力  chCompete_Level**/
	private String chCompete_Level = "";

	/**所在行业  chIndustry_Type**/
	private String chIndustry_Type = "";

	/**联系电话  chTelephone**/
	private String chTelephone = "";

	/**传真电话  chFax**/
	private String chFax = "";

	/**电子邮箱  chEmail**/
	private String chEmail = "";

	/**网址  chWeb_Site**/
	private String chWeb_Site = "";

	/**地址  chAddress**/
	private String chAddress = "";

	/**邮政编码  chPost_Code**/
	private String chPost_Code = "";

	/**省代码  iProvince_No**/
	private String chProvince_No;

	/**市代码  iCity_No**/
	private String chCity_No;

	/**竞争方向信息说明  chCompete_Comment**/
	private String chCompete_Comment = "";

	/**备注  chRemark**/
	private String chRemark = "";

	/**企业提供者名称  chEnterPriseProvinceName**/
	private String chEnterPriseProvinceName = "";

	/**企业所地城市  chEnterPriseCityName**/
	private String chEnterPriseCityName = "";

	public EnEnt_Compete_Friend() {
	}

	public void validCheck() throws Exception {
	}

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

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

	public String getChCompete_Friend_Name() {
		return this.chCompete_Friend_Name;
	}

	public void setChCompete_Friend_Name(String chCompete_Friend_Name) {
		this.chCompete_Friend_Name = chCompete_Friend_Name;
	}

	public String getChCompete_Level() {
		return this.chCompete_Level;
	}

	public void setChCompete_Level(String chCompete_Level) {
		this.chCompete_Level = chCompete_Level;
	}

	public String getChIndustry_Type() {
		return this.chIndustry_Type;
	}

	public void setChIndustry_Type(String chIndustry_Type) {
		this.chIndustry_Type = chIndustry_Type;
	}

	public String getChTelephone() {
		return this.chTelephone;
	}

	public void setChTelephone(String chTelephone) {
		this.chTelephone = chTelephone;
	}

	public String getChFax() {
		return this.chFax;
	}

	public void setChFax(String chFax) {
		this.chFax = chFax;
	}

	public String getChEmail() {
		return this.chEmail;
	}

	public void setChEmail(String chEmail) {
		this.chEmail = chEmail;
	}

	public String getChWeb_Site() {
		return this.chWeb_Site;
	}

	public void setChWeb_Site(String chWeb_Site) {
		this.chWeb_Site = chWeb_Site;
	}

	public String getChAddress() {
		return this.chAddress;
	}

	public void setChAddress(String chAddress) {
		this.chAddress = chAddress;
	}

	public String getChPost_Code() {
		return this.chPost_Code;
	}

	public void setChPost_Code(String chPost_Code) {
		this.chPost_Code = chPost_Code;
	}

	public String getChProvince_No() {
		return this.chProvince_No;
	}

	public void setChProvince_No(String chProvince_No) {
		this.chProvince_No = chProvince_No;
	}

	public String getChCity_No() {
		return this.chCity_No;
	}

	public void setChCity_No(String chCity_No) {
		this.chCity_No = chCity_No;
	}

	public String getChCompete_Comment() {
		return this.chCompete_Comment;
	}

	public void setChCompete_Comment(String chCompete_Comment) {
		this.chCompete_Comment = chCompete_Comment;
	}

	public String getChRemark() {
		return this.chRemark;
	}

	public void setChRemark(String chRemark) {
		this.chRemark = chRemark;
	}

	public String getChEnterPriseProvinceName() {
		return this.chEnterPriseProvinceName;
	}

	public void setChEnterPriseProvinceName(String chEnterPriseProvinceName) {
		this.chEnterPriseProvinceName = chEnterPriseProvinceName;
	}

	public String getChEnterPriseCityName() {
		return this.chEnterPriseCityName;
	}

	public void setChEnterPriseCityName(String chEnterPriseCityName) {
		this.chEnterPriseCityName = chEnterPriseCityName;
	}
}

⌨️ 快捷键说明

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