bugfix: delete collection;

This commit is contained in:
shahaibo
2025-06-19 11:50:39 +08:00
parent d6285781f2
commit ea235b0d5c
10 changed files with 190 additions and 44 deletions

View File

@@ -45,6 +45,8 @@ public class CloudTask implements Serializable {
private LocalDateTime createTime;
private LocalDateTime startTime;
private LocalDateTime updateTime;
private Long accountId;

View File

@@ -35,7 +35,7 @@ public class Project implements Serializable {
private Long originalPortfolioId;
private Long parentId;
// private Long parentId;
private LocalDateTime createTime;

View File

@@ -24,6 +24,7 @@ public class ToProductElement implements Serializable {
@ApiModelProperty(value = "url")
private String url;
private String type;
@ApiModelProperty(value = "createTime")
private LocalDateTime createTime;
}