1
This commit is contained in:
@@ -3,6 +3,7 @@ package com.ruoyi.jarvis.service;
|
||||
import com.alibaba.fastjson2.JSONObject;
|
||||
import com.ruoyi.jarvis.domain.ErpGoofishOrder;
|
||||
import com.ruoyi.jarvis.domain.ErpGoofishOrderEventLog;
|
||||
import com.ruoyi.jarvis.domain.ErpGoofishOrderEventLogQuery;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@@ -43,4 +44,7 @@ public interface IErpGoofishOrderService {
|
||||
|
||||
/** 订单状态 / 物流 / 发货 变更日志(新→旧) */
|
||||
List<ErpGoofishOrderEventLog> listEventLogsByOrderId(Long orderId);
|
||||
|
||||
/** 全表分页检索(排查用,配合 PageHelper) */
|
||||
List<ErpGoofishOrderEventLog> selectEventLogList(ErpGoofishOrderEventLogQuery query);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user