zhubaomin
2025-03-03 b375247a32664d3d1a37d735180f25ca8f5aedf7
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;
    /**
     * 轮灌组ID
     */
    private Long groupId;
    /**
     * 该轮灌组开始灌溉时间
     */
    private Date startTime;
    /**
     * 该轮灌组结束灌溉时间
     */
    private Date stopTime;
    /**
     * 该轮灌组灌溉时长
     */
    private Integer duration;
}