maven
2025-08-13 2d9eb8ce14f1cbfe2f22ec4144f6bed4a52322f9
src/main/java/com/ruoyi/purchase/dto/PaymentRegistrationDto.java
@@ -36,4 +36,11 @@
    private String registrant;
    private String searchText;
    // 已付款总金额
    private BigDecimal paymentAmountTotal;
    private String paymentDateStart;
    private String paymentDateEnd;
}