Commit e6557494 authored by 刘基明's avatar 刘基明

线下活动 对象

parent 31f72f4d
...@@ -16,6 +16,4 @@ public class AdsPositionResp { ...@@ -16,6 +16,4 @@ public class AdsPositionResp {
private Integer apType;//类型 private Integer apType;//类型
private String apImgurl;//图片地址 private String apImgurl;//图片地址
private String apLink;//链接地址 private String apLink;//链接地址
} }
...@@ -7,8 +7,6 @@ import lombok.Builder; ...@@ -7,8 +7,6 @@ import lombok.Builder;
import lombok.Data; import lombok.Data;
import lombok.NoArgsConstructor; import lombok.NoArgsConstructor;
import java.util.List;
/** /**
* @description: 用户信息 圈子使用 * @description: 用户信息 圈子使用
* @author: zejia zj wu * @author: zejia zj wu
...@@ -58,6 +56,4 @@ public class UserInfoNewChief { ...@@ -58,6 +56,4 @@ public class UserInfoNewChief {
@ApiModelProperty(value = "首席投顾数量") @ApiModelProperty(value = "首席投顾数量")
private Long chiefCount; private Long chiefCount;
@ApiModelProperty("广告位")
private List<AdsPositionResp> adsPosition;
} }
\ No newline at end of file
...@@ -90,6 +90,8 @@ public class UserInfoResp { ...@@ -90,6 +90,8 @@ public class UserInfoResp {
//↓↓↓↓↓首席投顾↓↓↓↓↓↓ //↓↓↓↓↓首席投顾↓↓↓↓↓↓
@ApiModelProperty(value = "首席投顾") @ApiModelProperty(value = "首席投顾")
private UserInfoNewChief userInfoNewChief; private UserInfoNewChief userInfoNewChief;
@ApiModelProperty(value = "首席广告位")
private List<AdsPositionResp> adsPosition;
//↓↓↓↓↓机构用户信息↓↓↓↓↓↓ //↓↓↓↓↓机构用户信息↓↓↓↓↓↓
@ApiModelProperty(value = "机构用户信息") @ApiModelProperty(value = "机构用户信息")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment