From f77e9a7cfbe775523551df5faab3c70a5a9c190c Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期一, 03 三月 2025 14:22:35 +0800 Subject: [PATCH] Merge branch 'master' of http://8.140.179.55:20000/r/pipIrr-SV --- pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/irrigatePlan/dto/IrrigateSchedule.java | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 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..775bcaa 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,24 @@ 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