2 天以前 684e4306a08feeae188070f264148e6765da8dcf
src/main/java/com/ruoyi/sales/vo/CustomerTransactionsVo.java
@@ -23,9 +23,9 @@
    //该客户销售收款累计金额
    private BigDecimal receiptPaymentAmount;
    @Schema(description = "付款金额")
    //该客户往来付款累计金额(payment_record 手工流水)
    private BigDecimal paymentAmount;
    @Schema(description = "回款金额(往来流水)")
    //该客户往来回款累计金额(payment_record 手工流水,party_type=1 direction=1)
    private BigDecimal receiptRecordAmount;
    @Schema(description = "应收金额")
    //该客户销售应收累计金额=初始金额-回款-退款