1 changed files with 3 additions and 1 deletions
@ -1,10 +1,12 @@ |
|||||
using Volo.Abp.Auditing; |
using System.ComponentModel.DataAnnotations; |
||||
|
using Volo.Abp.Auditing; |
||||
using Volo.Abp.Content; |
using Volo.Abp.Content; |
||||
|
|
||||
namespace LINGYUN.Abp.Account; |
namespace LINGYUN.Abp.Account; |
||||
|
|
||||
public class ChangePictureInput |
public class ChangePictureInput |
||||
{ |
{ |
||||
|
[Required] |
||||
[DisableAuditing] |
[DisableAuditing] |
||||
public IRemoteStreamContent File { get; set; } |
public IRemoteStreamContent File { get; set; } |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue