|
@@ -177,6 +177,11 @@ public class SeconHandProduct extends Product implements Serializable {
|
|
*/
|
|
*/
|
|
private String source;
|
|
private String source;
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 相关推荐Id
|
|
|
|
+ */
|
|
|
|
+ private String recommendProductID;
|
|
|
|
+
|
|
@Override
|
|
@Override
|
|
public String toString() {
|
|
public String toString() {
|
|
return "SeconHandProduct{" +
|
|
return "SeconHandProduct{" +
|