|
@@ -239,6 +239,12 @@ public class GoodsDonViewer {
|
|
|
@DbField("g.is_third_goods")
|
|
@DbField("g.is_third_goods")
|
|
|
private Boolean isThirdGoods;
|
|
private Boolean isThirdGoods;
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 分类购买需知
|
|
|
|
|
+ */
|
|
|
|
|
+ @DbField("g.classify_purchase_notify")
|
|
|
|
|
+ private String classifyPurchaseNotify;
|
|
|
|
|
+
|
|
|
@DbIgnore
|
|
@DbIgnore
|
|
|
private List<Long> recommendGoodsList;
|
|
private List<Long> recommendGoodsList;
|
|
|
}
|
|
}
|