From f537abe9f3646c739beaf15076246a2f71a347e9 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 20 二月 2025 16:57:55 +0800 Subject: [PATCH] IOS广告增加区域屏蔽 --- src/main/java/com/yeshi/buwan/dao/juhe/sohu/SoHuVideoDao.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/yeshi/buwan/dao/juhe/sohu/SoHuVideoDao.java b/src/main/java/com/yeshi/buwan/dao/juhe/sohu/SoHuVideoDao.java index 6d240d2..f06b2e6 100644 --- a/src/main/java/com/yeshi/buwan/dao/juhe/sohu/SoHuVideoDao.java +++ b/src/main/java/com/yeshi/buwan/dao/juhe/sohu/SoHuVideoDao.java @@ -3,7 +3,7 @@ import org.springframework.stereotype.Repository; import com.yeshi.buwan.dao.base.BaseDao; -import com.yeshi.buwan.sohu.entity.SoHuVideo; +import com.yeshi.buwan.videos.sohu.entity.SoHuVideo; @Repository public class SoHuVideoDao extends BaseDao<SoHuVideo> { -- Gitblit v1.8.0