shenyijian
2023-11-28 a0ad613e75498fb4331b7f3eb55b60cec7896d88
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;
}