wuzeyu
2024-07-26 8ca2d2b49dccc417baad02c003eb7d9ae7dacc56
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;
}