接口调整
This commit is contained in:
@@ -42,4 +42,14 @@ public class LineParam {
|
||||
@ApiModelProperty(name = "dataSource",value = "数据源(0:oracle,1:influxdb 2:mysql)")
|
||||
private Integer dataSource;
|
||||
|
||||
/**
|
||||
* 调度任务开始时间
|
||||
*/
|
||||
private String beginTime;
|
||||
|
||||
/**
|
||||
* 调度任务结束时间
|
||||
*/
|
||||
private String endTime;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user