|
|
@ -1,10 +1,7 @@ |
|
|
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.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.DTO.*; |
|
|
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; |
|
|
@ -87,5 +84,5 @@ public interface CashCollectionMapper { |
|
|
List<CashCollection> selectIpayList(); |
|
|
List<CashCollection> selectIpayList(); |
|
|
List<String> selectStripeList(); |
|
|
List<String> selectStripeList(); |
|
|
List<String> selectPaymentList(); |
|
|
List<String> selectPaymentList(); |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |