|
|
@@ -29,6 +29,14 @@ public class GoodsBean {
|
|
|
@Basic
|
|
|
@Column(columnDefinition = "MEDIUMTEXT", name = "coverImageUrl", nullable = true, insertable = true, updatable = true)
|
|
|
public String coverImageUrl;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 视频地址
|
|
|
+ */
|
|
|
+ @Basic
|
|
|
+ @Column(columnDefinition = "MEDIUMTEXT", name = "videoUrl", nullable = true, insertable = true, updatable = true)
|
|
|
+ public String videoUrl;
|
|
|
+
|
|
|
/**
|
|
|
* 标题
|
|
|
*/
|