From 24cb5646d382f327b9ee42a18f3e40f5c0632dc0 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期五, 17 十月 2025 13:38:22 +0800
Subject: [PATCH] 大屏显示问题以及报备导出

---
 ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateReportVO.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateReportVO.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateReportVO.java
index 6af1baa..db4f596 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateReportVO.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateReportVO.java
@@ -55,7 +55,10 @@
 
     private Integer whichYear;
     private Integer whichMonth;
+    private Integer whichDay;
+
     private Integer latestMonth;
+    private Integer latestDay;
 
     public static CalculateReportVO getVoByEntity(@NonNull CalculateReport entity, CalculateReportVO vo) {
         if(vo == null) {

--
Gitblit v1.8.0