liurunyu
2025-05-13 66282f3fbc0877c663a8bcecd9a48b483e7efe6b
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;
}