暂态事件列表接口调整(新增波形解析时的字段)

This commit is contained in:
guofeihu
2024-08-01 16:33:47 +08:00
parent 279cf7d628
commit c1d351498d
8 changed files with 100 additions and 14 deletions

View File

@@ -16,4 +16,6 @@ public interface OfflineConstant {
String CFG = ".cfg";
String DAT = ".dat";
}

View File

@@ -44,7 +44,7 @@ public class ThdDataTdVO{
@ApiModelProperty(value = "指标名称")
private String showName;
@ApiModelProperty(value = "国标限值")
@ApiModelProperty(value = "数据")
private List<ThdDataVO> thdDataVOS;
}