liusheng
2024-06-21 ecda68f9ffbd4e0f01d3939550906f670b1e0482
smartor/src/main/java/com/smartor/domain/SendTaskVO.java
@@ -16,7 +16,7 @@
    @ApiModelProperty(value = "任务ID")
    private Long taskId;
    @ApiModelProperty(value = "发送类型: 1 时间段   2 即刻发送")
    @ApiModelProperty(value = "发送类型: 1 时间段   2 即刻发送 3 时间点")
    private String sendType;
    /**