bugfix: delete collection;
This commit is contained in:
@@ -45,6 +45,8 @@ public class CloudTask implements Serializable {
|
||||
|
||||
private LocalDateTime createTime;
|
||||
|
||||
private LocalDateTime startTime;
|
||||
|
||||
private LocalDateTime updateTime;
|
||||
|
||||
private Long accountId;
|
||||
|
||||
@@ -35,7 +35,7 @@ public class Project implements Serializable {
|
||||
|
||||
private Long originalPortfolioId;
|
||||
|
||||
private Long parentId;
|
||||
// private Long parentId;
|
||||
|
||||
private LocalDateTime createTime;
|
||||
|
||||
|
||||
@@ -24,6 +24,7 @@ public class ToProductElement implements Serializable {
|
||||
@ApiModelProperty(value = "url")
|
||||
private String url;
|
||||
|
||||
private String type;
|
||||
@ApiModelProperty(value = "createTime")
|
||||
private LocalDateTime createTime;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user