|
|
@ -1,6 +1,8 @@ |
|
|
package com.example.demo.mapper.cash; |
|
|
package com.example.demo.mapper.cash; |
|
|
|
|
|
|
|
|
//import com.example.demo.domain.DTO.PaymentDTO; |
|
|
//import com.example.demo.domain.DTO.PaymentDTO; |
|
|
|
|
|
import com.example.demo.domain.DTO.PaymentDTO; |
|
|
|
|
|
import com.example.demo.domain.DTO.StripeDTO; |
|
|
import com.example.demo.domain.entity.CashRecord; |
|
|
import com.example.demo.domain.entity.CashRecord; |
|
|
import com.example.demo.domain.entity.GOrder; |
|
|
import com.example.demo.domain.entity.GOrder; |
|
|
import com.example.demo.domain.entity.RechargeActivity; |
|
|
import com.example.demo.domain.entity.RechargeActivity; |
|
|
@ -69,5 +71,6 @@ public interface CashCollectionMapper { |
|
|
@Param("auditId") Integer auditId, |
|
|
@Param("auditId") Integer auditId, |
|
|
@Param("version") Integer version); |
|
|
@Param("version") Integer version); |
|
|
|
|
|
|
|
|
// void updateByGoldCoinOrderCode(PaymentDTO paymentDTO); |
|
|
|
|
|
|
|
|
void updateByGoldCoinOrderCodeByPayment(PaymentDTO paymentDTO); |
|
|
|
|
|
void updateByGoldCoinOrderCodeByStripe(StripeDTO stripeDTO); |
|
|
} |
|
|
} |