wuzeyu
2024-07-24 5b719d94b4fbe50526800a0ded49a9084ee48873
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;
}