chenrui
3 天以前 8dce4b82eeece943b56182eeebc1c9332625924c
src/main/java/com/ruoyi/purchase/mapper/PaymentRegistrationMapper.java
@@ -29,4 +29,12 @@
     * @return 付款登记集合
     */
    public List<PaymentRegistrationDto> selectPaymentRegistrationList(PaymentRegistrationDto paymentRegistrationDto);
    /**
     * 查询付款登记列表
     *
     * @param paymentRegistrationDto 付款登记
     * @return 付款登记集合
     */
    public List<PaymentRegistrationDto> paymentHistoryList(@Param("params") PaymentRegistrationDto paymentRegistrationDto);
}