1
zyy
2026-05-18 b1e5d9e660bf0e7669d890d82853854c3b588bd8
src/main/java/com/nq/dao/StockSubscribeMapper.java
@@ -2,6 +2,7 @@
import com.nq.pojo.StockSubscribe;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.nq.vo.subscribe.StockSubscribeVO;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@@ -16,6 +17,10 @@
public interface StockSubscribeMapper extends BaseMapper<StockSubscribe> {
    List<StockSubscribeVO> selectStockSubscribeVO(@Param("zt") Integer zt,
                                                  @Param("type") Integer type,
                                                  @Param("userId") Integer userId);
}