using System; using Abp.Application.Services.Dto; namespace WePlatform.BaseSystem.Notifications.Dto { public class NotificationDto : EntityDto { } }