From ddb3068a51a8af8aa9a8f8c2cb9b6e9228b0c8d9 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期三, 28 八月 2024 11:53:27 +0800
Subject: [PATCH] 同步国标设备、点播定时任务优化

---
 ycl-pojo/src/main/java/com/ycl/platform/domain/query/YwPeopleQuery.java |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/query/YwPeopleQuery.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/query/YwPeopleQuery.java
index 0040873..98063c5 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/query/YwPeopleQuery.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/query/YwPeopleQuery.java
@@ -15,5 +15,21 @@
 @Accessors(chain = true)
 @ApiModel(value = "YwPeople鏌ヨ", description = "杩愮淮浜哄憳鏌ヨ")
 public class YwPeopleQuery extends AbsQuery {
+
+    /**
+     * 杩愮淮浜哄憳缂栫爜
+     */
+    private String ywPersonCode;
+
+    /**
+     * 杩愮淮浜哄憳濮撳悕
+     */
+    private String ywPersonName;
+
+    /**
+     * 鎵�灞炶繍缁村崟浣�
+     */
+    private Integer belongUnit;
+
 }
 

--
Gitblit v1.8.0