puzhibing
2024-12-23 f242052d9726908a1ae7ebe97e76c237e5ce3fba
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);
   
   
   /**