TASK:模块化;
This commit is contained in:
@@ -23,6 +23,8 @@ public class Portfolio implements Serializable {
|
||||
@ApiModelProperty(value = "collection ID")
|
||||
private Long collectionId;
|
||||
|
||||
private Long projectId;
|
||||
|
||||
@ApiModelProperty(value = "userLikeGroup源")
|
||||
private Long userLikeGroupSourceId;
|
||||
|
||||
|
||||
@@ -29,6 +29,12 @@ public class Project implements Serializable {
|
||||
|
||||
private String process;
|
||||
|
||||
private Integer original;
|
||||
|
||||
private Long originalAccountId;
|
||||
|
||||
private Long originalPortfolioId;
|
||||
|
||||
private LocalDateTime createTime;
|
||||
|
||||
private LocalDateTime updateTime;
|
||||
|
||||
Reference in New Issue
Block a user