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

📄 purallshowbean.java

📁 医药供应链管理系统
💻 JAVA
字号:
package com.captainli.bean;
/**
 * 入库单show页面bean
 * @author CaptainLi
 *
 */
public class PurAllShowBean {
	private int p_id;
	private String p_no;
	private String p_name;
	private String bc_name;
	private String sc_name;
	private String i_name;
	private String p_prodate;
	private int p_effdate;
	private int p_quantity;
	private double p_price; 
	private double p_amount;
	private double p_actual;
	private String p_time;
	private String p_note;
	private String w_name;
	private String b_name;
	private int p_l_id;
	private String u_name;
	public PurAllShowBean(int p_id, String p_no, String p_name, String bc_name, String sc_name, String i_name, String p_prodate, int p_effdate, int p_quantity, double p_price, double p_amount, double p_actual, String p_time, String p_note, String w_name, String b_name, int p_l_id, String u_name) {
		super();
		this.p_id = p_id;
		this.p_no = p_no;
		this.p_name = p_name;
		this.bc_name = bc_name;
		this.sc_name = sc_name;
		this.i_name = i_name;
		this.p_prodate = p_prodate;
		this.p_effdate = p_effdate;
		this.p_quantity = p_quantity;
		this.p_price = p_price;
		this.p_amount = p_amount;
		this.p_actual = p_actual;
		this.p_time = p_time;
		this.p_note = p_note;
		this.w_name = w_name;
		this.b_name = b_name;
		this.p_l_id = p_l_id;
		this.u_name = u_name;
	}
	public double getP_actual() {
		return p_actual;
	}
	public void setP_actual(double p_actual) {
		this.p_actual = p_actual;
	}
	public PurAllShowBean(int p_id, String p_no, String p_name, String bc_name, String sc_name, String i_name, String p_prodate, int p_effdate, int p_quantity, double p_price, double p_amount, String p_time, String p_note, String w_name, String b_name, int p_l_id, String u_name) {
		super();
		this.p_id = p_id;
		this.p_no = p_no;
		this.p_name = p_name;
		this.bc_name = bc_name;
		this.sc_name = sc_name;
		this.i_name = i_name;
		this.p_prodate = p_prodate;
		this.p_effdate = p_effdate;
		this.p_quantity = p_quantity;
		this.p_price = p_price;
		this.p_amount = p_amount;
		this.p_time = p_time;
		this.p_note = p_note;
		this.w_name = w_name;
		this.b_name = b_name;
		this.p_l_id = p_l_id;
		this.u_name = u_name;
	}
	public String getU_name() {
		return u_name;
	}
	public void setU_name(String u_name) {
		this.u_name = u_name;
	}
	public PurAllShowBean() {
		super();
		// TODO Auto-generated constructor stub
	}
	public PurAllShowBean(int p_id, String p_no, String p_name, String bc_name, String sc_name, String i_name, String p_prodate, int p_effdate, int p_quantity, double p_price, double p_amount, String p_time, String w_name, String b_name, int p_l_id) {
		super();
		this.p_id = p_id;
		this.p_no = p_no;
		this.p_name = p_name;
		this.bc_name = bc_name;
		this.sc_name = sc_name;
		this.i_name = i_name;
		this.p_prodate = p_prodate;
		this.p_effdate = p_effdate;
		this.p_quantity = p_quantity;
		this.p_price = p_price;
		this.p_amount = p_amount;
		this.p_time = p_time;
		this.w_name = w_name;
		this.b_name = b_name;
		this.p_l_id = p_l_id;
	}
	public String getB_name() {
		return b_name;
	}
	public void setB_name(String b_name) {
		this.b_name = b_name;
	}
	public String getBc_name() {
		return bc_name;
	}
	public void setBc_name(String bc_name) {
		this.bc_name = bc_name;
	}
	public String getI_name() {
		return i_name;
	}
	public void setI_name(String i_name) {
		this.i_name = i_name;
	}
	public double getP_amount() {
		return p_amount;
	}
	public void setP_amount(double p_amount) {
		this.p_amount = p_amount;
	}
	public int getP_effdate() {
		return p_effdate;
	}
	public void setP_effdate(int p_effdate) {
		this.p_effdate = p_effdate;
	}
	public int getP_id() {
		return p_id;
	}
	public void setP_id(int p_id) {
		this.p_id = p_id;
	}
	public int getP_l_id() {
		return p_l_id;
	}
	public void setP_l_id(int p_l_id) {
		this.p_l_id = p_l_id;
	}
	public String getP_name() {
		return p_name;
	}
	public void setP_name(String p_name) {
		this.p_name = p_name;
	}
	public String getP_no() {
		return p_no;
	}
	public void setP_no(String p_no) {
		this.p_no = p_no;
	}
	public double getP_price() {
		return p_price;
	}
	public void setP_price(double p_price) {
		this.p_price = p_price;
	}
	public String getP_prodate() {
		return p_prodate;
	}
	public void setP_prodate(String p_prodate) {
		this.p_prodate = p_prodate;
	}
	public int getP_quantity() {
		return p_quantity;
	}
	public void setP_quantity(int p_quantity) {
		this.p_quantity = p_quantity;
	}
	public String getP_time() {
		return p_time;
	}
	public void setP_time(String p_time) {
		this.p_time = p_time;
	}
	public String getSc_name() {
		return sc_name;
	}
	public void setSc_name(String sc_name) {
		this.sc_name = sc_name;
	}
	public String getW_name() {
		return w_name;
	}
	public void setW_name(String w_name) {
		this.w_name = w_name;
	}
	public String getP_note() {
		return p_note;
	}
	public void setP_note(String p_note) {
		this.p_note = p_note;
	}
	public PurAllShowBean(int p_id, String p_no, String p_name, String bc_name, String sc_name, String i_name, String p_prodate, int p_effdate, int p_quantity, double p_price, double p_amount, String p_time, String p_note, String w_name, String b_name, int p_l_id) {
		super();
		this.p_id = p_id;
		this.p_no = p_no;
		this.p_name = p_name;
		this.bc_name = bc_name;
		this.sc_name = sc_name;
		this.i_name = i_name;
		this.p_prodate = p_prodate;
		this.p_effdate = p_effdate;
		this.p_quantity = p_quantity;
		this.p_price = p_price;
		this.p_amount = p_amount;
		this.p_time = p_time;
		this.p_note = p_note;
		this.w_name = w_name;
		this.b_name = b_name;
		this.p_l_id = p_l_id;
	}
}

⌨️ 快捷键说明

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