|
@@ -25,6 +25,7 @@ public class Inquiry {
|
|
|
private String in_code;
|
|
private String in_code;
|
|
|
private Date in_date;
|
|
private Date in_date;
|
|
|
private String in_recorder;
|
|
private String in_recorder;
|
|
|
|
|
+ private Long in_recorderuu;
|
|
|
private String in_auditor;
|
|
private String in_auditor;
|
|
|
private Date in_recorddate;
|
|
private Date in_recorddate;
|
|
|
private Date in_enddate;
|
|
private Date in_enddate;
|
|
@@ -116,6 +117,14 @@ public class Inquiry {
|
|
|
this.in_buyeruu = in_buyeruu;
|
|
this.in_buyeruu = in_buyeruu;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ public Long getIn_recorderuu() {
|
|
|
|
|
+ return in_recorderuu;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setIn_recorderuu(Long in_recorderuu) {
|
|
|
|
|
+ this.in_recorderuu = in_recorderuu;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
/**
|
|
/**
|
|
|
* 转为平台的采购询价
|
|
* 转为平台的采购询价
|
|
|
*
|
|
*
|
|
@@ -129,6 +138,7 @@ public class Inquiry {
|
|
|
inquiry.setEnUU(SystemSession.getUser().getEnterprise().getUu());
|
|
inquiry.setEnUU(SystemSession.getUser().getEnterprise().getUu());
|
|
|
inquiry.setEnterprise(SystemSession.getUser().getEnterprise());
|
|
inquiry.setEnterprise(SystemSession.getUser().getEnterprise());
|
|
|
inquiry.setRecorder(this.in_recorder);
|
|
inquiry.setRecorder(this.in_recorder);
|
|
|
|
|
+ inquiry.setRecorderUU(this.in_recorderuu);
|
|
|
inquiry.setRemark(this.in_remark);
|
|
inquiry.setRemark(this.in_remark);
|
|
|
if (!CollectionUtils.isEmpty(this.details)) {
|
|
if (!CollectionUtils.isEmpty(this.details)) {
|
|
|
Set<PurchaseInquiryItem> inquiryItems = new HashSet<PurchaseInquiryItem>();
|
|
Set<PurchaseInquiryItem> inquiryItems = new HashSet<PurchaseInquiryItem>();
|