新增接口, 设置订单待补缴金额

This commit is contained in:
Guoqs
2025-04-01 16:17:04 +08:00
parent 0e7e1d9373
commit 3ff52f85f0
4 changed files with 57 additions and 1 deletions

View File

@@ -557,4 +557,10 @@ public interface OrderBasicInfoService{
* @return
*/
List<AfterSettleOrderDTO> queryAfterSettleOrderDTOList(List<String> orderCodeList);
/**
* 设置订单补缴金额
* @param dto
*/
void setOrderSupplementAmount(OrderSupplementAmountDTO dto);
}