zhubaomin
2024-09-02 e82bea32b6abb676c9863f2fc16cdc8ba9c82137
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;
}