From 58c5c6e49c8b4d67cd9d1637beea4706f9b5ae83 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期四, 22 八月 2024 16:52:18 +0800 Subject: [PATCH] feat:新增工单故障类型记录、支持多个 --- 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