zss
2025-08-14 000f0198bfc7b3309e5230d967c4d35fa9da95a2
src/main/java/com/ruoyi/purchase/service/IPaymentRegistrationService.java
@@ -87,4 +87,16 @@
     * @return
     */
    List<PaymentHistoryRecordVo> getPaymentRecordList(Long supplierId);
    /**
     * 查询付款登记列表分页
     *
     * @param paymentRegistrationDto 付款登记
     * @return 付款登记集合
     */
    IPage<PaymentRegistrationDto> paymentHistoryListPage(Page page, PaymentRegistrationDto paymentRegistrationDto);
    Boolean delete(Long[] ids);
    int delPaymentRegistration(Long ids);
}