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/IrrigatePlan.java |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/irrigatePlan/dto/IrrigatePlan.java b/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/irrigatePlan/dto/IrrigatePlan.java
index e5d5c79..c24d70d 100644
--- a/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/irrigatePlan/dto/IrrigatePlan.java
+++ b/pipIrr-platform/pipIrr-web/pipIrr-web-wechat/src/main/java/com/dy/pipIrrWechat/irrigatePlan/dto/IrrigatePlan.java
@@ -47,10 +47,15 @@
     private Date planStopTime;
 
     /**
-     * 鐏屾簤绫诲瀷锛�1-杞亴缁勶紝2-鐏屾簤鍗曞厓
+     * 璁″垝鎸佺画鏃堕棿
      */
-    @NotNull(message = "鐏屾簤绫诲瀷涓嶈兘涓虹┖")
-    private Byte irrigateType;
+    private Integer duration;
+
+    /**
+     * 鎿嶄綔浜篒D
+     */
+    @NotNull(message = "鎿嶄綔浜篒D涓嶈兘涓虹┖")
+    private Long operatorId;
 
     /**
      * 鐏屾簤娆″簭
@@ -58,9 +63,4 @@
     @NotEmpty(message = "宸℃杞ㄨ抗涓嶈兘涓虹┖")
     private List<IrrigateSchedule> schedules;
 
-    /**
-     * 鎿嶄綔浜篒D
-     */
-    @NotNull(message = "鎿嶄綔浜篒D涓嶈兘涓虹┖")
-    private Long operatorId;
 }

--
Gitblit v1.8.0