|
|
@@ -19,6 +19,7 @@ public class QuotationDown {
|
|
|
|
|
|
private long b2b_id_id;
|
|
|
private long qu_custuu;
|
|
|
+ private Long qu_selleruu;
|
|
|
private String qu_code;
|
|
|
private short qu_detno;
|
|
|
private Date qu_date;
|
|
|
@@ -199,6 +200,14 @@ public class QuotationDown {
|
|
|
this.details = details;
|
|
|
}
|
|
|
|
|
|
+ public Long getQu_selleruu() {
|
|
|
+ return qu_selleruu;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setQu_selleruu(Long qu_selleruu) {
|
|
|
+ this.qu_selleruu = qu_selleruu;
|
|
|
+ }
|
|
|
+
|
|
|
public Short getQu_custlap() {
|
|
|
return qu_custlap;
|
|
|
}
|
|
|
@@ -225,6 +234,7 @@ public class QuotationDown {
|
|
|
this.qu_custprodspec = item.getProduct().getSpec();
|
|
|
this.qu_custtodate = item.getToDate();
|
|
|
this.qu_custuu = item.getInquiry().getEnUU();
|
|
|
+ this.qu_selleruu = item.getVendUserUU();
|
|
|
this.qu_date = item.getInquiry().getDate();
|
|
|
this.qu_detno = item.getNumber();
|
|
|
this.qu_enddate = item.getInquiry().getEndDate();
|