refactor: 删除用户头像的操作日志

This commit is contained in:
caiyuchao
2025-09-23 10:24:48 +08:00
parent c4a1fcb2e9
commit 7faa891554

View File

@@ -61,7 +61,7 @@ public class UserSaveReqVO {
private Integer sex; private Integer sex;
@Schema(description = "用户头像", example = "https://www.iocoder.cn/xxx.png") @Schema(description = "用户头像", example = "https://www.iocoder.cn/xxx.png")
@DiffLogField(name = "用户头像") // @DiffLogField(name = "用户头像")
private String avatar; private String avatar;
// ========== 仅【创建】时,需要传递的字段 ========== // ========== 仅【创建】时,需要传递的字段 ==========