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;