forked from gzzfw/backEnd/gz-dyh

zhouxiantao
2024-09-03 5dedf6c30f0864ae7c4fd3c47c74b057f2360156
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package cn.huge.module.hot.domain.bo;
 
import cn.huge.module.hot.domain.po.HotVideo;
 
/**
 * @title: 热门视频表
 * @description: 热门视频表业务扩展类
 * @company: hugeinfo
 * @author: liyj
 * @time: 2022-04-29 10:12:38
 * @version: 1.0.0
 * @see HotVideo
 */
public class HotVideoBO extends HotVideo {
 
 
}