暂态事件列表接口调整(新增波形解析时的字段)
This commit is contained in:
@@ -16,4 +16,6 @@ public interface OfflineConstant {
|
||||
|
||||
String CFG = ".cfg";
|
||||
|
||||
String DAT = ".dat";
|
||||
|
||||
}
|
||||
|
||||
@@ -44,7 +44,7 @@ public class ThdDataTdVO{
|
||||
@ApiModelProperty(value = "指标名称")
|
||||
private String showName;
|
||||
|
||||
@ApiModelProperty(value = "国标限值")
|
||||
@ApiModelProperty(value = "数据")
|
||||
private List<ThdDataVO> thdDataVOS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user