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

📄 produitbean.java

📁 医药供应链管理系统
💻 JAVA
字号:
package com.captainli.bean;
/**
 * 商品遍历实体类
 * @author CaptainLi
 *
 */
public class ProduitBean {
	private int p_id;
	private String p_name;
	private String p_pinyin;
	private int p_bc_id;
	private int p_sc_id;
	private String p_chaname;
	private String p_engname;
	private String p_spe;
	private String p_pro;
	private String p_fac;
	private String p_unit;
	private String p_appnum;
	private String p_validitym;
	private String p_validityd;
	private String p_storage;
	private String p_note;
	
	private int bc_id;
	private String bc_name;
	
	private int sc_id;
	private String sc_name;
	private int sc_bc_id;
	
	public int getBc_id() {
		return bc_id;
	}
	public void setBc_id(int bc_id) {
		this.bc_id = bc_id;
	}
	public String getBc_name() {
		return bc_name;
	}
	public void setBc_name(String bc_name) {
		this.bc_name = bc_name;
	}
	public String getP_appnum() {
		return p_appnum;
	}
	public void setP_appnum(String p_appnum) {
		this.p_appnum = p_appnum;
	}
	public int getP_bc_id() {
		return p_bc_id;
	}
	public void setP_bc_id(int p_bc_id) {
		this.p_bc_id = p_bc_id;
	}
	public String getP_chaname() {
		return p_chaname;
	}
	public void setP_chaname(String p_chaname) {
		this.p_chaname = p_chaname;
	}
	public String getP_engname() {
		return p_engname;
	}
	public void setP_engname(String p_engname) {
		this.p_engname = p_engname;
	}
	public String getP_fac() {
		return p_fac;
	}
	public void setP_fac(String p_fac) {
		this.p_fac = p_fac;
	}
	public int getP_id() {
		return p_id;
	}
	public void setP_id(int p_id) {
		this.p_id = p_id;
	}
	public String getP_name() {
		return p_name;
	}
	public void setP_name(String p_name) {
		this.p_name = p_name;
	}
	public String getP_note() {
		return p_note;
	}
	public void setP_note(String p_note) {
		this.p_note = p_note;
	}
	public String getP_pinyin() {
		return p_pinyin;
	}
	public void setP_pinyin(String p_pinyin) {
		this.p_pinyin = p_pinyin;
	}
	public String getP_pro() {
		return p_pro;
	}
	public void setP_pro(String p_pro) {
		this.p_pro = p_pro;
	}
	public int getP_sc_id() {
		return p_sc_id;
	}
	public void setP_sc_id(int p_sc_id) {
		this.p_sc_id = p_sc_id;
	}
	public String getP_spe() {
		return p_spe;
	}
	public void setP_spe(String p_spe) {
		this.p_spe = p_spe;
	}
	public String getP_storage() {
		return p_storage;
	}
	public void setP_storage(String p_storage) {
		this.p_storage = p_storage;
	}
	public String getP_unit() {
		return p_unit;
	}
	public void setP_unit(String p_unit) {
		this.p_unit = p_unit;
	}
	public String getP_validityd() {
		return p_validityd;
	}
	public void setP_validityd(String p_validityd) {
		this.p_validityd = p_validityd;
	}
	public String getP_validitym() {
		return p_validitym;
	}
	public void setP_validitym(String p_validitym) {
		this.p_validitym = p_validitym;
	}
	public int getSc_bc_id() {
		return sc_bc_id;
	}
	public void setSc_bc_id(int sc_bc_id) {
		this.sc_bc_id = sc_bc_id;
	}
	public int getSc_id() {
		return sc_id;
	}
	public void setSc_id(int sc_id) {
		this.sc_id = sc_id;
	}
	public String getSc_name() {
		return sc_name;
	}
	public void setSc_name(String sc_name) {
		this.sc_name = sc_name;
	}
	public ProduitBean(int p_id, String p_name, String p_pinyin, int p_bc_id, int p_sc_id, String p_chaname, String p_engname, String p_spe, String p_pro, String p_fac, String p_unit, String p_appnum, String p_validitym, String p_validityd, String p_storage, String p_note, int bc_id, String bc_name, int sc_id, String sc_name, int sc_bc_id) {
		super();
		this.p_id = p_id;
		this.p_name = p_name;
		this.p_pinyin = p_pinyin;
		this.p_bc_id = p_bc_id;
		this.p_sc_id = p_sc_id;
		this.p_chaname = p_chaname;
		this.p_engname = p_engname;
		this.p_spe = p_spe;
		this.p_pro = p_pro;
		this.p_fac = p_fac;
		this.p_unit = p_unit;
		this.p_appnum = p_appnum;
		this.p_validitym = p_validitym;
		this.p_validityd = p_validityd;
		this.p_storage = p_storage;
		this.p_note = p_note;
		this.bc_id = bc_id;
		this.bc_name = bc_name;
		this.sc_id = sc_id;
		this.sc_name = sc_name;
		this.sc_bc_id = sc_bc_id;
	}
	public ProduitBean() {
		super();
		// TODO Auto-generated constructor stub
	}
}

⌨️ 快捷键说明

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