From ff225eded880cea74563368c8c18483efc85ab28 Mon Sep 17 00:00:00 2001
From: shiyunteng <shiyunteng@example.com>
Date: 星期五, 22 五月 2026 17:29:36 +0800
Subject: [PATCH] feat:统计相关接口

---
 platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/vo/ContractIncomeAnalysisVo.java |  106 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 106 insertions(+), 0 deletions(-)

diff --git a/platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/vo/ContractIncomeAnalysisVo.java b/platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/vo/ContractIncomeAnalysisVo.java
new file mode 100644
index 0000000..2acca1e
--- /dev/null
+++ b/platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/vo/ContractIncomeAnalysisVo.java
@@ -0,0 +1,106 @@
+package com.by4cloud.platformx.business.vo;
+
+import lombok.Data;
+
+@Data
+public class ContractIncomeAnalysisVo {
+
+	private String compName;
+
+	private String srMonth1;
+
+	private String xhMonth1;
+
+	private String cdMonth1;
+
+	private String qtMonth1;
+
+	private String srMonth2;
+
+	private String xhMonth2;
+
+	private String cdMonth2;
+
+	private String qtMonth2;
+
+	private String srMonth3;
+
+	private String xhMonth3;
+
+	private String cdMonth3;
+
+	private String qtMonth3;
+
+	private String srMonth4;
+
+	private String xhMonth4;
+
+	private String cdMonth4;
+
+	private String qtMonth4;
+
+	private String srMonth5;
+
+	private String xhMonth5;
+
+	private String cdMonth5;
+
+	private String qtMonth5;
+
+	private String srMonth6;
+
+	private String xhMonth6;
+
+	private String cdMonth6;
+
+	private String qtMonth6;
+
+	private String srMonth7;
+
+	private String xhMonth7;
+
+	private String cdMonth7;
+
+	private String qtMonth7;
+
+	private String srMonth8;
+
+	private String xhMonth8;
+
+	private String cdMonth8;
+
+	private String qtMonth8;
+
+	private String srMonth9;
+
+	private String xhMonth9;
+
+	private String cdMonth9;
+
+	private String qtMonth9;
+
+	private String srMonth10;
+
+	private String xhMonth10;
+
+	private String cdMonth10;
+
+	private String qtMonth10;
+
+	private String srMonth11;
+
+	private String xhMonth11;
+
+	private String cdMonth11;
+
+	private String qtMonth11;
+
+	private String srMonth12;
+
+	private String xhMonth12;
+
+	private String cdMonth12;
+
+	private String qtMonth12;
+
+}

--
Gitblit v1.9.1