guoshilong
2023-11-13 68f80a7451a126335153ec00bb6cb520a5ae1f8d
src/main/java/com/dji/sample/wayline/model/param/CreateJobParam.java
@@ -48,4 +48,14 @@
    private List<Long> taskDays;
    private List<List<Long>> taskPeriods;
    private Integer repFreType;
    private Integer repFreVal;
    private Integer repRuleType;
    private List<Integer> repRuleVal;
    private List<List<Long>> executeStartTimeArr;
}