From 48a8e92631be7472c8b459547144a0f425614fe5 Mon Sep 17 00:00:00 2001 From: tangzh Date: Tue, 15 Jul 2025 13:58:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/me/zhengjie/modules/front/domain/dto/BusUserVo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eladmin/eladmin-system/src/main/java/me/zhengjie/modules/front/domain/dto/BusUserVo.java b/eladmin/eladmin-system/src/main/java/me/zhengjie/modules/front/domain/dto/BusUserVo.java index 0b56225..f4add74 100644 --- a/eladmin/eladmin-system/src/main/java/me/zhengjie/modules/front/domain/dto/BusUserVo.java +++ b/eladmin/eladmin-system/src/main/java/me/zhengjie/modules/front/domain/dto/BusUserVo.java @@ -7,7 +7,7 @@ import lombok.Data; import java.io.Serializable; @Data -@ApiModel(value="LoginVo", description="用户登录返回数据") +@ApiModel(value="BusUserVo", description="修改用户信息") public class BusUserVo implements Serializable { @ApiModelProperty(value = "用户昵称")