From a5e63d287b38d38ed530e71568546de447ac50f4 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期一, 29 七月 2024 15:07:26 +0800
Subject: [PATCH] 车辆点位在线接口 TODO省厅点位集合待查询

---
 ycl-pojo/src/main/java/com/ycl/platform/domain/query/ReportQuery.java |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 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 4068006..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,20 @@
 
     private String reportType;
 
-    private Date beginCreateTime;
+//    private Date beginCreateTime;
+//
+//    private Date endCreateTime;
 
-    private Date endCreateTime;
+    private String pointId;
+
+    private String peopleId;
+
+    private List<Integer> pointIdList;
+
+    private List<Integer> peopleIdList;
+
+    @ApiModelProperty("鐘舵��")
+    private Integer status;
 
 }
 

--
Gitblit v1.8.0