@@ -286,6 +286,8 @@ public class GoodsDon extends BaseEntity {
private String description;
+ private String ogKeywords;
+
@AllArgsConstructor
@Getter
public enum SpecialType {
@@ -200,4 +200,6 @@ public class ReqGoodsSpuInsert {
private String ogDescription;
}
@@ -260,6 +260,9 @@ public class GoodsDonViewer {
@DbField("g.description")
+ @DbField("g.og_keywords")
@DbIgnore
private List<Long> recommendGoodsList;
@@ -185,6 +185,9 @@ public class GoodsFrontListView {
/**
* 购买通知信息
*/