|
@@ -245,6 +245,12 @@ public class GoodsDonViewer {
|
|
|
@DbField("g.classify_purchase_notify")
|
|
@DbField("g.classify_purchase_notify")
|
|
|
private String classifyPurchaseNotify;
|
|
private String classifyPurchaseNotify;
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 头部标签
|
|
|
|
|
+ */
|
|
|
|
|
+ @DbField("g.header_tag")
|
|
|
|
|
+ private String headerTag;
|
|
|
|
|
+
|
|
|
@DbIgnore
|
|
@DbIgnore
|
|
|
private List<Long> recommendGoodsList;
|
|
private List<Long> recommendGoodsList;
|
|
|
}
|
|
}
|