liurunyu
2024-11-13 eb792cd735b2fc820ab227ae94c95bbb5f8250fc
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/voIr/VoScheduling.java
@@ -23,9 +23,12 @@
    @Schema(description = "作物生长期")
    private String growthPeriod;
    @Schema(description = "作物生长期")
    @Schema(description = "灌水周期")
    private int irrigateCycle;
    @Schema(description = "作物生长期")
    @Schema(description = "灌水延续时间")
    private int duration;
    @Schema(description = "备注")
    private String remarks;
}