📄 purchasebean.java
字号:
package com.captainli.bean;
/**
* 采购入库purchase表Bean
* @author CaptainLi
*
*/
public class PurchaseBean {
private int p_id;
private String p_no;
private int p_type;
private int p_i_id;
private int p_l_id;
private int p_w_id;
private int p_p_id;
private String p_prodate;
private int p_u_id;
private int p_effdate;
private int p_quantity;
private double p_price;
private double p_amount;
private double p_actual;
private int p_b_id;
private String p_note;
private int p_ver;
private String p_time;
private String p_reason;
private boolean p_mongeytype;
public PurchaseBean() {
super();
// TODO Auto-generated constructor stub
}
public PurchaseBean(int p_id, String p_no, int p_type, int p_i_id, int p_l_id, int p_w_id, int p_p_id, String p_prodate, int p_u_id, int p_effdate, int p_quantity, double p_price, double p_amount, double p_actual, int p_b_id, String p_note, int p_ver, String p_time, String p_reason, boolean p_mongeytype) {
super();
this.p_id = p_id;
this.p_no = p_no;
this.p_type = p_type;
this.p_i_id = p_i_id;
this.p_l_id = p_l_id;
this.p_w_id = p_w_id;
this.p_p_id = p_p_id;
this.p_prodate = p_prodate;
this.p_u_id = p_u_id;
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_b_id = p_b_id;
this.p_note = p_note;
this.p_ver = p_ver;
this.p_time = p_time;
this.p_reason = p_reason;
this.p_mongeytype = p_mongeytype;
}
public double getP_actual() {
return p_actual;
}
public void setP_actual(double p_actual) {
this.p_actual = p_actual;
}
public double getP_amount() {
return p_amount;
}
public void setP_amount(double p_amount) {
this.p_amount = p_amount;
}
public int getP_b_id() {
return p_b_id;
}
public void setP_b_id(int p_b_id) {
this.p_b_id = p_b_id;
}
public int getP_effdate() {
return p_effdate;
}
public void setP_effdate(int p_effdate) {
this.p_effdate = p_effdate;
}
public int getP_i_id() {
return p_i_id;
}
public void setP_i_id(int p_i_id) {
this.p_i_id = p_i_id;
}
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 boolean isP_mongeytype() {
return p_mongeytype;
}
public void setP_mongeytype(boolean p_mongeytype) {
this.p_mongeytype = p_mongeytype;
}
public String getP_no() {
return p_no;
}
public void setP_no(String p_no) {
this.p_no = p_no;
}
public String getP_note() {
return p_note;
}
public void setP_note(String p_note) {
this.p_note = p_note;
}
public int getP_p_id() {
return p_p_id;
}
public void setP_p_id(int p_p_id) {
this.p_p_id = p_p_id;
}
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_reason() {
return p_reason;
}
public void setP_reason(String p_reason) {
this.p_reason = p_reason;
}
public String getP_time() {
return p_time;
}
public void setP_time(String p_time) {
this.p_time = p_time;
}
public int getP_type() {
return p_type;
}
public void setP_type(int p_type) {
this.p_type = p_type;
}
public int getP_u_id() {
return p_u_id;
}
public void setP_u_id(int p_u_id) {
this.p_u_id = p_u_id;
}
public int getP_ver() {
return p_ver;
}
public void setP_ver(int p_ver) {
this.p_ver = p_ver;
}
public int getP_w_id() {
return p_w_id;
}
public void setP_w_id(int p_w_id) {
this.p_w_id = p_w_id;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -