liusheng
2024-06-12 6d51501ca93f5bf46759f851988650477cf32e6c
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;
    /**