1
This commit is contained in:
@@ -4,6 +4,7 @@ import com.alibaba.fastjson2.JSONObject;
|
||||
import com.ruoyi.jarvis.domain.ErpGoofishOrder;
|
||||
import com.ruoyi.jarvis.domain.ErpGoofishOrderEventLog;
|
||||
import com.ruoyi.jarvis.domain.ErpGoofishOrderEventLogQuery;
|
||||
import com.ruoyi.jarvis.dto.GoofishShipPreviewVo;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@@ -31,6 +32,11 @@ public interface IErpGoofishOrderService {
|
||||
|
||||
void refreshDetail(Long id);
|
||||
|
||||
/**
|
||||
* 发货预览:闲鱼订单收件串 vs 即将提交开放平台地址(可与京东快照比对)。
|
||||
*/
|
||||
GoofishShipPreviewVo shipPreview(Long id);
|
||||
|
||||
void retryShip(Long id);
|
||||
|
||||
int syncWaybillAndTryShipBatch(int limit);
|
||||
|
||||
Reference in New Issue
Block a user