|  |  |  | 
|---|
|  |  |  | import com.baomidou.mybatisplus.extension.plugins.pagination.Page; | 
|---|
|  |  |  | import com.matrix.system.fenxiao.entity.ShopRevenueFlow; | 
|---|
|  |  |  | import com.matrix.system.shopXcx.api.dto.RevenueFlowDto; | 
|---|
|  |  |  | import com.matrix.system.shopXcx.vo.SalesOrderVo; | 
|---|
|  |  |  | import org.apache.ibatis.annotations.Param; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public interface ShopRevenueFlowDao extends BaseMapper<ShopRevenueFlow> { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | IPage<SalesOrderVo> selectRevenuFlowList(Page<SalesOrderVo> page, @Param("record") RevenueFlowDto revenueFlowDto); | 
|---|
|  |  |  | IPage<ShopRevenueFlow> selectRevenuFlowList(Page<ShopRevenueFlow> page, @Param("record") RevenueFlowDto revenueFlowDto); | 
|---|
|  |  |  | } | 
|---|