From 97b1e0d4820606bef726f60e459b66afb1e8eab1 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期五, 21 十一月 2025 11:50:51 +0800
Subject: [PATCH] 优化与日志
---
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/CalculateReportVO.java | 7 +++++++
1 files changed, 7 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 ea5e790..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
@@ -53,6 +53,13 @@
/** 鏄庣粏 */
private List<CalculateRecordVO> recordList;
+ 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) {
vo = new CalculateReportVO();
--
Gitblit v1.8.0