peng
2025-09-11 127a0f6ab38866d0b05b32d2102cc85638a06e62
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package cn.lili.modules.lmk.domain.query;
 
import cn.lili.base.AbsQuery;
import lombok.Data;
 
/**
 * 视频标签查询
 *
 * @author xp
 * @since 2025-05-13
 */
@Data
public class VideoHistoryQuery extends AbsQuery {
 
    private String userId;
 
}