Browse Source

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@482 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d

administrator 11 years ago
parent
commit
7ea9b52080
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/main/java/com/uas/platform/b2b/erp/model/Inquiry.java

+ 10 - 0
src/main/java/com/uas/platform/b2b/erp/model/Inquiry.java

@@ -34,6 +34,7 @@ public class Inquiry {
 	 * 主动报价时,平台的主动报价单SaleQuotation的ID
 	 * 主动报价时,平台的主动报价单SaleQuotation的ID
 	 */
 	 */
 	private Long b2b_qu_id;
 	private Long b2b_qu_id;
+	private Long in_buyeruu;
 
 
 	public String getIn_code() {
 	public String getIn_code() {
 		return in_code;
 		return in_code;
@@ -107,6 +108,14 @@ public class Inquiry {
 		this.b2b_qu_id = b2b_qu_id;
 		this.b2b_qu_id = b2b_qu_id;
 	}
 	}
 
 
+	public Long getIn_buyeruu() {
+		return in_buyeruu;
+	}
+
+	public void setIn_buyeruu(Long in_buyeruu) {
+		this.in_buyeruu = in_buyeruu;
+	}
+
 	/**
 	/**
 	 * 转为平台的采购询价
 	 * 转为平台的采购询价
 	 * 
 	 * 
@@ -147,6 +156,7 @@ public class Inquiry {
 		this.in_recorddate = quotation.getDate();
 		this.in_recorddate = quotation.getDate();
 		this.in_remark = quotation.getRemark();
 		this.in_remark = quotation.getRemark();
 		this.b2b_qu_id = quotation.getId();
 		this.b2b_qu_id = quotation.getId();
+		this.in_buyeruu = quotation.getCustUserUU();
 		if (!CollectionUtils.isEmpty(quotation.getQuotationItems())) {
 		if (!CollectionUtils.isEmpty(quotation.getQuotationItems())) {
 			this.details = new ArrayList<InquiryDetail>();
 			this.details = new ArrayList<InquiryDetail>();
 			for (SaleQuotationItem item : quotation.getQuotationItems()) {
 			for (SaleQuotationItem item : quotation.getQuotationItems()) {