wuzeyu
2024-09-20 fbf006ebb7b755700ba6572d6b8bce11862ee7e3
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;
}