二次值转换为一次值

This commit is contained in:
xy
2024-08-14 14:04:41 +08:00
parent 703a145bb3
commit 2f1e899be7
8 changed files with 152 additions and 21 deletions

View File

@@ -39,6 +39,9 @@ public class DeviceManagerVO {
@ApiModelProperty(value = "装置数据集集合")
private List<DataSetVO> dataSetList;
@ApiModelProperty(value = "装置数据标识")
private String dataLevel;
@Data
public static class DataSetVO {
@ApiModelProperty(value = "数据集Id")