数据存储分析管理

This commit is contained in:
2025-11-05 14:42:34 +08:00
parent ab444cff56
commit af250c9bf4
19 changed files with 345 additions and 231 deletions

View File

@@ -7,7 +7,7 @@ import lombok.Data;
*/
@Data
public class AllNodeByProjectIdAndTypeResp {
private Integer id;
private Long id;
private String uuid;
private String nodeType;
private String nodeName;