peng
8 天以前 b83b070dc8cc823c877aa3a2ade134272ec0641a
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;
 
}