update 新增重新分账接口

This commit is contained in:
Lemon
2025-10-10 11:54:35 +08:00
parent f5a58a70ea
commit 28a712637f
8 changed files with 123 additions and 0 deletions

View File

@@ -606,4 +606,11 @@ public interface OrderBasicInfoService{
* @param orderCode
*/
void closeOrderByOrderCode(String orderCode);
/**
* 获取订单分账记录
* @param dto
* @return
*/
List<OrderSplitRecord> getSplitOrders(QueryOrderSplitRecordDTO dto);
}