From 989f463760203b62e9e5343e9a5ed1129c7e02d3 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期四, 14 八月 2025 10:21:45 +0800
Subject: [PATCH] 有wechat模块中增加查询水肥机、墒情站、气象站最新数据与在线情况
---
 pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/irrigatePlan/dto/IrrigateSchedule.java |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/irrigatePlan/dto/IrrigateSchedule.java b/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/irrigatePlan/dto/IrrigateSchedule.java
index 6611243..a78e57c 100644
--- a/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/irrigatePlan/dto/IrrigateSchedule.java
+++ b/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/irrigatePlan/dto/IrrigateSchedule.java
@@ -15,10 +15,19 @@
 public class IrrigateSchedule {
     public static final long serialVersionUID = 202502201519001L;
 
-    private Long irrigateId;
+    /**
+     * 杞亴缁処D
+     */
+    private Long groupId;
 
+    /**
+     * 鐏屾簤寮�濮嬫椂闂�
+     */
     private Date startTime;
 
-    private Date stopTime;
+    /**
+     * 璇ヨ疆鐏岀粍鐏屾簤鏃堕暱
+     */
+    private Integer duration;
 
 }
--
Gitblit v1.8.0