|
@@ -280,6 +280,12 @@ public class GoodsDon extends BaseEntity {
|
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
@TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private String headerTag;
|
|
private String headerTag;
|
|
|
|
|
|
|
|
|
|
+ private String ogTitle;
|
|
|
|
|
+
|
|
|
|
|
+ private String ogDescription;
|
|
|
|
|
+
|
|
|
|
|
+ private String description;
|
|
|
|
|
+
|
|
|
@AllArgsConstructor
|
|
@AllArgsConstructor
|
|
|
@Getter
|
|
@Getter
|
|
|
public enum SpecialType {
|
|
public enum SpecialType {
|