From c5d01f8f7aa947baa726296b58677c2b1074ec1d Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 30 七月 2024 11:41:14 +0800
Subject: [PATCH] 考核方法重构为策略+工厂

---
 ycl-pojo/src/main/java/com/ycl/platform/domain/query/ReportQuery.java |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/query/ReportQuery.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/query/ReportQuery.java
index 4e63f3b..2e69882 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/query/ReportQuery.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/query/ReportQuery.java
@@ -24,9 +24,9 @@
 
     private String reportType;
 
-    private Date beginCreateTime;
-
-    private Date endCreateTime;
+//    private Date beginCreateTime;
+//
+//    private Date endCreateTime;
 
     private String pointId;
 
@@ -36,5 +36,8 @@
 
     private List<Integer> peopleIdList;
 
+    @ApiModelProperty("鐘舵��")
+    private Integer status;
+
 }
 

--
Gitblit v1.8.0