This commit is contained in:
2023-06-28 11:45:57 +08:00
parent 5a8e283789
commit ac46544730
3 changed files with 18 additions and 4 deletions

View File

@@ -42,12 +42,10 @@ public class DeviceManagerVO {
@Data
public static class DataSetVO {
@ApiModelProperty(value = "数据集Id")
private String id;
@ApiModelProperty(value = "数据集名称")
private String name;
}
}