@@ -14,6 +14,9 @@ public class SendMsgVO {
@ApiModelProperty("用户id")
private Long userId;
+ @ApiModelProperty(value = "用户名称")
+ private String nickName;
+
@ApiModelProperty("用户类型,1-管理员,2-用户")
private Integer userType;