From 1ac0d92fc65b6e1524b172af4adffbf8974e467b Mon Sep 17 00:00:00 2001
From: liyj <15602261488@163.com>
Date: Mon, 28 Oct 2024 08:00:17 +0800
Subject: [PATCH] 1、新功能优化

---
 dyh-service/dyh-sys/src/main/java/cn/huge/module/hot/domain/po/HotVideo.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/dyh-service/dyh-sys/src/main/java/cn/huge/module/hot/domain/po/HotVideo.java b/dyh-service/dyh-sys/src/main/java/cn/huge/module/hot/domain/po/HotVideo.java
index 8518675..ebb6a85 100644
--- a/dyh-service/dyh-sys/src/main/java/cn/huge/module/hot/domain/po/HotVideo.java
+++ b/dyh-service/dyh-sys/src/main/java/cn/huge/module/hot/domain/po/HotVideo.java
@@ -37,6 +37,11 @@
     */
     @TableField(value = "show_url")
     private String showUrl;
+    /**
+     * 封面连接
+     */
+    @TableField(value = "image_url")
+    private String imageUrl;
 
     /**
     * 发布时间

--
Gitblit v1.8.0