|
|
@@ -17,17 +17,17 @@ public class Product extends CommonBaseEntity implements Serializable {
|
|
|
private long pr_whid;
|
|
|
private String pr_whcode;
|
|
|
private String pr_whname;
|
|
|
- private long pr_zxbzs;
|
|
|
- private long pr_leadtime;
|
|
|
+ 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 Long pr_vendid;
|
|
|
private String pr_vendname;
|
|
|
private String pr_vendcode;
|
|
|
private Date pr_docdate;
|
|
|
- private long pr_recordmanid;
|
|
|
+ private Long pr_recordmanid;
|
|
|
private String pr_recordman;
|
|
|
private String pr_status;
|
|
|
private String pr_statuscode;
|
|
|
@@ -84,11 +84,11 @@ public class Product extends CommonBaseEntity implements Serializable {
|
|
|
this.pr_orispeccode = pr_orispeccode;
|
|
|
}
|
|
|
|
|
|
- public long getPr_whid() {
|
|
|
+ public Long getPr_whid() {
|
|
|
return pr_whid;
|
|
|
}
|
|
|
|
|
|
- public void setPr_whid(long pr_whid) {
|
|
|
+ public void setPr_whid(Long pr_whid) {
|
|
|
this.pr_whid = pr_whid;
|
|
|
}
|
|
|
|
|
|
@@ -108,19 +108,19 @@ public class Product extends CommonBaseEntity implements Serializable {
|
|
|
this.pr_whname = pr_whname;
|
|
|
}
|
|
|
|
|
|
- public long getPr_zxbzs() {
|
|
|
+ public Long getPr_zxbzs() {
|
|
|
return pr_zxbzs;
|
|
|
}
|
|
|
|
|
|
- public void setPr_zxbzs(long pr_zxbzs) {
|
|
|
+ public void setPr_zxbzs(Long pr_zxbzs) {
|
|
|
this.pr_zxbzs = pr_zxbzs;
|
|
|
}
|
|
|
|
|
|
- public long getPr_leadtime() {
|
|
|
+ public Long getPr_leadtime() {
|
|
|
return pr_leadtime;
|
|
|
}
|
|
|
|
|
|
- public void setPr_leadtime(long pr_leadtime) {
|
|
|
+ public void setPr_leadtime(Long pr_leadtime) {
|
|
|
this.pr_leadtime = pr_leadtime;
|
|
|
}
|
|
|
|
|
|
@@ -156,11 +156,11 @@ public class Product extends CommonBaseEntity implements Serializable {
|
|
|
this.pr_saleprice = pr_saleprice;
|
|
|
}
|
|
|
|
|
|
- public long getPr_vendid() {
|
|
|
+ public Long getPr_vendid() {
|
|
|
return pr_vendid;
|
|
|
}
|
|
|
|
|
|
- public void setPr_vendid(long pr_vendid) {
|
|
|
+ public void setPr_vendid(Long pr_vendid) {
|
|
|
this.pr_vendid = pr_vendid;
|
|
|
}
|
|
|
|
|
|
@@ -188,11 +188,11 @@ public class Product extends CommonBaseEntity implements Serializable {
|
|
|
this.pr_docdate = pr_docdate;
|
|
|
}
|
|
|
|
|
|
- public long getPr_recordmanid() {
|
|
|
+ public Long getPr_recordmanid() {
|
|
|
return pr_recordmanid;
|
|
|
}
|
|
|
|
|
|
- public void setPr_recordmanid(long pr_recordmanid) {
|
|
|
+ public void setPr_recordmanid(Long pr_recordmanid) {
|
|
|
this.pr_recordmanid = pr_recordmanid;
|
|
|
}
|
|
|
|