xuhy
2025-01-15 c27c1f2beb4ca89a94eaa854fce6b4553db8f2f8
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);
   
   
   /**
@@ -61,4 +62,10 @@
    * @return
    */
   RefundPassInfo getRefundPassInfo(Long id);
   /**
    * 定时查询快递信息
    */
   void taskExpress();
}