liurunyu
2025-04-30 c4b6e0aab43c440f5b8e8516f2272b7e5b7cf1e9
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;
}