xiangpei
2025-07-04 c40de9bb90004789c90d1c35ccb86fed16844d7b
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;
 
}