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

📄 parainfodao.java

📁 java阿里巴巴代码
💻 JAVA
字号:
package com.saas.biz.dao.commenDAO;



public class ParainfoDAO {
	private String cust_id;

	private String cust_name;

	private String cust_type;

	private String cust_state;

	private String pspt_type_code;

	private String pspt_id;

	private String pspt_addr;

	private String eparchy_code;

	private String city_code;

	private String develope_channel;

	private String develope_man;

	private String class_id;

	private String group_attr;

	private String client_status;

	private String user_count;

	private String company_address;

	private String post_code;

	private String website;

	private String fax_nbr;

	private String email;

	private String group_contact_phone;

	private String enterprise_scope;

	private String province;

	private String city;

	private String calling_type_code;

	private String calling_sub_type_code;

	private String trade_class1;

	private String trade_class2;

	private String calling_area_code;

	private String enterprise_type_code;

	private String enterprise_size_code;

	private String juristic_cust_id;

	private String juristic;

	private String juristic_type_code;

	private String all_emp_count;

	private String china_emp_count;

	private String local_emp_count;

	private String group_memo;

	private String reg_money;

	private String cust_aim;

	private String scope;

	/**
	 * @return all_emp_count
	 */
	public String getAll_emp_count() {
		return all_emp_count;
	}

	/**
	 * @param all_emp_count
	 *            要设置的 all_emp_count
	 */
	public void setAll_emp_count(String all_emp_count) {
		this.all_emp_count = all_emp_count;
	}

	/**
	 * @return calling_area_code
	 */
	public String getCalling_area_code() {
		return calling_area_code;
	}

	/**
	 * @param calling_area_code
	 *            要设置的 calling_area_code
	 */
	public void setCalling_area_code(String calling_area_code) {
		this.calling_area_code = calling_area_code;
	}

	/**
	 * @return calling_sub_type_code
	 */
	public String getCalling_sub_type_code() {
		return calling_sub_type_code;
	}

	/**
	 * @param calling_sub_type_code
	 *            要设置的 calling_sub_type_code
	 */
	public void setCalling_sub_type_code(String calling_sub_type_code) {
		this.calling_sub_type_code = calling_sub_type_code;
	}

	/**
	 * @return calling_type_code
	 */
	public String getCalling_type_code() {
		return calling_type_code;
	}

	/**
	 * @param calling_type_code
	 *            要设置的 calling_type_code
	 */
	public void setCalling_type_code(String calling_type_code) {
		this.calling_type_code = calling_type_code;
	}

	/**
	 * @return china_emp_count
	 */
	public String getChina_emp_count() {
		return china_emp_count;
	}

	/**
	 * @param china_emp_count
	 *            要设置的 china_emp_count
	 */
	public void setChina_emp_count(String china_emp_count) {
		this.china_emp_count = china_emp_count;
	}

	/**
	 * @return city
	 */
	public String getCity() {
		return city;
	}

	/**
	 * @param city
	 *            要设置的 city
	 */
	public void setCity(String city) {
		this.city = city;
	}

	/**
	 * @return city_code
	 */
	public String getCity_code() {
		return city_code;
	}

	/**
	 * @param city_code
	 *            要设置的 city_code
	 */
	public void setCity_code(String city_code) {
		this.city_code = city_code;
	}

	/**
	 * @return class_id
	 */
	public String getClass_id() {
		return class_id;
	}

	/**
	 * @param class_id
	 *            要设置的 class_id
	 */
	public void setClass_id(String class_id) {
		this.class_id = class_id;
	}

	/**
	 * @return client_status
	 */
	public String getClient_status() {
		return client_status;
	}

	/**
	 * @param client_status
	 *            要设置的 client_status
	 */
	public void setClient_status(String client_status) {
		this.client_status = client_status;
	}

	/**
	 * @return company_address
	 */
	public String getCompany_address() {
		return company_address;
	}

	/**
	 * @param company_address
	 *            要设置的 company_address
	 */
	public void setCompany_address(String company_address) {
		this.company_address = company_address;
	}

	/**
	 * @return cust_aim
	 */
	public String getCust_aim() {
		return cust_aim;
	}

	/**
	 * @param cust_aim
	 *            要设置的 cust_aim
	 */
	public void setCust_aim(String cust_aim) {
		this.cust_aim = cust_aim;
	}

	/**
	 * @return cust_id
	 */
	public String getCust_id() {
		return cust_id;
	}

	/**
	 * @param cust_id
	 *            要设置的 cust_id
	 */
	public void setCust_id(String cust_id) {
		this.cust_id = cust_id;
	}

	/**
	 * @return cust_name
	 */
	public String getCust_name() {
		return cust_name;
	}

	/**
	 * @param cust_name
	 *            要设置的 cust_name
	 */
	public void setCust_name(String cust_name) {
		this.cust_name = cust_name;
	}

	/**
	 * @return cust_state
	 */
	public String getCust_state() {
		return cust_state;
	}

	/**
	 * @param cust_state
	 *            要设置的 cust_state
	 */
	public void setCust_state(String cust_state) {
		this.cust_state = cust_state;
	}

	/**
	 * @return cust_type
	 */
	public String getCust_type() {
		return cust_type;
	}

	/**
	 * @param cust_type
	 *            要设置的 cust_type
	 */
	public void setCust_type(String cust_type) {
		this.cust_type = cust_type;
	}

	/**
	 * @return develope_channel
	 */
	public String getDevelope_channel() {
		return develope_channel;
	}

	/**
	 * @param develope_channel
	 *            要设置的 develope_channel
	 */
	public void setDevelope_channel(String develope_channel) {
		this.develope_channel = develope_channel;
	}

	/**
	 * @return develope_man
	 */
	public String getDevelope_man() {
		return develope_man;
	}

	/**
	 * @param develope_man
	 *            要设置的 develope_man
	 */
	public void setDevelope_man(String develope_man) {
		this.develope_man = develope_man;
	}

	/**
	 * @return email
	 */
	public String getEmail() {
		return email;
	}

	/**
	 * @param email
	 *            要设置的 email
	 */
	public void setEmail(String email) {
		this.email = email;
	}

	/**
	 * @return enterprise_scope
	 */
	public String getEnterprise_scope() {
		return enterprise_scope;
	}

	/**
	 * @param enterprise_scope
	 *            要设置的 enterprise_scope
	 */
	public void setEnterprise_scope(String enterprise_scope) {
		this.enterprise_scope = enterprise_scope;
	}

	/**
	 * @return enterprise_size_code
	 */
	public String getEnterprise_size_code() {
		return enterprise_size_code;
	}

	/**
	 * @param enterprise_size_code
	 *            要设置的 enterprise_size_code
	 */
	public void setEnterprise_size_code(String enterprise_size_code) {
		this.enterprise_size_code = enterprise_size_code;
	}

	/**
	 * @return enterprise_type_code
	 */
	public String getEnterprise_type_code() {
		return enterprise_type_code;
	}

	/**
	 * @param enterprise_type_code
	 *            要设置的 enterprise_type_code
	 */
	public void setEnterprise_type_code(String enterprise_type_code) {
		this.enterprise_type_code = enterprise_type_code;
	}

	/**
	 * @return eparchy_code
	 */
	public String getEparchy_code() {
		return eparchy_code;
	}

	/**
	 * @param eparchy_code
	 *            要设置的 eparchy_code
	 */
	public void setEparchy_code(String eparchy_code) {
		this.eparchy_code = eparchy_code;
	}

	/**
	 * @return fax_nbr
	 */
	public String getFax_nbr() {
		return fax_nbr;
	}

	/**
	 * @param fax_nbr
	 *            要设置的 fax_nbr
	 */
	public void setFax_nbr(String fax_nbr) {
		this.fax_nbr = fax_nbr;
	}

	/**
	 * @return group_attr
	 */
	public String getGroup_attr() {
		return group_attr;
	}

	/**
	 * @param group_attr
	 *            要设置的 group_attr
	 */
	public void setGroup_attr(String group_attr) {
		this.group_attr = group_attr;
	}

	/**
	 * @return group_contact_phone
	 */
	public String getGroup_contact_phone() {
		return group_contact_phone;
	}

	/**
	 * @param group_contact_phone
	 *            要设置的 group_contact_phone
	 */
	public void setGroup_contact_phone(String group_contact_phone) {
		this.group_contact_phone = group_contact_phone;
	}

	/**
	 * @return group_memo
	 */
	public String getGroup_memo() {
		return group_memo;
	}

	/**
	 * @param group_memo
	 *            要设置的 group_memo
	 */
	public void setGroup_memo(String group_memo) {
		this.group_memo = group_memo;
	}

	/**
	 * @return juristic
	 */
	public String getJuristic() {
		return juristic;
	}

	/**
	 * @param juristic
	 *            要设置的 juristic
	 */
	public void setJuristic(String juristic) {
		this.juristic = juristic;
	}

	/**
	 * @return juristic_cust_id
	 */
	public String getJuristic_cust_id() {
		return juristic_cust_id;
	}

	/**
	 * @param juristic_cust_id
	 *            要设置的 juristic_cust_id
	 */
	public void setJuristic_cust_id(String juristic_cust_id) {
		this.juristic_cust_id = juristic_cust_id;
	}

	/**
	 * @return juristic_type_code
	 */
	public String getJuristic_type_code() {
		return juristic_type_code;
	}

	/**
	 * @param juristic_type_code
	 *            要设置的 juristic_type_code
	 */
	public void setJuristic_type_code(String juristic_type_code) {
		this.juristic_type_code = juristic_type_code;
	}

	/**
	 * @return local_emp_count
	 */
	public String getLocal_emp_count() {
		return local_emp_count;
	}

	/**
	 * @param local_emp_count
	 *            要设置的 local_emp_count
	 */
	public void setLocal_emp_count(String local_emp_count) {
		this.local_emp_count = local_emp_count;
	}

	/**
	 * @return post_code
	 */
	public String getPost_code() {
		return post_code;
	}

	/**
	 * @param post_code
	 *            要设置的 post_code
	 */
	public void setPost_code(String post_code) {
		this.post_code = post_code;
	}

	/**
	 * @return province
	 */
	public String getProvince() {
		return province;
	}

	/**
	 * @param province
	 *            要设置的 province
	 */
	public void setProvince(String province) {
		this.province = province;
	}

	/**
	 * @return pspt_addr
	 */
	public String getPspt_addr() {
		return pspt_addr;
	}

	/**
	 * @param pspt_addr
	 *            要设置的 pspt_addr
	 */
	public void setPspt_addr(String pspt_addr) {
		this.pspt_addr = pspt_addr;
	}

	/**
	 * @return pspt_id
	 */
	public String getPspt_id() {
		return pspt_id;
	}

	/**
	 * @param pspt_id
	 *            要设置的 pspt_id
	 */
	public void setPspt_id(String pspt_id) {
		this.pspt_id = pspt_id;
	}

	/**
	 * @return pspt_type_code
	 */
	public String getPspt_type_code() {
		return pspt_type_code;
	}

	/**
	 * @param pspt_type_code
	 *            要设置的 pspt_type_code
	 */
	public void setPspt_type_code(String pspt_type_code) {
		this.pspt_type_code = pspt_type_code;
	}

	/**
	 * @return reg_money
	 */
	public String getReg_money() {
		return reg_money;
	}

	/**
	 * @param reg_money
	 *            要设置的 reg_money
	 */
	public void setReg_money(String reg_money) {
		this.reg_money = reg_money;
	}

	/**
	 * @return scope
	 */
	public String getScope() {
		return scope;
	}

	/**
	 * @param scope
	 *            要设置的 scope
	 */
	public void setScope(String scope) {
		this.scope = scope;
	}

	/**
	 * @return trade_class1
	 */
	public String getTrade_class1() {
		return trade_class1;
	}

	/**
	 * @param trade_class1
	 *            要设置的 trade_class1
	 */
	public void setTrade_class1(String trade_class1) {
		this.trade_class1 = trade_class1;
	}

	/**
	 * @return trade_class2
	 */
	public String getTrade_class2() {
		return trade_class2;
	}

	/**
	 * @param trade_class2
	 *            要设置的 trade_class2
	 */
	public void setTrade_class2(String trade_class2) {
		this.trade_class2 = trade_class2;
	}

	/**
	 * @return user_count
	 */
	public String getUser_count() {
		return user_count;
	}

	/**
	 * @param user_count
	 *            要设置的 user_count
	 */
	public void setUser_count(String user_count) {
		this.user_count = user_count;
	}

	/**
	 * @return website
	 */
	public String getWebsite() {
		return website;
	}

	/**
	 * @param website
	 *            要设置的 website
	 */
	public void setWebsite(String website) {
		this.website = website;
	}

}

⌨️ 快捷键说明

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