|
|
@@ -36,12 +36,6 @@ public class PurchaseInquiryReply implements Serializable {
|
|
|
@Column(name = "ir_id")
|
|
|
private Long id;
|
|
|
|
|
|
- /**
|
|
|
- * 来源(买家ERP采购询价明细的分段报价明细)的ID
|
|
|
- */
|
|
|
- @Column(name = "ir_sourceid")
|
|
|
- private Long sourceId;
|
|
|
-
|
|
|
/**
|
|
|
* 采购询价单明细
|
|
|
*/
|
|
|
@@ -69,15 +63,6 @@ public class PurchaseInquiryReply implements Serializable {
|
|
|
this.id = id;
|
|
|
}
|
|
|
|
|
|
- @JsonIgnore
|
|
|
- public Long getSourceId() {
|
|
|
- return sourceId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSourceId(Long sourceId) {
|
|
|
- this.sourceId = sourceId;
|
|
|
- }
|
|
|
-
|
|
|
@JsonIgnore
|
|
|
public PurchaseInquiryItem getInquiryItem() {
|
|
|
return inquiryItem;
|