|
@@ -260,6 +260,9 @@ public class GoodsDonViewer {
|
|
|
@DbField("g.description")
|
|
@DbField("g.description")
|
|
|
private String description;
|
|
private String description;
|
|
|
|
|
|
|
|
|
|
+ @DbField("g.og_keywords")
|
|
|
|
|
+ private String ogKeywords;
|
|
|
|
|
+
|
|
|
@DbIgnore
|
|
@DbIgnore
|
|
|
private List<Long> recommendGoodsList;
|
|
private List<Long> recommendGoodsList;
|
|
|
}
|
|
}
|