多监测点趋势对比
This commit is contained in:
@@ -4,6 +4,7 @@ import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
import javax.validation.constraints.NotBlank;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Description:
|
||||
@@ -14,8 +15,9 @@ import javax.validation.constraints.NotBlank;
|
||||
*/
|
||||
@Data
|
||||
public class CommonStatisticalQueryParam {
|
||||
@ApiModelProperty(value = "监测点集")
|
||||
private List<String> lineList;
|
||||
@ApiModelProperty(value = "设备id")
|
||||
@NotBlank(message="设备id不能为空")
|
||||
private String DevId;
|
||||
@ApiModelProperty(value = "指标id")
|
||||
@NotBlank(message="指标id不能为空")
|
||||
|
||||
Reference in New Issue
Block a user