BUGFIX:history retrieval返回新增portfolio信息;
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.ai.da.model.vo;
|
||||
|
||||
import com.ai.da.mapper.primary.entity.Portfolio;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.AllArgsConstructor;
|
||||
@@ -24,4 +25,6 @@ public class UserLikeChooseVO {
|
||||
private String sex;
|
||||
|
||||
private Integer beenPublished;
|
||||
|
||||
private Portfolio portfolio;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user