update 查询订单列表

This commit is contained in:
2023-06-05 15:07:38 +08:00
parent f520642fba
commit bfdc6b930e
3 changed files with 21 additions and 0 deletions

View File

@@ -265,4 +265,9 @@ public interface IOrderBasicInfoService {
* @param dto
*/
void refundForBalanceWithAdapay(WeChatRefundDTO dto);
/**
* 生成订单日报
*/
void generateDailyOrderReports(String stationId);
}