Skip to content

Commit

Permalink
fix(account): 用户头像文件验证
Browse files Browse the repository at this point in the history
  • Loading branch information
colinin committed Mar 5, 2025
1 parent 101dbd5 commit 8bccc8f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
using Volo.Abp.Auditing;
using System.ComponentModel.DataAnnotations;
using Volo.Abp.Auditing;
using Volo.Abp.Content;

namespace LINGYUN.Abp.Account;

public class ChangePictureInput
{
[Required]
[DisableAuditing]
public IRemoteStreamContent File { get; set; }
}

0 comments on commit 8bccc8f

Please sign in to comment.