TASK:模块化;
This commit is contained in:
@@ -15,21 +15,6 @@ public class ProjectChooseVO {
|
||||
|
||||
private Long id;
|
||||
|
||||
// @ApiModelProperty("分组id")
|
||||
// private Long userGroupId;
|
||||
//
|
||||
// @ApiModelProperty("分组详细数组")
|
||||
// private List<UserLikeVO> userLikeDetails;
|
||||
//
|
||||
// @ApiModelProperty("关联的collection")
|
||||
// private UserLikeCollectionVO collection;
|
||||
//
|
||||
// private String sex;
|
||||
//
|
||||
// private Integer beenPublished;
|
||||
//
|
||||
//// private Portfolio portfolio;
|
||||
// private PortfolioDTO portfolioDTO;
|
||||
private String name;
|
||||
|
||||
private WorkspaceVO workspaceVO;
|
||||
@@ -37,4 +22,8 @@ public class ProjectChooseVO {
|
||||
private String process;
|
||||
|
||||
private Long collectionId;
|
||||
|
||||
private Integer beenPublished;
|
||||
|
||||
private PortfolioDTO portfolioDTO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user