yaowanxin
2025-06-23 4c001e8b7efc1383d1cdfc8219538eeaec49c51b
src/main/java/com/ruoyi/purchase/dto/PaymentRegistrationDto.java
@@ -30,5 +30,17 @@
    private BigDecimal unPaymentAmount;
    // 税率
    private BigDecimal taxRate;
    private String taxRate;
    // 登记人
    private String registrant;
    private String searchText;
    // 已付款总金额
    private BigDecimal paymentAmountTotal;
    private String paymentDateStart;
    private String paymentDateEnd;
}