|
|
@@ -202,12 +202,6 @@ public class V_ProductPrivate implements Serializable {
|
|
|
@Column(name = "pr_matchsize")
|
|
|
private Integer matchsize;
|
|
|
|
|
|
- /**
|
|
|
- * 匹配结果
|
|
|
- */
|
|
|
- @OneToMany(mappedBy = "product", cascade = { CascadeType.REFRESH }, fetch = FetchType.EAGER)
|
|
|
- private Set<ProductMatchResult> matchresults;
|
|
|
-
|
|
|
/**
|
|
|
* 封装
|
|
|
*/
|
|
|
@@ -545,14 +539,6 @@ public class V_ProductPrivate implements Serializable {
|
|
|
this.matchsize = matchsize;
|
|
|
}
|
|
|
|
|
|
- public Set<ProductMatchResult> getMatchresults() {
|
|
|
- return matchresults;
|
|
|
- }
|
|
|
-
|
|
|
- public void setMatchresults(Set<ProductMatchResult> matchresults) {
|
|
|
- this.matchresults = matchresults;
|
|
|
- }
|
|
|
-
|
|
|
public String getEncapsulation() {
|
|
|
return encapsulation;
|
|
|
}
|