|
@@ -115,6 +115,9 @@ public class UserInfoDto {
|
|
@ApiModelProperty(value = "id")
|
|
@ApiModelProperty(value = "id")
|
|
private Long userId;
|
|
private Long userId;
|
|
|
|
|
|
|
|
+ @ApiModelProperty(value = "用户昵称")
|
|
|
|
+ private String name;
|
|
|
|
+
|
|
@ApiModelProperty(value = "手机号")
|
|
@ApiModelProperty(value = "手机号")
|
|
private String tel;
|
|
private String tel;
|
|
|
|
|