shenyijian
2023-11-16 bf4990ffb53e2a0e7b2ec0c7a8a054bdf8a57db5
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;
}