liurunyu
2025-06-26 f1c648e7ac1b4c437e7f0c9a69130cb443ca46fd
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;
    /**
     * 轮灌组ID
     */
    private Long groupId;
    /**
     * 灌溉开始时间
     */
    private Date startTime;
    private Date stopTime;
    /**
     * 该轮灌组灌溉时长
     */
    private Integer duration;
}