package com.nq.dao; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.nq.pojo.UserOptionLog; import com.nq.vo.user.UserOptionLogVO; import java.util.List; public interface UserOptionLogMapper extends BaseMapper { List selective(Integer userId); }