|
|
@ -3,6 +3,7 @@ package com.qniao.dam.infrastructure.persistent.dao.view; |
|
|
import com.baomidou.mybatisplus.core.metadata.IPage; |
|
|
import com.baomidou.mybatisplus.core.metadata.IPage; |
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page; |
|
|
import com.qniao.dam.api.query.product.user.request.UserPageProductByCustomerQueryParam; |
|
|
import com.qniao.dam.api.query.product.user.request.UserPageProductByCustomerQueryParam; |
|
|
|
|
|
import com.qniao.dam.api.query.product.user.request.UserPageProductByMatchmakerQueryParam; |
|
|
import com.qniao.dam.api.query.product.user.request.UserPageProductByOperatorQueryParam; |
|
|
import com.qniao.dam.api.query.product.user.request.UserPageProductByOperatorQueryParam; |
|
|
import com.qniao.dam.api.query.product.user.response.UserPageProductByCustomerExtendVo; |
|
|
import com.qniao.dam.api.query.product.user.response.UserPageProductByCustomerExtendVo; |
|
|
import com.qniao.dam.api.query.product.user.response.UserPageProductByCustomerVo; |
|
|
import com.qniao.dam.api.query.product.user.response.UserPageProductByCustomerVo; |
|
|
@ -27,5 +28,6 @@ public interface ProductViewDao { |
|
|
|
|
|
|
|
|
List<UserPageProductByCustomerExtendVo> selectProductByCustomerList(); |
|
|
List<UserPageProductByCustomerExtendVo> selectProductByCustomerList(); |
|
|
|
|
|
|
|
|
IPage<UserPageProductByMatchmakerVo> pageProductByMatchmaker(Page<Object> pageWithoutOrders); |
|
|
|
|
|
|
|
|
IPage<UserPageProductByMatchmakerVo> pageProductByMatchmaker(Page<Object> pageWithoutOrders, |
|
|
|
|
|
@Param("queryParam") UserPageProductByMatchmakerQueryParam queryParam); |
|
|
} |
|
|
} |