src/main/java/com/ruoyi/sales/vo/CustomerTransactionsVo.java
@@ -12,6 +12,9 @@ @Schema(description = "客户ID") private Long customerId; @Schema(description = "项目ID") private Long projectId; @Schema(description = "客户名称") private String customerName; @@ -30,4 +33,13 @@ @Schema(description = "退货金额") private BigDecimal returnAmount; @Schema(description = "开票金额") private BigDecimal invoiceAmount; @Schema(description = "合同总数") private Integer contractCount; @Schema(description = "超期合同数") private Integer overdueCount; }