|
|
|
@ -1,7 +1,10 @@ |
|
|
|
package com.example.demo.mapper.cash; |
|
|
|
|
|
|
|
//import com.example.demo.domain.DTO.PaymentDTO; |
|
|
|
import com.example.demo.domain.DTO.FirstdataDTO; |
|
|
|
import com.example.demo.domain.DTO.PaymentDTO; |
|
|
|
import com.example.demo.domain.DTO.PerformanceDTO; |
|
|
|
import com.example.demo.domain.DTO.StripeDTO; |
|
|
|
import com.example.demo.domain.entity.CashRecord; |
|
|
|
import com.example.demo.domain.entity.GOrder; |
|
|
|
import com.example.demo.domain.entity.RechargeActivity; |
|
|
|
@ -72,4 +75,17 @@ public interface CashCollectionMapper { |
|
|
|
@Param("version") Integer version); |
|
|
|
|
|
|
|
List<PerformanceVO> performanceSelect(PerformanceDTO performanceDTO); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
CashCollection selectByBankCode(String bankCode); |
|
|
|
void updateByGoldCoinOrderCodeByPayment(PaymentDTO paymentDTO); |
|
|
|
void updateByGoldCoinOrderCodeByStripe(StripeDTO stripeDTO); |
|
|
|
void updateByGoldCoinOrderCodeByFirstdata(FirstdataDTO firstdataDTO); |
|
|
|
void updateByGoldCoinOrderCodeByIpay88(Ipay88DTO ipay88DTO); |
|
|
|
List<String> selectFirstdataList(); |
|
|
|
List<CashCollection> selectIpayList(); |
|
|
|
List<String> selectStripeList(); |
|
|
|
List<String> selectPaymentList(); |
|
|
|
} |
|
|
|
} |