2026-06-23 61f1de60e6f58dd8e19f01c56f2e56e40885d65b
src/main/java/com/ruoyi/sales/vo/CustomerTransactionsDetailsVo.java
@@ -24,6 +24,9 @@
    @Schema(description = "合同金额")
    private BigDecimal contractAmount;
    @Schema(description = "产品名称列表(逗号分隔)")
    private String productNames;
    @Schema(description = "收款金额")
    private BigDecimal receiptPaymentAmount;