|
|
@@ -0,0 +1,274 @@
|
|
|
+package com.usoftchina.saas.document.po;
|
|
|
+
|
|
|
+
|
|
|
+import com.usoftchina.saas.base.entity.CommonBaseEntity;
|
|
|
+
|
|
|
+import java.io.Serializable;
|
|
|
+import java.util.Date;
|
|
|
+
|
|
|
+public class Product extends CommonBaseEntity implements Serializable {
|
|
|
+
|
|
|
+ private long pr_id;
|
|
|
+ private String pr_code;
|
|
|
+ private String pr_detail;
|
|
|
+ private String pr_spec;
|
|
|
+ private String pr_unit;
|
|
|
+ private String pr_kind;
|
|
|
+ private String pr_orispeccode;
|
|
|
+ private long pr_whid;
|
|
|
+ private String pr_whcode;
|
|
|
+ private String pr_whname;
|
|
|
+ private long pr_zxbzs;
|
|
|
+ private long pr_leadtime;
|
|
|
+ private String pr_brand;
|
|
|
+ private String pr_standardprice;
|
|
|
+ private String pr_purcprice;
|
|
|
+ private String pr_saleprice;
|
|
|
+ private long pr_vendid;
|
|
|
+ private String pr_vendname;
|
|
|
+ private String pr_vendcode;
|
|
|
+ private Date pr_docdate;
|
|
|
+ private long pr_recordmanid;
|
|
|
+ private String pr_recordman;
|
|
|
+ private String pr_status;
|
|
|
+ private String pr_statuscode;
|
|
|
+ private String pr_text1;
|
|
|
+ private String pr_text2;
|
|
|
+ private String pr_text3;
|
|
|
+ private String pr_text4;
|
|
|
+
|
|
|
+ public long getPr_id() {
|
|
|
+ return pr_id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_id(long pr_id) {
|
|
|
+ this.pr_id = pr_id;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_code() {
|
|
|
+ return pr_code;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_code(String pr_code) {
|
|
|
+ this.pr_code = pr_code;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_detail() {
|
|
|
+ return pr_detail;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_detail(String pr_detail) {
|
|
|
+ this.pr_detail = pr_detail;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_spec() {
|
|
|
+ return pr_spec;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_spec(String pr_spec) {
|
|
|
+ this.pr_spec = pr_spec;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_unit() {
|
|
|
+ return pr_unit;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_unit(String pr_unit) {
|
|
|
+ this.pr_unit = pr_unit;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_kind() {
|
|
|
+ return pr_kind;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_kind(String pr_kind) {
|
|
|
+ this.pr_kind = pr_kind;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_orispeccode() {
|
|
|
+ return pr_orispeccode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_orispeccode(String pr_orispeccode) {
|
|
|
+ this.pr_orispeccode = pr_orispeccode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public long getPr_whid() {
|
|
|
+ return pr_whid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_whid(long pr_whid) {
|
|
|
+ this.pr_whid = pr_whid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_whcode() {
|
|
|
+ return pr_whcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_whcode(String pr_whcode) {
|
|
|
+ this.pr_whcode = pr_whcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_whname() {
|
|
|
+ return pr_whname;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_whname(String pr_whname) {
|
|
|
+ this.pr_whname = pr_whname;
|
|
|
+ }
|
|
|
+
|
|
|
+ public long getPr_zxbzs() {
|
|
|
+ return pr_zxbzs;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_zxbzs(long pr_zxbzs) {
|
|
|
+ this.pr_zxbzs = pr_zxbzs;
|
|
|
+ }
|
|
|
+
|
|
|
+ public long getPr_leadtime() {
|
|
|
+ return pr_leadtime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_leadtime(long pr_leadtime) {
|
|
|
+ this.pr_leadtime = pr_leadtime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_brand() {
|
|
|
+ return pr_brand;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_brand(String pr_brand) {
|
|
|
+ this.pr_brand = pr_brand;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_standardprice() {
|
|
|
+ return pr_standardprice;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_standardprice(String pr_standardprice) {
|
|
|
+ this.pr_standardprice = pr_standardprice;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_purcprice() {
|
|
|
+ return pr_purcprice;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_purcprice(String pr_purcprice) {
|
|
|
+ this.pr_purcprice = pr_purcprice;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_saleprice() {
|
|
|
+ return pr_saleprice;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_saleprice(String pr_saleprice) {
|
|
|
+ this.pr_saleprice = pr_saleprice;
|
|
|
+ }
|
|
|
+
|
|
|
+ public long getPr_vendid() {
|
|
|
+ return pr_vendid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_vendid(long pr_vendid) {
|
|
|
+ this.pr_vendid = pr_vendid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_vendname() {
|
|
|
+ return pr_vendname;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_vendname(String pr_vendname) {
|
|
|
+ this.pr_vendname = pr_vendname;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_vendcode() {
|
|
|
+ return pr_vendcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_vendcode(String pr_vendcode) {
|
|
|
+ this.pr_vendcode = pr_vendcode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getPr_docdate() {
|
|
|
+ return pr_docdate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_docdate(Date pr_docdate) {
|
|
|
+ this.pr_docdate = pr_docdate;
|
|
|
+ }
|
|
|
+
|
|
|
+ public long getPr_recordmanid() {
|
|
|
+ return pr_recordmanid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_recordmanid(long pr_recordmanid) {
|
|
|
+ this.pr_recordmanid = pr_recordmanid;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_recordman() {
|
|
|
+ return pr_recordman;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_recordman(String pr_recordman) {
|
|
|
+ this.pr_recordman = pr_recordman;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_status() {
|
|
|
+ return pr_status;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_status(String pr_status) {
|
|
|
+ this.pr_status = pr_status;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_statuscode() {
|
|
|
+ return pr_statuscode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_statuscode(String pr_statuscode) {
|
|
|
+ this.pr_statuscode = pr_statuscode;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_text1() {
|
|
|
+ return pr_text1;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_text1(String pr_text1) {
|
|
|
+ this.pr_text1 = pr_text1;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_text2() {
|
|
|
+ return pr_text2;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_text2(String pr_text2) {
|
|
|
+ this.pr_text2 = pr_text2;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_text3() {
|
|
|
+ return pr_text3;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_text3(String pr_text3) {
|
|
|
+ this.pr_text3 = pr_text3;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_text4() {
|
|
|
+ return pr_text4;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_text4(String pr_text4) {
|
|
|
+ this.pr_text4 = pr_text4;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getPr_text5() {
|
|
|
+ return pr_text5;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setPr_text5(String pr_text5) {
|
|
|
+ this.pr_text5 = pr_text5;
|
|
|
+ }
|
|
|
+
|
|
|
+ private String pr_text5;
|
|
|
+
|
|
|
+}
|