phpcjl
2024-12-18 3f8e43bb394301b7018a03d2d38e70e1232443d6
ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/service/RefundPassService.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.common.core.domain.R;
import com.ruoyi.common.core.web.page.PageInfo;
import com.ruoyi.order.model.RefundPass;
import com.ruoyi.order.vo.ApplyRefundPass;
import com.ruoyi.order.vo.OrderRefundPassList;
@@ -34,7 +35,7 @@
    * 管理后台获取售后管理列表数据
    * @return
    */
   List<OrderRefundPassList> getOrderRefundPassList(OrderRefundPassListVo refundPassListVo);
   PageInfo<OrderRefundPassList> getOrderRefundPassList(OrderRefundPassListVo refundPassListVo);
   
   
   /**