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; |
|||
|
|||
namespace LINGYUN.Abp.Account; |
|||
|
|||
public class ChangePictureInput |
|||
{ |
|||
[Required] |
|||
[DisableAuditing] |
|||
public IRemoteStreamContent File { get; set; } |
|||
} |
|||
|
|||
Loading…
Reference in new issue