新增 后管批量手动退款临时接口

This commit is contained in:
Lemon
2025-03-07 09:39:00 +08:00
parent 50bc20e01b
commit d3f5db910b
4 changed files with 56 additions and 1 deletions

View File

@@ -541,4 +541,6 @@ public interface OrderBasicInfoService{
* @return
*/
List<String> tempGetOrderCodes(QueryOrderDTO dto);
void retryRefundOrderList(List<String> orderCoderList);
}