|
|
@@ -65,12 +65,6 @@ public class PublicInquiryItemInfo implements Serializable {
|
|
|
@Column(name = "id_usertel")
|
|
|
private String userTel;
|
|
|
|
|
|
- /**
|
|
|
- * 联系人编号
|
|
|
- */
|
|
|
- @Column(name = "id_usercode")
|
|
|
- private String userCode;
|
|
|
-
|
|
|
/**
|
|
|
* 产品id
|
|
|
*/
|
|
|
@@ -95,12 +89,6 @@ public class PublicInquiryItemInfo implements Serializable {
|
|
|
@Column(name = "id_taxrate")
|
|
|
private Float taxrate;
|
|
|
|
|
|
- /**
|
|
|
- * 备注
|
|
|
- */
|
|
|
- @Column(name = "id_remark")
|
|
|
- private String remark;
|
|
|
-
|
|
|
/**
|
|
|
* 供应商UU
|
|
|
*/
|
|
|
@@ -126,12 +114,6 @@ public class PublicInquiryItemInfo implements Serializable {
|
|
|
@Column(name = "id_fromdate")
|
|
|
private Date fromDate;
|
|
|
|
|
|
- /**
|
|
|
- * (买家预先提供的)有效期止
|
|
|
- */
|
|
|
- @Column(name = "id_todate")
|
|
|
- private Date toDate;
|
|
|
-
|
|
|
/**
|
|
|
* (卖家报的)最小订购量
|
|
|
*/
|
|
|
@@ -144,12 +126,6 @@ public class PublicInquiryItemInfo implements Serializable {
|
|
|
@Column(name = "id_minpackqty")
|
|
|
private Double minPackQty;
|
|
|
|
|
|
- /**
|
|
|
- * (卖家报的)物料品牌
|
|
|
- */
|
|
|
- @Column(name = "id_brand")
|
|
|
- private String brand;
|
|
|
-
|
|
|
/**
|
|
|
* (卖家报的)供应商物料编号
|
|
|
*/
|
|
|
@@ -204,12 +180,6 @@ public class PublicInquiryItemInfo implements Serializable {
|
|
|
@Column(name = "id_invalidstatus")
|
|
|
private Short invalidStatus;
|
|
|
|
|
|
- /**
|
|
|
- * 是否买家已设置分段数
|
|
|
- */
|
|
|
- @Column(name = "id_custlap")
|
|
|
- private Short custLap;
|
|
|
-
|
|
|
/**
|
|
|
* 录入时间
|
|
|
*
|
|
|
@@ -253,12 +223,6 @@ public class PublicInquiryItemInfo implements Serializable {
|
|
|
@Column(name = "id_erpstatus")
|
|
|
private Short erpstatus;
|
|
|
|
|
|
- /**
|
|
|
- * 询价种类
|
|
|
- */
|
|
|
- @Column(name = "id_kind")
|
|
|
- private String kind;
|
|
|
-
|
|
|
/*这下面是供应商报价时存的相关信息;
|
|
|
* 因为存在非客户报价,而且公共服务里面没有企业信息,现存入相关字段,后续处理*/
|
|
|
/**
|
|
|
@@ -287,24 +251,6 @@ public class PublicInquiryItemInfo implements Serializable {
|
|
|
@OrderBy("lapQty")
|
|
|
private List<PublicInquiryReplyInfo> replies;
|
|
|
|
|
|
- /**
|
|
|
- * 封装
|
|
|
- */
|
|
|
- @Column(name = "id_encapsulation")
|
|
|
- private String encapsulation;
|
|
|
-
|
|
|
- /**
|
|
|
- * 单价预算
|
|
|
- */
|
|
|
- @Column(name = "id_unitprice")
|
|
|
- private Double unitPrice;
|
|
|
-
|
|
|
- /**
|
|
|
- * 产品生产日期
|
|
|
- */
|
|
|
- @Column(name = "id_producedate")
|
|
|
- private String produceDate;
|
|
|
-
|
|
|
/**
|
|
|
* 截止日期
|
|
|
*/
|
|
|
@@ -333,12 +279,6 @@ public class PublicInquiryItemInfo implements Serializable {
|
|
|
@Column(name = "id_prodspec")
|
|
|
private String spec;
|
|
|
|
|
|
- /**
|
|
|
- * 单位
|
|
|
- */
|
|
|
- @Column(name = "id_unit")
|
|
|
- private String unit;
|
|
|
-
|
|
|
/**
|
|
|
* 型号
|
|
|
*/
|
|
|
@@ -360,12 +300,6 @@ public class PublicInquiryItemInfo implements Serializable {
|
|
|
@Transient
|
|
|
private Long remainingTime;
|
|
|
|
|
|
- /**
|
|
|
- * 单据审核状态
|
|
|
- */
|
|
|
- @Column(name = "id_checked")
|
|
|
- private Short checked;
|
|
|
-
|
|
|
/**
|
|
|
* 报价附件信息
|
|
|
*/
|
|
|
@@ -520,14 +454,6 @@ public class PublicInquiryItemInfo implements Serializable {
|
|
|
this.taxrate = taxrate;
|
|
|
}
|
|
|
|
|
|
- public String getRemark() {
|
|
|
- return remark;
|
|
|
- }
|
|
|
-
|
|
|
- public void setRemark(String remark) {
|
|
|
- this.remark = remark;
|
|
|
- }
|
|
|
-
|
|
|
public Date getFromDate() {
|
|
|
return fromDate;
|
|
|
}
|
|
|
@@ -536,14 +462,6 @@ public class PublicInquiryItemInfo implements Serializable {
|
|
|
this.fromDate = fromDate;
|
|
|
}
|
|
|
|
|
|
- public Date getToDate() {
|
|
|
- return toDate;
|
|
|
- }
|
|
|
-
|
|
|
- public void setToDate(Date toDate) {
|
|
|
- this.toDate = toDate;
|
|
|
- }
|
|
|
-
|
|
|
public Long getVendUU() {
|
|
|
return vendUU;
|
|
|
}
|
|
|
@@ -632,14 +550,6 @@ public class PublicInquiryItemInfo implements Serializable {
|
|
|
this.decideStatus = decideStatus;
|
|
|
}
|
|
|
|
|
|
- public Short getCustLap() {
|
|
|
- return custLap;
|
|
|
- }
|
|
|
-
|
|
|
- public void setCustLap(Short custLap) {
|
|
|
- this.custLap = custLap;
|
|
|
- }
|
|
|
-
|
|
|
public Long getUserUU() {
|
|
|
return userUU;
|
|
|
}
|
|
|
@@ -664,22 +574,6 @@ public class PublicInquiryItemInfo implements Serializable {
|
|
|
this.userTel = userTel;
|
|
|
}
|
|
|
|
|
|
- public String getUserCode() {
|
|
|
- return userCode;
|
|
|
- }
|
|
|
-
|
|
|
- public void setUserCode(String userCode) {
|
|
|
- this.userCode = userCode;
|
|
|
- }
|
|
|
-
|
|
|
- public String getBrand() {
|
|
|
- return brand;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBrand(String brand) {
|
|
|
- this.brand = brand;
|
|
|
- }
|
|
|
-
|
|
|
public String getVendorprodcode() {
|
|
|
return vendorprodcode;
|
|
|
}
|
|
|
@@ -753,14 +647,6 @@ public class PublicInquiryItemInfo implements Serializable {
|
|
|
this.erpstatus = erpstatus ;
|
|
|
}
|
|
|
|
|
|
- public String getKind() {
|
|
|
- return kind;
|
|
|
- }
|
|
|
-
|
|
|
- public void setKind(String kind) {
|
|
|
- this.kind = kind;
|
|
|
- }
|
|
|
-
|
|
|
public String getVendName() {
|
|
|
return vendName;
|
|
|
}
|
|
|
@@ -793,30 +679,6 @@ public class PublicInquiryItemInfo implements Serializable {
|
|
|
this.replies = replies;
|
|
|
}
|
|
|
|
|
|
- public String getEncapsulation() {
|
|
|
- return encapsulation;
|
|
|
- }
|
|
|
-
|
|
|
- public void setEncapsulation(String encapsulation) {
|
|
|
- this.encapsulation = encapsulation;
|
|
|
- }
|
|
|
-
|
|
|
- public Double getUnitPrice() {
|
|
|
- return unitPrice;
|
|
|
- }
|
|
|
-
|
|
|
- public void setUnitPrice(Double unitPrice) {
|
|
|
- this.unitPrice = unitPrice;
|
|
|
- }
|
|
|
-
|
|
|
- public String getProduceDate() {
|
|
|
- return produceDate;
|
|
|
- }
|
|
|
-
|
|
|
- public void setProduceDate(String produceDate) {
|
|
|
- this.produceDate = produceDate;
|
|
|
- }
|
|
|
-
|
|
|
public Date getEndDate() {
|
|
|
return endDate;
|
|
|
}
|
|
|
@@ -841,14 +703,6 @@ public class PublicInquiryItemInfo implements Serializable {
|
|
|
this.spec = spec;
|
|
|
}
|
|
|
|
|
|
- public String getUnit() {
|
|
|
- return unit;
|
|
|
- }
|
|
|
-
|
|
|
- public void setUnit(String unit) {
|
|
|
- this.unit = unit;
|
|
|
- }
|
|
|
-
|
|
|
public String getCmpCode() {
|
|
|
return cmpCode;
|
|
|
}
|
|
|
@@ -872,14 +726,6 @@ public class PublicInquiryItemInfo implements Serializable {
|
|
|
return null;
|
|
|
}
|
|
|
|
|
|
- public Short getChecked() {
|
|
|
- return checked;
|
|
|
- }
|
|
|
-
|
|
|
- public void setChecked(Short checked) {
|
|
|
- this.checked = checked;
|
|
|
- }
|
|
|
-
|
|
|
public String getAttachUrl() {
|
|
|
return attachUrl;
|
|
|
}
|
|
|
@@ -966,20 +812,16 @@ public class PublicInquiryItemInfo implements Serializable {
|
|
|
", userUU=" + userUU +
|
|
|
", userName='" + userName + '\'' +
|
|
|
", userTel='" + userTel + '\'' +
|
|
|
- ", userCode='" + userCode + '\'' +
|
|
|
", productId=" + productId +
|
|
|
", product=" + product +
|
|
|
", currency='" + currency + '\'' +
|
|
|
", taxrate=" + taxrate +
|
|
|
- ", remark='" + remark + '\'' +
|
|
|
", vendUU=" + vendUU +
|
|
|
", enterprise=" + enterprise +
|
|
|
", vendUserUU=" + vendUserUU +
|
|
|
", fromDate=" + fromDate +
|
|
|
- ", toDate=" + toDate +
|
|
|
", minOrderQty=" + minOrderQty +
|
|
|
", minPackQty=" + minPackQty +
|
|
|
- ", brand='" + brand + '\'' +
|
|
|
", vendorprodcode='" + vendorprodcode + '\'' +
|
|
|
", leadtime=" + leadtime +
|
|
|
", status=" + status +
|
|
|
@@ -989,30 +831,23 @@ public class PublicInquiryItemInfo implements Serializable {
|
|
|
", agreed=" + agreed +
|
|
|
", decideStatus=" + decideStatus +
|
|
|
", invalidStatus=" + invalidStatus +
|
|
|
- ", custLap=" + custLap +
|
|
|
", date=" + date +
|
|
|
", overdue=" + overdue +
|
|
|
", source='" + source + '\'' +
|
|
|
", qutoApp='" + qutoApp + '\'' +
|
|
|
", needquantity=" + needquantity +
|
|
|
", erpstatus=" + erpstatus +
|
|
|
- ", kind='" + kind + '\'' +
|
|
|
", vendName='" + vendName + '\'' +
|
|
|
", businessCode='" + businessCode + '\'' +
|
|
|
", offerTime=" + offerTime +
|
|
|
", replies=" + replies +
|
|
|
- ", encapsulation='" + encapsulation + '\'' +
|
|
|
- ", unitPrice=" + unitPrice +
|
|
|
- ", produceDate='" + produceDate + '\'' +
|
|
|
", endDate=" + endDate +
|
|
|
", prodCode='" + prodCode + '\'' +
|
|
|
", prodTitle='" + prodTitle + '\'' +
|
|
|
", spec='" + spec + '\'' +
|
|
|
- ", unit='" + unit + '\'' +
|
|
|
", cmpCode='" + cmpCode + '\'' +
|
|
|
", inbrand='" + inbrand + '\'' +
|
|
|
", remainingTime=" + remainingTime +
|
|
|
- ", checked=" + checked +
|
|
|
", attachUrl='" + attachUrl + '\'' +
|
|
|
", attachName='" + attachName + '\'' +
|
|
|
", user=" + user +
|