From eea5bc9be7deb06106d6274abeb29ebe4b83af44 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 30 四月 2024 13:40:35 +0800 Subject: [PATCH] 考核结果指标详情页面 --- ycl-pojo/src/main/java/com/ycl/platform/domain/query/ReportQuery.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 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..4e63f3b 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 @@ -28,5 +28,13 @@ private Date endCreateTime; + private String pointId; + + private String peopleId; + + private List<Integer> pointIdList; + + private List<Integer> peopleIdList; + } -- Gitblit v1.8.0