This commit is contained in:
jsowell
2026-05-26 16:17:02 +08:00
parent e3995b39d5
commit e8603ec1b2
5 changed files with 77 additions and 3 deletions

View File

@@ -32,5 +32,7 @@ public interface AdapayUnsplitRecordService{
List<AdapayUnsplitRecord> queryUnsplitOrders(String startTime, String endTime);
List<AdapayUnsplitRecord> selectByPaymentIds(List<String> paymentIds);
List<AdapayUnsplitRecordVO> queryList();
}