committed by
GitHub
11 changed files with 56 additions and 5 deletions
@ -1,10 +1,12 @@ |
|||
using System.ComponentModel.DataAnnotations; |
|||
using System.ComponentModel; |
|||
using System.ComponentModel.DataAnnotations; |
|||
|
|||
namespace LINGYUN.Abp.MessageService.Notifications |
|||
{ |
|||
public class NotificationGetByIdDto |
|||
{ |
|||
[Required] |
|||
[DisplayName("Notifications:Id")] |
|||
public long NotificationId { get; set; } |
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue