查询订单折扣

This commit is contained in:
Guoqs
2025-03-25 15:16:51 +08:00
parent 8e1fcd008d
commit a180c1d830
4 changed files with 180 additions and 16 deletions

View File

@@ -550,4 +550,11 @@ public interface OrderBasicInfoService{
* @return
*/
List<UserFrequentedStationInfo> queryUserFrequentedStation(String memberId);
/**
* 通过订单编号列表查询订单信息
* @param orderCodeList
* @return
*/
List<AfterSettleOrderDTO> queryAfterSettleOrderDTOList(List<String> orderCodeList);
}