From e7613a0fe931b6065cca50e4013e3c655970cdd0 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 02 四月 2024 10:33:06 +0800 Subject: [PATCH] 定时任务集成 --- ycl-pojo/src/main/java/com/ycl/platform/domain/query/ReportQuery.java | 3 +++ 1 files changed, 3 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 4c14366..db59460 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 @@ -19,5 +19,8 @@ @Accessors(chain = true) @ApiModel(value = "Report鏌ヨ", description = "鎶ュ鏌ヨ") public class ReportQuery extends AbsQuery { + + private String reportType; + } -- Gitblit v1.8.0