chenrui
4 天以前 1f05a6ab6fbb2a8e6d702759ef9b52dbb6aeb148
src/main/java/com/ruoyi/sales/mapper/ReceiptPaymentMapper.java
@@ -9,6 +9,7 @@
import org.apache.ibatis.annotations.Param;
import java.math.BigDecimal;
import java.util.List;
public interface ReceiptPaymentMapper extends BaseMapper<ReceiptPayment> {
@@ -39,4 +40,9 @@
     */
    BigDecimal getReceiptAmount(@Param("customerId") Integer customerId, @Param("total") long total);
    /**
     * 查询回款记录
     */
    List<ReceiptPaymentDto> receiptPaymentHistoryList(@Param("params") ReceiptPaymentDto receiptPaymentDto);
}