liusheng
2024-06-19 e52b0e34fc06372aab64c30b526ec289b99c9af7
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;
    /**