TASK:AiDA
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.ai.da.model.vo;
|
||||
|
||||
import com.ai.da.mapper.primary.entity.AccountExtend;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import io.swagger.models.auth.In;
|
||||
@@ -8,6 +9,7 @@ import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import javax.validation.constraints.NotBlank;
|
||||
import java.util.List;
|
||||
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
@@ -40,4 +42,6 @@ public class AccountLoginVO {
|
||||
|
||||
private Long followerCount;
|
||||
|
||||
private List<AccountExtend> accountExtendList;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user